@atproto/dev-env 0.3.171 → 0.3.173

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.173
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`055a413fb`](https://github.com/bluesky-social/atproto/commit/055a413fba4fab510ec899377154f1204ab12099), [`055a413fb`](https://github.com/bluesky-social/atproto/commit/055a413fba4fab510ec899377154f1204ab12099), [`a5b20f021`](https://github.com/bluesky-social/atproto/commit/a5b20f0218bd13e3c5d7681de2263dcc850b7523), [`6d7bf4bff`](https://github.com/bluesky-social/atproto/commit/6d7bf4bffc3fee7a1fca488e6b75699385a04f37), [`055a413fb`](https://github.com/bluesky-social/atproto/commit/055a413fba4fab510ec899377154f1204ab12099), [`055a413fb`](https://github.com/bluesky-social/atproto/commit/055a413fba4fab510ec899377154f1204ab12099), [`055a413fb`](https://github.com/bluesky-social/atproto/commit/055a413fba4fab510ec899377154f1204ab12099)]:
8
+ - @atproto/pds@0.4.177
9
+ - @atproto/ozone@0.1.141
10
+ - @atproto/bsky@0.0.183
11
+ - @atproto/api@0.16.8
12
+ - @atproto/common-web@0.4.3
13
+ - @atproto/sync@0.1.34
14
+ - @atproto/identity@0.4.9
15
+ - @atproto/lexicon@0.5.1
16
+ - @atproto/bsync@0.0.22
17
+ - @atproto/crypto@0.4.4
18
+ - @atproto/xrpc-server@0.9.5
19
+
20
+ ## 0.3.172
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`09717f29a`](https://github.com/bluesky-social/atproto/commit/09717f29ac7ca742c9c3310980dbe4d112b7597f)]:
25
+ - @atproto/api@0.16.7
26
+ - @atproto/bsky@0.0.182
27
+ - @atproto/ozone@0.1.140
28
+ - @atproto/pds@0.4.176
29
+
3
30
  ## 0.3.171
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.171",
3
+ "version": "0.3.173",
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.6",
31
- "@atproto/bsky": "^0.0.181",
32
- "@atproto/bsync": "^0.0.21",
33
- "@atproto/common-web": "^0.4.2",
30
+ "@atproto/api": "^0.16.8",
31
+ "@atproto/bsky": "^0.0.183",
32
+ "@atproto/bsync": "^0.0.22",
33
+ "@atproto/common-web": "^0.4.3",
34
34
  "@atproto/crypto": "^0.4.4",
35
- "@atproto/identity": "^0.4.8",
36
- "@atproto/lexicon": "^0.5.0",
37
- "@atproto/ozone": "^0.1.139",
38
- "@atproto/sync": "^0.1.33",
35
+ "@atproto/identity": "^0.4.9",
36
+ "@atproto/lexicon": "^0.5.1",
37
+ "@atproto/ozone": "^0.1.141",
38
+ "@atproto/pds": "^0.4.177",
39
+ "@atproto/sync": "^0.1.34",
39
40
  "@atproto/syntax": "^0.4.1",
40
- "@atproto/xrpc-server": "^0.9.4",
41
- "@atproto/pds": "^0.4.175"
41
+ "@atproto/xrpc-server": "^0.9.5"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",