@atproto/dev-env 0.3.170 → 0.3.172

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.172
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`09717f29a`](https://github.com/bluesky-social/atproto/commit/09717f29ac7ca742c9c3310980dbe4d112b7597f)]:
8
+ - @atproto/api@0.16.7
9
+ - @atproto/bsky@0.0.182
10
+ - @atproto/ozone@0.1.140
11
+ - @atproto/pds@0.4.176
12
+
13
+ ## 0.3.171
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`d54d278ab`](https://github.com/bluesky-social/atproto/commit/d54d278abd679fbb44ff795d02b53b7caab31301)]:
18
+ - @atproto/pds@0.4.175
19
+ - @atproto/bsky@0.0.181
20
+ - @atproto/ozone@0.1.139
21
+
3
22
  ## 0.3.170
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.170",
3
+ "version": "0.3.172",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -27,15 +27,15 @@
27
27
  "multiformats": "^9.9.0",
28
28
  "uint8arrays": "3.0.0",
29
29
  "undici": "^6.14.1",
30
- "@atproto/api": "^0.16.6",
31
- "@atproto/bsky": "^0.0.181",
30
+ "@atproto/api": "^0.16.7",
31
+ "@atproto/bsky": "^0.0.182",
32
32
  "@atproto/bsync": "^0.0.21",
33
33
  "@atproto/common-web": "^0.4.2",
34
34
  "@atproto/crypto": "^0.4.4",
35
35
  "@atproto/identity": "^0.4.8",
36
36
  "@atproto/lexicon": "^0.5.0",
37
- "@atproto/ozone": "^0.1.139",
38
- "@atproto/pds": "^0.4.174",
37
+ "@atproto/ozone": "^0.1.140",
38
+ "@atproto/pds": "^0.4.176",
39
39
  "@atproto/sync": "^0.1.33",
40
40
  "@atproto/syntax": "^0.4.1",
41
41
  "@atproto/xrpc-server": "^0.9.4"