@atproto/dev-env 0.3.60 → 0.3.61
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 +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @atproto/dev-env
|
2
2
|
|
3
|
+
## 0.3.61
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`d6f33b474`](https://github.com/bluesky-social/atproto/commit/d6f33b4742e0b94722a993efc7d18833d9416bb6), [`b6eeb81c6`](https://github.com/bluesky-social/atproto/commit/b6eeb81c6d454b5ae91b05a21fc1820274c1b429), [`9e18ab6a3`](https://github.com/bluesky-social/atproto/commit/9e18ab6a35f47e0a9cee76221bfa0817c8a624a1), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`9ffeb5216`](https://github.com/bluesky-social/atproto/commit/9ffeb5216ab29919a2c1f3cc18af26c21a077d4a), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`839202a3d`](https://github.com/bluesky-social/atproto/commit/839202a3d2b01de25de900cec7540019545798c6), [`e680d55ca`](https://github.com/bluesky-social/atproto/commit/e680d55ca2d7f6b213e2a8693eba6be39163ba41), [`c4b5e5395`](https://github.com/bluesky-social/atproto/commit/c4b5e53957463c37dd16fdd1b897d4ab02ab8e84), [`9ffeb5216`](https://github.com/bluesky-social/atproto/commit/9ffeb5216ab29919a2c1f3cc18af26c21a077d4a)]:
|
8
|
+
- @atproto/ozone@0.1.54
|
9
|
+
- @atproto/api@0.13.15
|
10
|
+
- @atproto/pds@0.4.70
|
11
|
+
- @atproto/crypto@0.4.2
|
12
|
+
- @atproto/xrpc-server@0.7.2
|
13
|
+
- @atproto/bsky@0.0.93
|
14
|
+
- @atproto/identity@0.4.3
|
15
|
+
- @atproto/sync@0.1.5
|
16
|
+
|
3
17
|
## 0.3.60
|
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.61",
|
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.
|
27
|
+
"@atproto/api": "^0.13.15",
|
28
|
+
"@atproto/bsky": "^0.0.93",
|
29
29
|
"@atproto/bsync": "^0.0.8",
|
30
30
|
"@atproto/common-web": "^0.3.1",
|
31
|
-
"@atproto/crypto": "^0.4.
|
32
|
-
"@atproto/identity": "^0.4.
|
31
|
+
"@atproto/crypto": "^0.4.2",
|
32
|
+
"@atproto/identity": "^0.4.3",
|
33
33
|
"@atproto/lexicon": "^0.4.2",
|
34
|
-
"@atproto/ozone": "^0.1.
|
35
|
-
"@atproto/pds": "^0.4.
|
36
|
-
"@atproto/sync": "^0.1.
|
37
|
-
"@atproto/
|
38
|
-
"@atproto/
|
34
|
+
"@atproto/ozone": "^0.1.54",
|
35
|
+
"@atproto/pds": "^0.4.70",
|
36
|
+
"@atproto/sync": "^0.1.5",
|
37
|
+
"@atproto/xrpc-server": "^0.7.2",
|
38
|
+
"@atproto/syntax": "^0.3.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@types/express": "^4.17.13",
|