@atproto/dev-env 0.3.34-rc.0 → 0.3.34-rc.1

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 +9 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.34-rc.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atproto/pds@0.4.43-rc.1
9
+ - @atproto/bsky@0.0.70-rc.0
10
+ - @atproto/ozone@0.1.32-rc.0
11
+
3
12
  ## 0.3.34-rc.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.34-rc.0",
3
+ "version": "0.3.34-rc.1",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -24,17 +24,17 @@
24
24
  "get-port": "^5.1.1",
25
25
  "multiformats": "^9.9.0",
26
26
  "uint8arrays": "3.0.0",
27
- "@atproto/bsync": "^0.0.5",
28
- "@atproto/bsky": "^0.0.70-rc.0",
29
- "@atproto/crypto": "^0.4.0",
30
27
  "@atproto/api": "^0.13.0-rc.0",
31
- "@atproto/lexicon": "^0.4.1-rc.0",
32
28
  "@atproto/identity": "^0.4.0",
33
29
  "@atproto/ozone": "^0.1.32-rc.0",
30
+ "@atproto/crypto": "^0.4.0",
31
+ "@atproto/pds": "^0.4.43-rc.1",
32
+ "@atproto/bsky": "^0.0.70-rc.0",
33
+ "@atproto/bsync": "^0.0.5",
34
+ "@atproto/lexicon": "^0.4.1-rc.0",
35
+ "@atproto/common-web": "^0.3.0",
34
36
  "@atproto/syntax": "^0.3.0",
35
- "@atproto/pds": "^0.4.43-rc.0",
36
- "@atproto/xrpc-server": "^0.5.4-rc.0",
37
- "@atproto/common-web": "^0.3.0"
37
+ "@atproto/xrpc-server": "^0.5.4-rc.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/express": "^4.17.13"