@atproto/dev-env 0.3.16 → 0.3.17
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# @atproto/dev-env
|
2
2
|
|
3
|
+
## 0.3.17
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`0cc5ef70f`](https://github.com/bluesky-social/atproto/commit/0cc5ef70f4e5a8e24983051d5f5ad8ee27be8684)]:
|
8
|
+
- @atproto/pds@0.4.26
|
9
|
+
- @atproto/bsky@0.0.54
|
10
|
+
- @atproto/ozone@0.1.16
|
11
|
+
|
3
12
|
## 0.3.16
|
4
13
|
|
5
14
|
### 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.17",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "Local development environment helper for atproto development",
|
6
6
|
"keywords": [
|
@@ -24,16 +24,16 @@
|
|
24
24
|
"get-port": "^5.1.1",
|
25
25
|
"multiformats": "^9.9.0",
|
26
26
|
"uint8arrays": "3.0.0",
|
27
|
-
"@atproto/api": "^0.12.12",
|
28
27
|
"@atproto/bsky": "^0.0.54",
|
29
28
|
"@atproto/bsync": "^0.0.3",
|
29
|
+
"@atproto/api": "^0.12.12",
|
30
30
|
"@atproto/common-web": "^0.3.0",
|
31
31
|
"@atproto/crypto": "^0.4.0",
|
32
32
|
"@atproto/identity": "^0.4.0",
|
33
33
|
"@atproto/lexicon": "^0.4.0",
|
34
34
|
"@atproto/ozone": "^0.1.16",
|
35
|
-
"@atproto/pds": "^0.4.25",
|
36
35
|
"@atproto/syntax": "^0.3.0",
|
36
|
+
"@atproto/pds": "^0.4.26",
|
37
37
|
"@atproto/xrpc-server": "^0.5.1"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|