@atproto/pds 0.4.6-next.1 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atproto/pds
2
2
 
3
+ ## 0.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0), [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
8
+ - @atproto/identity@0.3.3
9
+ - @atproto/api@0.11.0
10
+ - @atproto/common@0.3.4
11
+ - @atproto/lexicon@0.3.3
12
+ - @atproto/repo@0.3.9
13
+ - @atproto/syntax@0.2.1
14
+ - @atproto/aws@0.1.9
15
+ - @atproto/crypto@0.3.0
16
+ - @atproto/xrpc-server@0.4.4
17
+ - @atproto/xrpc@0.4.3
18
+
3
19
  ## 0.4.5
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/pds",
3
- "version": "0.4.6-next.1",
3
+ "version": "0.4.6",
4
4
  "license": "MIT",
5
5
  "description": "Reference implementation of atproto Personal Data Server (PDS)",
6
6
  "keywords": [
@@ -44,16 +44,16 @@
44
44
  "typed-emitter": "^2.1.0",
45
45
  "uint8arrays": "3.0.0",
46
46
  "zod": "^3.21.4",
47
- "@atproto/aws": "^0.1.8",
48
- "@atproto/common": "^0.3.3",
49
- "@atproto/identity": "^0.3.2",
50
- "@atproto/lexicon": "^0.3.2",
51
- "@atproto/syntax": "^0.2.0",
52
- "@atproto/repo": "^0.3.8",
53
- "@atproto/xrpc": "^0.4.2",
54
- "@atproto/api": "^0.11.0-next",
55
- "@atproto/xrpc-server": "^0.4.3",
56
- "@atproto/crypto": "^0.3.0"
47
+ "@atproto/api": "^0.11.0",
48
+ "@atproto/aws": "^0.1.9",
49
+ "@atproto/common": "^0.3.4",
50
+ "@atproto/crypto": "^0.3.0",
51
+ "@atproto/identity": "^0.3.3",
52
+ "@atproto/lexicon": "^0.3.3",
53
+ "@atproto/repo": "^0.3.9",
54
+ "@atproto/syntax": "^0.2.1",
55
+ "@atproto/xrpc": "^0.4.3",
56
+ "@atproto/xrpc-server": "^0.4.4"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@atproto/pds-entryway": "npm:@atproto/pds@0.3.0-entryway.3",
@@ -68,10 +68,10 @@
68
68
  "axios": "^0.27.2",
69
69
  "get-port": "^6.1.2",
70
70
  "ws": "^8.12.0",
71
- "@atproto/dev-env": "^0.2.37",
72
- "@atproto/api": "^0.11.0-next",
73
- "@atproto/lex-cli": "^0.3.1",
74
- "@atproto/bsky": "^0.0.37"
71
+ "@atproto/api": "^0.11.0",
72
+ "@atproto/bsky": "^0.0.38",
73
+ "@atproto/dev-env": "^0.2.38",
74
+ "@atproto/lex-cli": "^0.3.2"
75
75
  },
76
76
  "scripts": {
77
77
  "codegen": "lex gen-server ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/* ../../lexicons/tools/ozone/*/*",