@atproto/dev-env 0.3.173 → 0.3.175

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.175
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ff30786af`](https://github.com/bluesky-social/atproto/commit/ff30786af6f72ad6506939bfca01a3f55a096c1c)]:
8
+ - @atproto/api@0.16.9
9
+ - @atproto/pds@0.4.178
10
+ - @atproto/bsky@0.0.184
11
+ - @atproto/ozone@0.1.143
12
+
13
+ ## 0.3.174
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`55cc15cdd`](https://github.com/bluesky-social/atproto/commit/55cc15cdd664865d53f027e63708226012dc39ef)]:
18
+ - @atproto/ozone@0.1.142
19
+
3
20
  ## 0.3.173
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.173",
3
+ "version": "0.3.175",
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.16.8",
31
- "@atproto/bsky": "^0.0.183",
30
+ "@atproto/api": "^0.16.9",
32
31
  "@atproto/bsync": "^0.0.22",
33
32
  "@atproto/common-web": "^0.4.3",
34
33
  "@atproto/crypto": "^0.4.4",
34
+ "@atproto/bsky": "^0.0.184",
35
35
  "@atproto/identity": "^0.4.9",
36
- "@atproto/lexicon": "^0.5.1",
37
- "@atproto/ozone": "^0.1.141",
38
- "@atproto/pds": "^0.4.177",
36
+ "@atproto/ozone": "^0.1.143",
37
+ "@atproto/pds": "^0.4.178",
39
38
  "@atproto/sync": "^0.1.34",
39
+ "@atproto/xrpc-server": "^0.9.5",
40
40
  "@atproto/syntax": "^0.4.1",
41
- "@atproto/xrpc-server": "^0.9.5"
41
+ "@atproto/lexicon": "^0.5.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",