@atproto/dev-env 0.3.169 → 0.3.171

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.171
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d54d278ab`](https://github.com/bluesky-social/atproto/commit/d54d278abd679fbb44ff795d02b53b7caab31301)]:
8
+ - @atproto/pds@0.4.175
9
+ - @atproto/bsky@0.0.181
10
+ - @atproto/ozone@0.1.139
11
+
12
+ ## 0.3.170
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies []:
17
+ - @atproto/pds@0.4.174
18
+ - @atproto/bsky@0.0.181
19
+ - @atproto/ozone@0.1.139
20
+
3
21
  ## 0.3.169
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/dev-env",
3
- "version": "0.3.169",
3
+ "version": "0.3.171",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -35,10 +35,10 @@
35
35
  "@atproto/identity": "^0.4.8",
36
36
  "@atproto/lexicon": "^0.5.0",
37
37
  "@atproto/ozone": "^0.1.139",
38
- "@atproto/pds": "^0.4.173",
39
38
  "@atproto/sync": "^0.1.33",
40
39
  "@atproto/syntax": "^0.4.1",
41
- "@atproto/xrpc-server": "^0.9.4"
40
+ "@atproto/xrpc-server": "^0.9.4",
41
+ "@atproto/pds": "^0.4.175"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",