@atproto/pds 0.4.0-beta.3 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/pds",
3
- "version": "0.4.0-beta.3",
3
+ "version": "0.4.0",
4
4
  "license": "MIT",
5
5
  "description": "Reference implementation of atproto Personal Data Server (PDS)",
6
6
  "keywords": [
@@ -48,12 +48,12 @@
48
48
  "@atproto/aws": "^0.1.7",
49
49
  "@atproto/common": "^0.3.3",
50
50
  "@atproto/crypto": "^0.3.0",
51
+ "@atproto/identity": "^0.3.2",
51
52
  "@atproto/lexicon": "^0.3.1",
52
53
  "@atproto/repo": "^0.3.7",
53
54
  "@atproto/syntax": "^0.1.5",
54
55
  "@atproto/xrpc": "^0.4.1",
55
- "@atproto/xrpc-server": "^0.4.2",
56
- "@atproto/identity": "^0.3.2"
56
+ "@atproto/xrpc-server": "^0.4.2"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@atproto/pds-entryway": "npm:@atproto/pds@0.3.0-entryway.3",
@@ -70,8 +70,8 @@
70
70
  "ws": "^8.12.0",
71
71
  "@atproto/api": "^0.10.0",
72
72
  "@atproto/bsky": "^0.0.32",
73
- "@atproto/lex-cli": "^0.3.0",
74
- "@atproto/dev-env": "^0.2.32"
73
+ "@atproto/dev-env": "^0.2.32",
74
+ "@atproto/lex-cli": "^0.3.0"
75
75
  },
76
76
  "scripts": {
77
77
  "codegen": "lex gen-server ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",