@atproto/dev-env 0.3.99 → 0.3.101

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 +25 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.101
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`03fc0aa27`](https://github.com/bluesky-social/atproto/commit/03fc0aa270884523719e67bea701ef19e2dd5696), [`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
8
+ - @atproto/pds@0.4.108
9
+ - @atproto/syntax@0.4.0
10
+ - @atproto/bsky@0.0.127
11
+ - @atproto/ozone@0.1.89
12
+ - @atproto/api@0.14.10
13
+ - @atproto/bsync@0.0.16
14
+ - @atproto/lexicon@0.4.9
15
+ - @atproto/sync@0.1.18
16
+ - @atproto/xrpc-server@0.7.13
17
+
18
+ ## 0.3.100
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`0ae7f416e`](https://github.com/bluesky-social/atproto/commit/0ae7f416e8055fe4d05b283449e44457161f6a93)]:
23
+ - @atproto/pds@0.4.107
24
+ - @atproto/api@0.14.9
25
+ - @atproto/bsky@0.0.126
26
+ - @atproto/ozone@0.1.88
27
+
3
28
  ## 0.3.99
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.99",
3
+ "version": "0.3.101",
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.9",
31
- "@atproto/bsky": "^0.0.126",
32
- "@atproto/bsync": "^0.0.15",
30
+ "@atproto/api": "^0.14.10",
31
+ "@atproto/bsky": "^0.0.127",
32
+ "@atproto/bsync": "^0.0.16",
33
+ "@atproto/common-web": "^0.4.0",
33
34
  "@atproto/crypto": "^0.4.4",
34
35
  "@atproto/identity": "^0.4.6",
35
- "@atproto/lexicon": "^0.4.8",
36
- "@atproto/ozone": "^0.1.88",
37
- "@atproto/pds": "^0.4.106",
38
- "@atproto/sync": "^0.1.17",
39
- "@atproto/syntax": "^0.3.4",
40
- "@atproto/xrpc-server": "^0.7.12",
41
- "@atproto/common-web": "^0.4.0"
36
+ "@atproto/lexicon": "^0.4.9",
37
+ "@atproto/ozone": "^0.1.89",
38
+ "@atproto/pds": "^0.4.108",
39
+ "@atproto/sync": "^0.1.18",
40
+ "@atproto/syntax": "^0.4.0",
41
+ "@atproto/xrpc-server": "^0.7.13"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",