pds: upgrade pds package version, switch to pnpm
This commit is contained in:
parent
f4436c5a38
commit
9f5531ca7d
4 changed files with 4144 additions and 5895 deletions
|
@ -7,6 +7,7 @@
|
||||||
devShells."x86_64-linux".default = pkgs.mkShell {
|
devShells."x86_64-linux".default = pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.nodejs_22
|
pkgs.nodejs_22
|
||||||
|
pkgs.pnpm
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
5894
pds/package-lock.json
generated
5894
pds/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,8 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@atproto/pds": "0.4.75",
|
"@atproto/common": "^0.4.5",
|
||||||
|
"@atproto/pds": "0.4.77",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"express": "^4.21.1"
|
"express": "^4.21.1"
|
||||||
},
|
},
|
||||||
|
|
4141
pds/pnpm-lock.yaml
Normal file
4141
pds/pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue