@atproto/dev-env 0.3.92 → 0.3.94

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.94
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`7e3678c08`](https://github.com/bluesky-social/atproto/commit/7e3678c089d2faa1a884a52a4fb80b8116c9854f), [`9b643fbec`](https://github.com/bluesky-social/atproto/commit/9b643fbecac30de5cfdb80d0671bfa55e9f4512a), [`6e382f67a`](https://github.com/bluesky-social/atproto/commit/6e382f67aa73532efadfea80ff96a27b526cb178)]:
8
+ - @atproto/api@0.14.5
9
+ - @atproto/pds@0.4.101
10
+ - @atproto/ozone@0.1.84
11
+ - @atproto/bsky@0.0.122
12
+ - @atproto/sync@0.1.15
13
+
14
+ ## 0.3.93
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`b9cb049d9`](https://github.com/bluesky-social/atproto/commit/b9cb049d940cc706681142ef498238f74e2f539c)]:
19
+ - @atproto/ozone@0.1.83
20
+ - @atproto/api@0.14.4
21
+ - @atproto/pds@0.4.100
22
+ - @atproto/bsky@0.0.121
23
+
3
24
  ## 0.3.92
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.92",
3
+ "version": "0.3.94",
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.14.3",
31
- "@atproto/bsky": "^0.0.120",
30
+ "@atproto/api": "^0.14.5",
31
+ "@atproto/bsky": "^0.0.122",
32
32
  "@atproto/bsync": "^0.0.14",
33
33
  "@atproto/common-web": "^0.4.0",
34
34
  "@atproto/crypto": "^0.4.4",
35
35
  "@atproto/identity": "^0.4.6",
36
36
  "@atproto/lexicon": "^0.4.7",
37
- "@atproto/ozone": "^0.1.82",
38
- "@atproto/pds": "^0.4.99",
39
- "@atproto/sync": "^0.1.14",
37
+ "@atproto/ozone": "^0.1.84",
38
+ "@atproto/pds": "^0.4.101",
39
+ "@atproto/sync": "^0.1.15",
40
40
  "@atproto/syntax": "^0.3.3",
41
41
  "@atproto/xrpc-server": "^0.7.11"
42
42
  },