@atproto/dev-env 0.3.18 → 0.3.20

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 +19 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c4af6a409`](https://github.com/bluesky-social/atproto/commit/c4af6a409ea2171c3cf1d0e7c8ed496794a3f049)]:
8
+ - @atproto/api@0.12.14
9
+ - @atproto/bsky@0.0.57
10
+ - @atproto/ozone@0.1.19
11
+ - @atproto/pds@0.4.29
12
+
13
+ ## 0.3.19
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`53551be6c`](https://github.com/bluesky-social/atproto/commit/53551be6cf092a9b4d2e132788b94ac0d4ffcecc)]:
18
+ - @atproto/ozone@0.1.18
19
+ - @atproto/bsky@0.0.56
20
+ - @atproto/pds@0.4.28
21
+
3
22
  ## 0.3.18
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.18",
3
+ "version": "0.3.20",
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.13",
28
- "@atproto/bsky": "^0.0.55",
27
+ "@atproto/api": "^0.12.14",
28
+ "@atproto/bsky": "^0.0.57",
29
29
  "@atproto/bsync": "^0.0.3",
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.17",
35
- "@atproto/pds": "^0.4.27",
34
+ "@atproto/ozone": "^0.1.19",
35
+ "@atproto/pds": "^0.4.29",
36
36
  "@atproto/syntax": "^0.3.0",
37
37
  "@atproto/xrpc-server": "^0.5.1"
38
38
  },