@atproto/dev-env 0.3.61 → 0.3.62
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @atproto/dev-env
|
2
2
|
|
3
|
+
## 0.3.62
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`24423fc2d`](https://github.com/bluesky-social/atproto/commit/24423fc2dd394c99a29dbe4419b356090ef19546), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`48d08a469`](https://github.com/bluesky-social/atproto/commit/48d08a469f75837e3b7e879d286d12780440b8b8), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`561431fe4`](https://github.com/bluesky-social/atproto/commit/561431fe4897e81767dc768e9a31020d09bf86ff)]:
|
8
|
+
- @atproto/pds@0.4.71
|
9
|
+
- @atproto/syntax@0.3.1
|
10
|
+
- @atproto/ozone@0.1.55
|
11
|
+
- @atproto/api@0.13.16
|
12
|
+
- @atproto/lexicon@0.4.3
|
13
|
+
- @atproto/bsky@0.0.94
|
14
|
+
- @atproto/bsync@0.0.9
|
15
|
+
- @atproto/sync@0.1.6
|
16
|
+
- @atproto/xrpc-server@0.7.3
|
17
|
+
|
3
18
|
## 0.3.61
|
4
19
|
|
5
20
|
### 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.62",
|
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.16",
|
28
|
+
"@atproto/bsky": "^0.0.94",
|
29
|
+
"@atproto/bsync": "^0.0.9",
|
30
30
|
"@atproto/common-web": "^0.3.1",
|
31
31
|
"@atproto/crypto": "^0.4.2",
|
32
32
|
"@atproto/identity": "^0.4.3",
|
33
|
-
"@atproto/lexicon": "^0.4.
|
34
|
-
"@atproto/ozone": "^0.1.
|
35
|
-
"@atproto/pds": "^0.4.
|
36
|
-
"@atproto/sync": "^0.1.
|
37
|
-
"@atproto/
|
38
|
-
"@atproto/
|
33
|
+
"@atproto/lexicon": "^0.4.3",
|
34
|
+
"@atproto/ozone": "^0.1.55",
|
35
|
+
"@atproto/pds": "^0.4.71",
|
36
|
+
"@atproto/sync": "^0.1.6",
|
37
|
+
"@atproto/syntax": "^0.3.1",
|
38
|
+
"@atproto/xrpc-server": "^0.7.3"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@types/express": "^4.17.13",
|