-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support node v20 on pds distribution (#2157)
* upgrade node to v20, better-sqlite3 to v9 * fix tests, deps for node v20 * build * add io_uring setting to pds dockerfile
- Loading branch information
Showing
8 changed files
with
177 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
"@atproto/xrpc": "workspace:^", | ||
"@atproto/xrpc-server": "workspace:^", | ||
"@did-plc/lib": "^0.0.4", | ||
"better-sqlite3": "^7.6.2", | ||
"better-sqlite3": "^9.4.0", | ||
"bytes": "^3.1.2", | ||
"compression": "^1.7.4", | ||
"cors": "^2.8.5", | ||
|
@@ -77,7 +77,7 @@ | |
"@atproto/bsky": "workspace:^", | ||
"@atproto/dev-env": "workspace:^", | ||
"@atproto/lex-cli": "workspace:^", | ||
"@atproto/pds-entryway": "npm:@atproto/[email protected].2", | ||
"@atproto/pds-entryway": "npm:@atproto/[email protected].3", | ||
"@did-plc/server": "^0.0.1", | ||
"@types/cors": "^2.8.12", | ||
"@types/disposable-email": "^0.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.