@atproto/dev-env 0.3.51 → 0.3.52
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @atproto/dev-env
|
2
2
|
|
3
|
+
## 0.3.52
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`4098d9890`](https://github.com/bluesky-social/atproto/commit/4098d9890173f4d6c6512f2d8994eebbf12b5e13), [`a2bad977a`](https://github.com/bluesky-social/atproto/commit/a2bad977a8d941b4075ea3ffee3d6f7a0c0f467c)]:
|
8
|
+
- @atproto/pds@0.4.61
|
9
|
+
- @atproto/ozone@0.1.47
|
10
|
+
- @atproto/api@0.13.9
|
11
|
+
- @atproto/bsky@0.0.85
|
12
|
+
- @atproto/bsync@0.0.8
|
13
|
+
- @atproto/crypto@0.4.1
|
14
|
+
- @atproto/sync@0.1.3
|
15
|
+
- @atproto/xrpc-server@0.7.1
|
16
|
+
|
3
17
|
## 0.3.51
|
4
18
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atproto/dev-env",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.52",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "Local development environment helper for atproto development",
|
6
6
|
"keywords": [
|
@@ -24,18 +24,18 @@
|
|
24
24
|
"get-port": "^5.1.1",
|
25
25
|
"multiformats": "^9.9.0",
|
26
26
|
"uint8arrays": "3.0.0",
|
27
|
-
"@atproto/api": "^0.13.
|
28
|
-
"@atproto/bsky": "^0.0.
|
29
|
-
"@atproto/bsync": "^0.0.
|
27
|
+
"@atproto/api": "^0.13.9",
|
28
|
+
"@atproto/bsky": "^0.0.85",
|
29
|
+
"@atproto/bsync": "^0.0.8",
|
30
30
|
"@atproto/common-web": "^0.3.1",
|
31
31
|
"@atproto/crypto": "^0.4.1",
|
32
32
|
"@atproto/identity": "^0.4.2",
|
33
33
|
"@atproto/lexicon": "^0.4.2",
|
34
|
-
"@atproto/ozone": "^0.1.
|
35
|
-
"@atproto/pds": "^0.4.
|
36
|
-
"@atproto/sync": "^0.1.
|
34
|
+
"@atproto/ozone": "^0.1.47",
|
35
|
+
"@atproto/pds": "^0.4.61",
|
36
|
+
"@atproto/sync": "^0.1.3",
|
37
37
|
"@atproto/syntax": "^0.3.0",
|
38
|
-
"@atproto/xrpc-server": "^0.7.
|
38
|
+
"@atproto/xrpc-server": "^0.7.1"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@types/express": "^4.17.13"
|