@atproto/dev-env 0.3.3 → 0.3.4

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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cd4fcc709`](https://github.com/bluesky-social/atproto/commit/cd4fcc709fe8d725a4af769ce21f53711fe5622a)]:
8
+ - @atproto/xrpc-server@0.5.1
9
+ - @atproto/bsky@0.0.44
10
+ - @atproto/ozone@0.1.6
11
+ - @atproto/pds@0.4.13
12
+
3
13
  ## 0.3.3
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
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/bsky": "^0.0.43",
27
+ "@atproto/api": "^0.12.2",
28
+ "@atproto/bsky": "^0.0.44",
28
29
  "@atproto/bsync": "^0.0.3",
29
30
  "@atproto/common-web": "^0.3.0",
30
31
  "@atproto/crypto": "^0.4.0",
31
32
  "@atproto/identity": "^0.4.0",
32
33
  "@atproto/lexicon": "^0.4.0",
33
- "@atproto/ozone": "^0.1.5",
34
- "@atproto/api": "^0.12.2",
35
- "@atproto/pds": "^0.4.12",
34
+ "@atproto/ozone": "^0.1.6",
35
+ "@atproto/pds": "^0.4.13",
36
36
  "@atproto/syntax": "^0.3.0",
37
- "@atproto/xrpc-server": "^0.5.0"
37
+ "@atproto/xrpc-server": "^0.5.1"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsc --build tsconfig.build.json",