@atproto/pds 0.4.200 → 0.4.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +12 -12
- package/tsconfig.tests.tsbuildinfo +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atproto/pds
|
|
2
2
|
|
|
3
|
+
## 0.4.201
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`9af7a2d`](https://github.com/bluesky-social/atproto/commit/9af7a2d12240e91248610ce4fe7d93387733c59c), [`9af7a2d`](https://github.com/bluesky-social/atproto/commit/9af7a2d12240e91248610ce4fe7d93387733c59c)]:
|
|
8
|
+
- @atproto/lex-data@0.0.5
|
|
9
|
+
- @atproto/common@0.5.5
|
|
10
|
+
- @atproto/lex-cbor@0.0.5
|
|
11
|
+
- @atproto/xrpc-server@0.10.6
|
|
12
|
+
- @atproto/oauth-provider@0.15.1
|
|
13
|
+
|
|
3
14
|
## 0.4.200
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/pds",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.201",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Reference implementation of atproto Personal Data Server (PDS)",
|
|
6
6
|
"keywords": [
|
|
@@ -50,22 +50,22 @@
|
|
|
50
50
|
"@atproto-labs/fetch-node": "0.2.0",
|
|
51
51
|
"@atproto-labs/simple-store": "0.3.0",
|
|
52
52
|
"@atproto-labs/simple-store-memory": "0.1.4",
|
|
53
|
-
"@atproto-labs/simple-store-redis": "0.0.1",
|
|
54
53
|
"@atproto-labs/xrpc-utils": "0.0.24",
|
|
54
|
+
"@atproto-labs/simple-store-redis": "0.0.1",
|
|
55
55
|
"@atproto/api": "^0.18.9",
|
|
56
56
|
"@atproto/aws": "^0.2.31",
|
|
57
|
-
"@atproto/common": "^0.5.
|
|
58
|
-
"@atproto/crypto": "^0.4.5",
|
|
57
|
+
"@atproto/common": "^0.5.5",
|
|
59
58
|
"@atproto/identity": "^0.4.10",
|
|
60
|
-
"@atproto/lex-cbor": "^0.0.
|
|
61
|
-
"@atproto/lex-data": "^0.0.
|
|
62
|
-
"@atproto/
|
|
63
|
-
"@atproto/oauth-provider": "^0.15.0",
|
|
59
|
+
"@atproto/lex-cbor": "^0.0.5",
|
|
60
|
+
"@atproto/lex-data": "^0.0.5",
|
|
61
|
+
"@atproto/oauth-provider": "^0.15.1",
|
|
64
62
|
"@atproto/oauth-scopes": "^0.3.0",
|
|
65
|
-
"@atproto/
|
|
63
|
+
"@atproto/lexicon": "^0.6.0",
|
|
66
64
|
"@atproto/syntax": "^0.4.2",
|
|
67
65
|
"@atproto/xrpc": "^0.7.7",
|
|
68
|
-
"@atproto/xrpc-server": "^0.10.
|
|
66
|
+
"@atproto/xrpc-server": "^0.10.6",
|
|
67
|
+
"@atproto/crypto": "^0.4.5",
|
|
68
|
+
"@atproto/repo": "^0.8.12"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@atproto/pds-entryway": "npm:@atproto/pds@0.3.0-entryway.3",
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
"ts-node": "^10.8.2",
|
|
84
84
|
"typescript": "^5.6.3",
|
|
85
85
|
"ws": "^8.12.0",
|
|
86
|
-
"@atproto/api": "^0.18.9",
|
|
87
86
|
"@atproto/bsky": "^0.0.204",
|
|
88
87
|
"@atproto/lex-cli": "^0.9.8",
|
|
89
|
-
"@atproto/oauth-client-browser-example": "0.0.9"
|
|
88
|
+
"@atproto/oauth-client-browser-example": "0.0.9",
|
|
89
|
+
"@atproto/api": "^0.18.9"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"codegen": "lex gen-server --yes ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/* ../../lexicons/chat/bsky/*/* ../../lexicons/tools/ozone/*/*",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"root":["./tests/_puppeteer.ts","./tests/_util.ts","./tests/account-deactivation.test.ts","./tests/account-deletion.test.ts","./tests/account-migration.test.ts","./tests/account.test.ts","./tests/app-passwords.test.ts","./tests/auth.test.ts","./tests/blob-deletes.test.ts","./tests/create-post.test.ts","./tests/crud.test.ts","./tests/db.test.ts","./tests/email-confirmation.test.ts","./tests/entryway.test.ts","./tests/file-uploads.test.ts","./tests/handle-validation.test.ts","./tests/handles.test.ts","./tests/invite-codes.test.ts","./tests/invites-admin.test.ts","./tests/moderation.test.ts","./tests/moderator-auth.test.ts","./tests/oauth.test.ts","./tests/plc-operations.test.ts","./tests/preferences.test.ts","./tests/races.test.ts","./tests/rate-limits.test.ts","./tests/recovery.test.ts","./tests/sequencer.test.ts","./tests/server.test.ts","./tests/takedown-appeal.test.ts","./tests/proxied/admin.test.ts","./tests/proxied/feedgen.test.ts","./tests/proxied/notif.test.ts","./tests/proxied/procedures.test.ts","./tests/proxied/proxy-catchall.test.ts","./tests/proxied/proxy-header.test.ts","./tests/proxied/read-after-write.test.ts","./tests/proxied/views.test.ts","./tests/seeds/basic.ts","./tests/seeds/follows.ts","./tests/seeds/likes.ts","./tests/seeds/reposts.ts","./tests/seeds/thread.ts","./tests/seeds/users-bulk.ts","./tests/seeds/users.ts","./tests/sync/invertible-ops.test.ts","./tests/sync/list.test.ts","./tests/sync/subscribe-repos.test.ts","./tests/sync/sync.test.ts"],"version":"5.8.3"}
|