@atproto/dev-env 0.3.163 → 0.3.165

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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.165
4
+
5
+ ### Patch Changes
6
+
7
+ - 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)]:
8
+ - @atproto/sync@0.1.31
9
+ - @atproto/ozone@0.1.136
10
+ - @atproto/api@0.16.3
11
+ - @atproto/pds@0.4.170
12
+ - @atproto/lexicon@0.4.13
13
+ - @atproto/bsky@0.0.178
14
+ - @atproto/xrpc-server@0.9.2
15
+
16
+ ## 0.3.164
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`369a20116`](https://github.com/bluesky-social/atproto/commit/369a2011615bd98a2a45c8600be45228d857a524), [`369a20116`](https://github.com/bluesky-social/atproto/commit/369a2011615bd98a2a45c8600be45228d857a524), [`75162ffb9`](https://github.com/bluesky-social/atproto/commit/75162ffb9e35bf56b3f3cb19a12ebd495bdc0af8)]:
21
+ - @atproto/pds@0.4.169
22
+ - @atproto/bsky@0.0.177
23
+ - @atproto/ozone@0.1.135
24
+
3
25
  ## 0.3.163
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.163",
3
+ "version": "0.3.165",
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.3",
31
+ "@atproto/bsky": "^0.0.178",
32
32
  "@atproto/bsync": "^0.0.20",
33
33
  "@atproto/common-web": "^0.4.2",
34
34
  "@atproto/crypto": "^0.4.4",
35
35
  "@atproto/identity": "^0.4.8",
36
- "@atproto/lexicon": "^0.4.12",
37
- "@atproto/ozone": "^0.1.135",
38
- "@atproto/pds": "^0.4.168",
39
- "@atproto/sync": "^0.1.30",
36
+ "@atproto/lexicon": "^0.4.13",
37
+ "@atproto/ozone": "^0.1.136",
38
+ "@atproto/pds": "^0.4.170",
39
+ "@atproto/sync": "^0.1.31",
40
40
  "@atproto/syntax": "^0.4.0",
41
- "@atproto/xrpc-server": "^0.9.1"
41
+ "@atproto/xrpc-server": "^0.9.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",