@atproto/bsky 0.0.196 → 0.0.197

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 +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atproto/bsky
2
2
 
3
+ ## 0.0.197
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/api@0.18.1
11
+ - @atproto/xrpc-server@0.9.6
12
+ - @atproto-labs/xrpc-utils@0.0.23
13
+ - @atproto/sync@0.1.37
14
+
3
15
  ## 0.0.196
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/bsky",
3
- "version": "0.0.196",
3
+ "version": "0.0.197",
4
4
  "license": "MIT",
5
5
  "description": "Reference implementation of app.bsky App View (Bluesky API)",
6
6
  "keywords": [
@@ -52,17 +52,17 @@
52
52
  "undici": "^6.19.8",
53
53
  "zod": "3.23.8",
54
54
  "@atproto-labs/fetch-node": "0.2.0",
55
- "@atproto-labs/xrpc-utils": "0.0.22",
56
- "@atproto/api": "^0.18.0",
57
- "@atproto/did": "^0.2.1",
58
- "@atproto/crypto": "^0.4.4",
55
+ "@atproto-labs/xrpc-utils": "0.0.23",
56
+ "@atproto/api": "^0.18.1",
59
57
  "@atproto/common": "^0.4.12",
58
+ "@atproto/crypto": "^0.4.4",
59
+ "@atproto/did": "^0.2.1",
60
60
  "@atproto/identity": "^0.4.9",
61
61
  "@atproto/lexicon": "^0.5.1",
62
62
  "@atproto/repo": "^0.8.10",
63
- "@atproto/sync": "^0.1.36",
63
+ "@atproto/sync": "^0.1.37",
64
64
  "@atproto/syntax": "^0.4.1",
65
- "@atproto/xrpc-server": "^0.9.5"
65
+ "@atproto/xrpc-server": "^0.9.6"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@bufbuild/buf": "^1.28.1",
@@ -77,9 +77,9 @@
77
77
  "jest": "^28.1.2",
78
78
  "ts-node": "^10.8.2",
79
79
  "typescript": "^5.6.3",
80
- "@atproto/api": "^0.18.0",
80
+ "@atproto/api": "^0.18.1",
81
81
  "@atproto/lex-cli": "^0.9.6",
82
- "@atproto/pds": "^0.4.193",
82
+ "@atproto/pds": "^0.4.194",
83
83
  "@atproto/xrpc": "^0.7.5"
84
84
  },
85
85
  "scripts": {