@atproto/dev-env 0.3.190 → 0.3.191

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 +14 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atproto/dev-env
2
2
 
3
+ ## 0.3.191
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4344](https://github.com/bluesky-social/atproto/pull/4344) [`9115325c7`](https://github.com/bluesky-social/atproto/commit/9115325c7b36f0293f87f79bb8edb49f72fec2bc) Thanks [@foysalit](https://github.com/foysalit)! - Add targetServices param to takedown events allowing mods to specify which service to apply takedown on
8
+
9
+ - Updated dependencies [[`032abf6b5`](https://github.com/bluesky-social/atproto/commit/032abf6b500fd36f3c0fc1af83bf62caae44fa6e), [`9115325c7`](https://github.com/bluesky-social/atproto/commit/9115325c7b36f0293f87f79bb8edb49f72fec2bc), [`1dd20d3a8`](https://github.com/bluesky-social/atproto/commit/1dd20d3a81cda29392d8d63d13082254ec5f68a8)]:
10
+ - @atproto/ozone@0.1.156
11
+ - @atproto/api@0.18.1
12
+ - @atproto/pds@0.4.194
13
+ - @atproto/bsky@0.0.197
14
+ - @atproto/xrpc-server@0.9.6
15
+ - @atproto/sync@0.1.37
16
+
3
17
  ## 0.3.190
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.190",
3
+ "version": "0.3.191",
4
4
  "license": "MIT",
5
5
  "description": "Local development environment helper for atproto development",
6
6
  "keywords": [
@@ -27,18 +27,18 @@
27
27
  "multiformats": "^9.9.0",
28
28
  "uint8arrays": "3.0.0",
29
29
  "undici": "^6.14.1",
30
- "@atproto/api": "^0.18.0",
31
- "@atproto/bsky": "^0.0.196",
30
+ "@atproto/api": "^0.18.1",
31
+ "@atproto/bsky": "^0.0.197",
32
32
  "@atproto/bsync": "^0.0.22",
33
33
  "@atproto/common-web": "^0.4.3",
34
34
  "@atproto/crypto": "^0.4.4",
35
35
  "@atproto/identity": "^0.4.9",
36
36
  "@atproto/lexicon": "^0.5.1",
37
- "@atproto/ozone": "^0.1.155",
38
- "@atproto/pds": "^0.4.193",
39
- "@atproto/sync": "^0.1.36",
37
+ "@atproto/ozone": "^0.1.156",
38
+ "@atproto/pds": "^0.4.194",
39
+ "@atproto/sync": "^0.1.37",
40
40
  "@atproto/syntax": "^0.4.1",
41
- "@atproto/xrpc-server": "^0.9.5"
41
+ "@atproto/xrpc-server": "^0.9.6"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/express": "^4.17.13",