@atproto/dev-env 0.3.104 → 0.3.106

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 +19 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.106
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atproto/pds@0.4.113
9
+ - @atproto/bsky@0.0.130
10
+ - @atproto/ozone@0.1.92
11
+
12
+ ## 0.3.105
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`076c2f987`](https://github.com/bluesky-social/atproto/commit/076c2f9872387217806624306e3af08878d1adcd)]:
17
+ - @atproto/ozone@0.1.92
18
+ - @atproto/api@0.14.13
19
+ - @atproto/pds@0.4.112
20
+ - @atproto/bsky@0.0.130
21
+
3
22
  ## 0.3.104
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.104",
3
+ "version": "0.3.106",
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.12",
31
- "@atproto/bsky": "^0.0.129",
30
+ "@atproto/api": "^0.14.13",
31
+ "@atproto/bsky": "^0.0.130",
32
32
  "@atproto/bsync": "^0.0.16",
33
33
  "@atproto/common-web": "^0.4.0",
34
34
  "@atproto/crypto": "^0.4.4",
35
- "@atproto/identity": "^0.4.6",
35
+ "@atproto/ozone": "^0.1.92",
36
36
  "@atproto/lexicon": "^0.4.9",
37
- "@atproto/ozone": "^0.1.91",
38
- "@atproto/pds": "^0.4.111",
37
+ "@atproto/pds": "^0.4.113",
39
38
  "@atproto/sync": "^0.1.18",
40
39
  "@atproto/syntax": "^0.4.0",
41
- "@atproto/xrpc-server": "^0.7.13"
40
+ "@atproto/xrpc-server": "^0.7.13",
41
+ "@atproto/identity": "^0.4.6"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",