@atproto/dev-env 0.3.45 → 0.3.46

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.46
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atproto/pds@0.4.55
9
+ - @atproto/bsky@0.0.79
10
+ - @atproto/ozone@0.1.41
11
+
3
12
  ## 0.3.45
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.45",
3
+ "version": "0.3.46",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "@atproto/identity": "^0.4.1",
33
33
  "@atproto/lexicon": "^0.4.1",
34
34
  "@atproto/ozone": "^0.1.41",
35
- "@atproto/pds": "^0.4.54",
35
+ "@atproto/pds": "^0.4.55",
36
36
  "@atproto/syntax": "^0.3.0",
37
37
  "@atproto/xrpc-server": "^0.6.3"
38
38
  },