@atproto/dev-env 0.3.129 → 0.3.131

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.131
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`86b315388`](https://github.com/bluesky-social/atproto/commit/86b3153884099ceeb0cfdb9d2bfdd447c39fb35a), [`efc64ba92`](https://github.com/bluesky-social/atproto/commit/efc64ba92511933c2100b45c0e7f4bcae9199240)]:
8
+ - @atproto/api@0.15.7
9
+ - @atproto/pds@0.4.137
10
+ - @atproto/bsky@0.0.149
11
+ - @atproto/ozone@0.1.110
12
+
13
+ ## 0.3.130
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`088d06204`](https://github.com/bluesky-social/atproto/commit/088d06204f779412b94ae3363ff548a6c8d1299a)]:
18
+ - @atproto/pds@0.4.136
19
+ - @atproto/bsky@0.0.148
20
+ - @atproto/ozone@0.1.109
21
+
3
22
  ## 0.3.129
4
23
 
5
24
  ### Patch Changes
package/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  Dual MIT/Apache-2.0 License
2
2
 
3
- Copyright (c) 2022-2025 Bluesky PBC, and Contributors
3
+ Copyright (c) 2022-2025 Bluesky Social PBC, and Contributors
4
4
 
5
5
  Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>).
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.129",
3
+ "version": "0.3.131",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -27,15 +27,15 @@
27
27
  "multiformats": "^9.9.0",
28
28
  "uint8arrays": "3.0.0",
29
29
  "undici": "^6.14.1",
30
- "@atproto/api": "^0.15.6",
31
- "@atproto/bsky": "^0.0.148",
30
+ "@atproto/api": "^0.15.7",
31
+ "@atproto/bsky": "^0.0.149",
32
32
  "@atproto/bsync": "^0.0.19",
33
33
  "@atproto/common-web": "^0.4.2",
34
34
  "@atproto/crypto": "^0.4.4",
35
35
  "@atproto/identity": "^0.4.8",
36
36
  "@atproto/lexicon": "^0.4.11",
37
- "@atproto/ozone": "^0.1.109",
38
- "@atproto/pds": "^0.4.135",
37
+ "@atproto/ozone": "^0.1.110",
38
+ "@atproto/pds": "^0.4.137",
39
39
  "@atproto/sync": "^0.1.23",
40
40
  "@atproto/syntax": "^0.4.0",
41
41
  "@atproto/xrpc-server": "^0.7.18"