@atproto/dev-env 0.3.80 → 0.3.82

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 +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.82
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8c6c7813a`](https://github.com/bluesky-social/atproto/commit/8c6c7813a9c2110c8fe21acdca8f09554a1983ce)]:
8
+ - @atproto/api@0.13.31
9
+ - @atproto/pds@0.4.90
10
+ - @atproto/bsky@0.0.112
11
+ - @atproto/ozone@0.1.73
12
+
13
+ ## 0.3.81
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`1ada2d093`](https://github.com/bluesky-social/atproto/commit/1ada2d093427e45b6d59a16cf146bf5282560c7b), [`e6e6aea38`](https://github.com/bluesky-social/atproto/commit/e6e6aea3814e3d0bb42a537f80d77947e85fa73f), [`c0a75d310`](https://github.com/bluesky-social/atproto/commit/c0a75d310aa92c067799a97d1acc5bd0543114c5)]:
18
+ - @atproto/ozone@0.1.72
19
+ - @atproto/api@0.13.30
20
+ - @atproto/bsky@0.0.111
21
+ - @atproto/pds@0.4.89
22
+
3
23
  ## 0.3.80
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.80",
3
+ "version": "0.3.82",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -24,15 +24,15 @@
24
24
  "multiformats": "^9.9.0",
25
25
  "uint8arrays": "3.0.0",
26
26
  "undici": "^6.14.1",
27
- "@atproto/api": "^0.13.29",
28
- "@atproto/bsky": "^0.0.110",
27
+ "@atproto/api": "^0.13.31",
28
+ "@atproto/bsky": "^0.0.112",
29
29
  "@atproto/bsync": "^0.0.11",
30
30
  "@atproto/common-web": "^0.3.2",
31
31
  "@atproto/crypto": "^0.4.3",
32
32
  "@atproto/identity": "^0.4.5",
33
- "@atproto/ozone": "^0.1.71",
34
33
  "@atproto/lexicon": "^0.4.5",
35
- "@atproto/pds": "^0.4.88",
34
+ "@atproto/ozone": "^0.1.73",
35
+ "@atproto/pds": "^0.4.90",
36
36
  "@atproto/sync": "^0.1.11",
37
37
  "@atproto/syntax": "^0.3.1",
38
38
  "@atproto/xrpc-server": "^0.7.8"