@atproto/dev-env 0.3.41 → 0.3.42

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.42
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f9a2f3ed1`](https://github.com/bluesky-social/atproto/commit/f9a2f3ed172ae1a8dc1cca0e893e13eac2e4955d)]:
8
+ - @atproto/pds@0.4.51
9
+ - @atproto/bsky@0.0.76
10
+ - @atproto/ozone@0.1.38
11
+
3
12
  ## 0.3.41
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.41",
3
+ "version": "0.3.42",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -26,13 +26,13 @@
26
26
  "uint8arrays": "3.0.0",
27
27
  "@atproto/api": "^0.13.1",
28
28
  "@atproto/bsky": "^0.0.76",
29
- "@atproto/common-web": "^0.3.0",
30
29
  "@atproto/bsync": "^0.0.5",
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.1",
34
34
  "@atproto/ozone": "^0.1.38",
35
- "@atproto/pds": "^0.4.50",
35
+ "@atproto/pds": "^0.4.51",
36
36
  "@atproto/syntax": "^0.3.0",
37
37
  "@atproto/xrpc-server": "^0.6.2"
38
38
  },