@atcute/client 2.0.8 → 3.0.0

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.
package/lib/rpc.ts CHANGED
@@ -53,7 +53,7 @@ export class XRPCError extends Error {
53
53
  /** Service proxy options */
54
54
  export interface XRPCProxyOptions {
55
55
  type: 'atproto_pds' | 'atproto_labeler' | 'bsky_fg' | 'bsky_notif' | ({} & string);
56
- service: At.DID;
56
+ service: At.Did;
57
57
  }
58
58
 
59
59
  /** Options for constructing an XRPC */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@atcute/client",
4
- "version": "2.0.8",
4
+ "version": "3.0.0",
5
5
  "description": "lightweight and cute API client for AT Protocol",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "@vitest/coverage-v8": "^3.0.4",
26
26
  "vitest": "^3.0.4",
27
27
  "@atcute/internal-dev-env": "^1.0.1",
28
- "@atcute/lex-cli": "^1.0.4"
28
+ "@atcute/lex-cli": "^1.1.0"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsc --project tsconfig.build.json",