@atproto/dev-env 0.3.178 → 0.3.180

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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.180
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`dba2d30e2`](https://github.com/bluesky-social/atproto/commit/dba2d30e2c4ce0eb624f2139b485719d14474940), [`7f38ee03c`](https://github.com/bluesky-social/atproto/commit/7f38ee03c01357686a4ce54cdf8eed4e37074a58)]:
8
+ - @atproto/api@0.17.0
9
+ - @atproto/bsky@0.0.187
10
+ - @atproto/ozone@0.1.146
11
+ - @atproto/pds@0.4.183
12
+
13
+ ## 0.3.179
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`1a5d7427b`](https://github.com/bluesky-social/atproto/commit/1a5d7427bf5811a019e7b50c7c2af711b8f2dd33), [`1a5d7427b`](https://github.com/bluesky-social/atproto/commit/1a5d7427bf5811a019e7b50c7c2af711b8f2dd33)]:
18
+ - @atproto/api@0.16.11
19
+ - @atproto/bsky@0.0.186
20
+ - @atproto/pds@0.4.182
21
+ - @atproto/sync@0.1.35
22
+ - @atproto/ozone@0.1.145
23
+
3
24
  ## 0.3.178
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.178",
3
+ "version": "0.3.180",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -27,16 +27,16 @@
27
27
  "multiformats": "^9.9.0",
28
28
  "uint8arrays": "3.0.0",
29
29
  "undici": "^6.14.1",
30
- "@atproto/api": "^0.16.10",
31
- "@atproto/bsky": "^0.0.185",
30
+ "@atproto/api": "^0.17.0",
31
+ "@atproto/bsky": "^0.0.187",
32
32
  "@atproto/bsync": "^0.0.22",
33
33
  "@atproto/common-web": "^0.4.3",
34
34
  "@atproto/crypto": "^0.4.4",
35
35
  "@atproto/identity": "^0.4.9",
36
36
  "@atproto/lexicon": "^0.5.1",
37
- "@atproto/ozone": "^0.1.144",
38
- "@atproto/pds": "^0.4.181",
39
- "@atproto/sync": "^0.1.34",
37
+ "@atproto/ozone": "^0.1.146",
38
+ "@atproto/pds": "^0.4.183",
39
+ "@atproto/sync": "^0.1.35",
40
40
  "@atproto/syntax": "^0.4.1",
41
41
  "@atproto/xrpc-server": "^0.9.5"
42
42
  },