@atproto/pds 0.4.12 → 0.4.13

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 +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atproto/pds
2
2
 
3
+ ## 0.4.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cd4fcc709`](https://github.com/bluesky-social/atproto/commit/cd4fcc709fe8d725a4af769ce21f53711fe5622a)]:
8
+ - @atproto/xrpc-server@0.5.1
9
+
3
10
  ## 0.4.12
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/pds",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "license": "MIT",
5
5
  "description": "Reference implementation of atproto Personal Data Server (PDS)",
6
6
  "keywords": [
@@ -47,12 +47,12 @@
47
47
  "@atproto/aws": "^0.2.0",
48
48
  "@atproto/common": "^0.4.0",
49
49
  "@atproto/crypto": "^0.4.0",
50
+ "@atproto/identity": "^0.4.0",
50
51
  "@atproto/lexicon": "^0.4.0",
51
- "@atproto/syntax": "^0.3.0",
52
52
  "@atproto/repo": "^0.4.0",
53
- "@atproto/identity": "^0.4.0",
53
+ "@atproto/syntax": "^0.3.0",
54
54
  "@atproto/xrpc": "^0.5.0",
55
- "@atproto/xrpc-server": "^0.5.0"
55
+ "@atproto/xrpc-server": "^0.5.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@atproto/pds-entryway": "npm:@atproto/pds@0.3.0-entryway.3",
@@ -71,7 +71,7 @@
71
71
  "ts-node": "^10.8.2",
72
72
  "ws": "^8.12.0",
73
73
  "@atproto/api": "^0.12.2",
74
- "@atproto/bsky": "^0.0.43",
74
+ "@atproto/bsky": "^0.0.44",
75
75
  "@atproto/lex-cli": "^0.4.0"
76
76
  },
77
77
  "scripts": {