@atproto/dev-env 0.3.111 → 0.3.113

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 +27 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.113
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`4db923ca1`](https://github.com/bluesky-social/atproto/commit/4db923ca1c4fadd31d41c851933659e5186ee144), [`efb302db1`](https://github.com/bluesky-social/atproto/commit/efb302db1a615b68795c725a22489dbd0400e011)]:
8
+ - @atproto/common-web@0.4.1
9
+ - @atproto/bsky@0.0.136
10
+ - @atproto/api@0.14.19
11
+ - @atproto/identity@0.4.7
12
+ - @atproto/lexicon@0.4.10
13
+ - @atproto/pds@0.4.120
14
+ - @atproto/sync@0.1.20
15
+ - @atproto/ozone@0.1.98
16
+ - @atproto/bsync@0.0.18
17
+ - @atproto/crypto@0.4.4
18
+ - @atproto/xrpc-server@0.7.15
19
+
20
+ ## 0.3.112
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`04b6230cd`](https://github.com/bluesky-social/atproto/commit/04b6230cd2fbfe4a06cb00ab8ccb8e6c87c6c546)]:
25
+ - @atproto/bsky@0.0.135
26
+ - @atproto/api@0.14.18
27
+ - @atproto/pds@0.4.119
28
+ - @atproto/ozone@0.1.97
29
+
3
30
  ## 0.3.111
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.111",
3
+ "version": "0.3.113",
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.14.17",
31
- "@atproto/bsky": "^0.0.134",
32
- "@atproto/bsync": "^0.0.17",
33
- "@atproto/common-web": "^0.4.0",
30
+ "@atproto/api": "^0.14.19",
31
+ "@atproto/bsky": "^0.0.136",
32
+ "@atproto/bsync": "^0.0.18",
33
+ "@atproto/common-web": "^0.4.1",
34
34
  "@atproto/crypto": "^0.4.4",
35
- "@atproto/identity": "^0.4.6",
36
- "@atproto/lexicon": "^0.4.9",
37
- "@atproto/ozone": "^0.1.96",
38
- "@atproto/pds": "^0.4.118",
39
- "@atproto/sync": "^0.1.19",
35
+ "@atproto/identity": "^0.4.7",
36
+ "@atproto/lexicon": "^0.4.10",
37
+ "@atproto/ozone": "^0.1.98",
38
+ "@atproto/pds": "^0.4.120",
39
+ "@atproto/sync": "^0.1.20",
40
40
  "@atproto/syntax": "^0.4.0",
41
- "@atproto/xrpc-server": "^0.7.14"
41
+ "@atproto/xrpc-server": "^0.7.15"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",