@atproto/dev-env 0.3.164 → 0.3.166

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 +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.166
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e1967c1c2`](https://github.com/bluesky-social/atproto/commit/e1967c1c2abb03bb84de424d01042c40a599b5b3), [`2104d9033`](https://github.com/bluesky-social/atproto/commit/2104d9033e2e1a3a7b821c1f0c5c8ffac5832d59), [`c0126f4a8`](https://github.com/bluesky-social/atproto/commit/c0126f4a84940826a1d7511802cdc69260ed46df)]:
8
+ - @atproto/pds@0.4.171
9
+ - @atproto/lexicon@0.4.14
10
+ - @atproto/bsky@0.0.179
11
+ - @atproto/ozone@0.1.137
12
+ - @atproto/api@0.16.4
13
+ - @atproto/sync@0.1.32
14
+ - @atproto/xrpc-server@0.9.3
15
+
16
+ ## 0.3.165
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`331a356ce`](https://github.com/bluesky-social/atproto/commit/331a356ce27ff1d0b24747b0c16f3b54b07a0a12), [`3156ddf61`](https://github.com/bluesky-social/atproto/commit/3156ddf61519fede9ed148478f082184a1e3242e), [`331a356ce`](https://github.com/bluesky-social/atproto/commit/331a356ce27ff1d0b24747b0c16f3b54b07a0a12)]:
21
+ - @atproto/sync@0.1.31
22
+ - @atproto/ozone@0.1.136
23
+ - @atproto/api@0.16.3
24
+ - @atproto/pds@0.4.170
25
+ - @atproto/lexicon@0.4.13
26
+ - @atproto/bsky@0.0.178
27
+ - @atproto/xrpc-server@0.9.2
28
+
3
29
  ## 0.3.164
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.164",
3
+ "version": "0.3.166",
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.2",
31
- "@atproto/bsky": "^0.0.177",
30
+ "@atproto/api": "^0.16.4",
31
+ "@atproto/bsky": "^0.0.179",
32
32
  "@atproto/bsync": "^0.0.20",
33
33
  "@atproto/common-web": "^0.4.2",
34
34
  "@atproto/crypto": "^0.4.4",
35
- "@atproto/lexicon": "^0.4.12",
36
- "@atproto/ozone": "^0.1.135",
37
35
  "@atproto/identity": "^0.4.8",
38
- "@atproto/pds": "^0.4.169",
36
+ "@atproto/lexicon": "^0.4.14",
37
+ "@atproto/ozone": "^0.1.137",
38
+ "@atproto/pds": "^0.4.171",
39
+ "@atproto/sync": "^0.1.32",
39
40
  "@atproto/syntax": "^0.4.0",
40
- "@atproto/sync": "^0.1.30",
41
- "@atproto/xrpc-server": "^0.9.1"
41
+ "@atproto/xrpc-server": "^0.9.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",