@atproto/dev-env 0.3.32 → 0.3.33

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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`12dcdb668`](https://github.com/bluesky-social/atproto/commit/12dcdb668c8ec0f8a89689c326ab3e9dbc6d2f3c), [`76c91f832`](https://github.com/bluesky-social/atproto/commit/76c91f8325363c95e25349e8e236aa2f70e63d5b)]:
8
+ - @atproto/api@0.12.25
9
+ - @atproto/bsync@0.0.5
10
+ - @atproto/bsky@0.0.69
11
+ - @atproto/ozone@0.1.31
12
+ - @atproto/pds@0.4.42
13
+
3
14
  ## 0.3.32
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.32",
3
+ "version": "0.3.33",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -24,15 +24,15 @@
24
24
  "get-port": "^5.1.1",
25
25
  "multiformats": "^9.9.0",
26
26
  "uint8arrays": "3.0.0",
27
- "@atproto/api": "^0.12.24",
28
- "@atproto/bsky": "^0.0.68",
29
- "@atproto/bsync": "^0.0.4",
27
+ "@atproto/api": "^0.12.25",
28
+ "@atproto/bsky": "^0.0.69",
29
+ "@atproto/bsync": "^0.0.5",
30
30
  "@atproto/common-web": "^0.3.0",
31
31
  "@atproto/crypto": "^0.4.0",
32
32
  "@atproto/identity": "^0.4.0",
33
33
  "@atproto/lexicon": "^0.4.0",
34
- "@atproto/ozone": "^0.1.30",
35
- "@atproto/pds": "^0.4.41",
34
+ "@atproto/ozone": "^0.1.31",
35
+ "@atproto/pds": "^0.4.42",
36
36
  "@atproto/syntax": "^0.3.0",
37
37
  "@atproto/xrpc-server": "^0.5.3"
38
38
  },