@atproto/dev-env 0.3.124 → 0.3.126

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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.126
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9ef52d829`](https://github.com/bluesky-social/atproto/commit/9ef52d82923c9c82a73f39690182bd7f75bbc67a)]:
8
+ - @atproto/bsky@0.0.145
9
+ - @atproto/pds@0.4.132
10
+
11
+ ## 0.3.125
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - @atproto/pds@0.4.132
17
+ - @atproto/bsky@0.0.144
18
+ - @atproto/ozone@0.1.106
19
+
3
20
  ## 0.3.124
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.124",
3
+ "version": "0.3.126",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -28,16 +28,16 @@
28
28
  "uint8arrays": "3.0.0",
29
29
  "undici": "^6.14.1",
30
30
  "@atproto/api": "^0.15.3",
31
- "@atproto/bsky": "^0.0.144",
31
+ "@atproto/bsky": "^0.0.145",
32
32
  "@atproto/bsync": "^0.0.18",
33
- "@atproto/common-web": "^0.4.1",
34
33
  "@atproto/crypto": "^0.4.4",
34
+ "@atproto/common-web": "^0.4.1",
35
35
  "@atproto/identity": "^0.4.7",
36
36
  "@atproto/lexicon": "^0.4.10",
37
37
  "@atproto/ozone": "^0.1.106",
38
- "@atproto/pds": "^0.4.131",
39
- "@atproto/sync": "^0.1.20",
38
+ "@atproto/pds": "^0.4.132",
40
39
  "@atproto/syntax": "^0.4.0",
40
+ "@atproto/sync": "^0.1.20",
41
41
  "@atproto/xrpc-server": "^0.7.15"
42
42
  },
43
43
  "devDependencies": {