@atproto/dev-env 0.3.137 → 0.3.139

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.139
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c6eb8a12e`](https://github.com/bluesky-social/atproto/commit/c6eb8a12e291c88fea79da447f9da8608d02300d), [`598fcb693`](https://github.com/bluesky-social/atproto/commit/598fcb693d154fe4222f84a3ad24ed3d0b19c58d)]:
8
+ - @atproto/bsky@0.0.156
9
+ - @atproto/api@0.15.13
10
+ - @atproto/pds@0.4.145
11
+ - @atproto/ozone@0.1.117
12
+
13
+ ## 0.3.138
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`9214bd017`](https://github.com/bluesky-social/atproto/commit/9214bd01705381aed6b5bde2900d6dc5486b6e9f), [`3fa2ee3b6`](https://github.com/bluesky-social/atproto/commit/3fa2ee3b6a382709b10921da53e69a901bccbb05)]:
18
+ - @atproto/xrpc-server@0.7.19
19
+ - @atproto/pds@0.4.144
20
+ - @atproto/bsky@0.0.155
21
+ - @atproto/ozone@0.1.116
22
+ - @atproto/sync@0.1.24
23
+
3
24
  ## 0.3.137
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.137",
3
+ "version": "0.3.139",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -27,18 +27,18 @@
27
27
  "multiformats": "^9.9.0",
28
28
  "uint8arrays": "3.0.0",
29
29
  "undici": "^6.14.1",
30
+ "@atproto/api": "^0.15.13",
31
+ "@atproto/bsky": "^0.0.156",
30
32
  "@atproto/bsync": "^0.0.20",
31
- "@atproto/bsky": "^0.0.154",
32
- "@atproto/api": "^0.15.12",
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.115",
38
- "@atproto/pds": "^0.4.143",
39
- "@atproto/sync": "^0.1.23",
37
+ "@atproto/ozone": "^0.1.117",
38
+ "@atproto/pds": "^0.4.145",
39
+ "@atproto/sync": "^0.1.24",
40
40
  "@atproto/syntax": "^0.4.0",
41
- "@atproto/xrpc-server": "^0.7.18"
41
+ "@atproto/xrpc-server": "^0.7.19"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",