@atproto/dev-env 0.3.39-rc.1 → 0.3.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.39
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`2bdf75d7a`](https://github.com/bluesky-social/atproto/commit/2bdf75d7a63924c10e7a311f16cb447d595b933e), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd)]:
8
+ - @atproto/lexicon@0.4.1
9
+ - @atproto/api@0.13.0
10
+ - @atproto/bsky@0.0.74
11
+ - @atproto/ozone@0.1.36
12
+ - @atproto/pds@0.4.48
13
+ - @atproto/xrpc-server@0.6.1
14
+
3
15
  ## 0.3.38
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.39-rc.1",
3
+ "version": "0.3.39",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -24,17 +24,17 @@
24
24
  "get-port": "^5.1.1",
25
25
  "multiformats": "^9.9.0",
26
26
  "uint8arrays": "3.0.0",
27
- "@atproto/api": "^0.13.0-rc.2",
27
+ "@atproto/api": "^0.13.0",
28
+ "@atproto/bsky": "^0.0.74",
29
+ "@atproto/bsync": "^0.0.5",
30
+ "@atproto/common-web": "^0.3.0",
28
31
  "@atproto/crypto": "^0.4.0",
29
32
  "@atproto/identity": "^0.4.0",
30
- "@atproto/bsky": "^0.0.74-rc.1",
33
+ "@atproto/lexicon": "^0.4.1",
34
+ "@atproto/ozone": "^0.1.36",
35
+ "@atproto/pds": "^0.4.48",
31
36
  "@atproto/syntax": "^0.3.0",
32
- "@atproto/bsync": "^0.0.5",
33
- "@atproto/pds": "^0.4.48-rc.1",
34
- "@atproto/lexicon": "^0.4.0",
35
- "@atproto/common-web": "^0.3.0",
36
- "@atproto/xrpc-server": "^0.6.1-rc.0",
37
- "@atproto/ozone": "^0.1.36-rc.1"
37
+ "@atproto/xrpc-server": "^0.6.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/express": "^4.17.13"