@atproto/dev-env 0.3.0 → 0.3.1

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2342](https://github.com/bluesky-social/atproto/pull/2342) [`eb7668c07`](https://github.com/bluesky-social/atproto/commit/eb7668c07d44f4b42ea2cc28143c64f4ba3312f5) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Adds the `associated` property to `profile` and `profile-basic` views, bringing them in line with `profile-detailed` views.
8
+
9
+ - Updated dependencies [[`eb7668c07`](https://github.com/bluesky-social/atproto/commit/eb7668c07d44f4b42ea2cc28143c64f4ba3312f5)]:
10
+ - @atproto/ozone@0.1.4
11
+ - @atproto/bsky@0.0.42
12
+ - @atproto/api@0.12.1
13
+ - @atproto/pds@0.4.10
14
+
3
15
  ## 0.3.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -21,18 +21,18 @@
21
21
  "axios": "^0.27.2",
22
22
  "dotenv": "^16.0.3",
23
23
  "express": "^4.18.2",
24
- "get-port": "^6.1.2",
24
+ "get-port": "^5.1.1",
25
25
  "multiformats": "^9.9.0",
26
26
  "uint8arrays": "3.0.0",
27
- "@atproto/api": "^0.12.0",
28
- "@atproto/bsky": "^0.0.41",
27
+ "@atproto/api": "^0.12.1",
28
+ "@atproto/bsky": "^0.0.42",
29
29
  "@atproto/bsync": "^0.0.3",
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
- "@atproto/ozone": "^0.1.3",
35
- "@atproto/pds": "^0.4.9",
34
+ "@atproto/ozone": "^0.1.4",
35
+ "@atproto/pds": "^0.4.10",
36
36
  "@atproto/syntax": "^0.3.0",
37
37
  "@atproto/xrpc-server": "^0.5.0"
38
38
  },