@atproto/dev-env 0.3.148 → 0.3.150

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.150
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d344723a1`](https://github.com/bluesky-social/atproto/commit/d344723a1018b2436b5453526397936bd587a2e2)]:
8
+ - @atproto/api@0.15.21
9
+ - @atproto/bsky@0.0.167
10
+ - @atproto/ozone@0.1.126
11
+ - @atproto/pds@0.4.156
12
+
13
+ ## 0.3.149
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`bb65f7a6e`](https://github.com/bluesky-social/atproto/commit/bb65f7a6e22ceedb57c74a18cf0539c1dd04c0a7)]:
18
+ - @atproto/ozone@0.1.125
19
+ - @atproto/bsky@0.0.166
20
+ - @atproto/api@0.15.20
21
+ - @atproto/pds@0.4.155
22
+
3
23
  ## 0.3.148
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.148",
3
+ "version": "0.3.150",
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.15.19",
31
- "@atproto/bsky": "^0.0.165",
30
+ "@atproto/api": "^0.15.21",
31
+ "@atproto/bsky": "^0.0.167",
32
32
  "@atproto/bsync": "^0.0.20",
33
33
  "@atproto/common-web": "^0.4.2",
34
34
  "@atproto/crypto": "^0.4.4",
35
35
  "@atproto/identity": "^0.4.8",
36
- "@atproto/lexicon": "^0.4.11",
37
- "@atproto/ozone": "^0.1.124",
38
- "@atproto/pds": "^0.4.154",
36
+ "@atproto/ozone": "^0.1.126",
37
+ "@atproto/pds": "^0.4.156",
39
38
  "@atproto/sync": "^0.1.28",
39
+ "@atproto/lexicon": "^0.4.11",
40
40
  "@atproto/syntax": "^0.4.0",
41
41
  "@atproto/xrpc-server": "^0.8.0"
42
42
  },