@paysponge/sdk 0.1.89 → 0.1.91

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.
@@ -9,7 +9,7 @@ import type { McpConfig } from "../types/schemas.js";
9
9
  * @example
10
10
  * ```typescript
11
11
  * import { query } from '@anthropic-ai/claude-agent-sdk';
12
- * import { createMcpConfig } from '@spongewallet/sdk';
12
+ * import { createMcpConfig } from '@paysponge/sdk';
13
13
  *
14
14
  * for await (const msg of query({
15
15
  * prompt: 'Check my balance',
@@ -9,7 +9,7 @@ const DEFAULT_BASE_URL = "https://api.wallet.paysponge.com";
9
9
  * @example
10
10
  * ```typescript
11
11
  * import { query } from '@anthropic-ai/claude-agent-sdk';
12
- * import { createMcpConfig } from '@spongewallet/sdk';
12
+ * import { createMcpConfig } from '@paysponge/sdk';
13
13
  *
14
14
  * for await (const msg of query({
15
15
  * prompt: 'Check my balance',
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "0.1.89";
1
+ export declare const SDK_VERSION = "0.1.91";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const SDK_VERSION = "0.1.89";
1
+ export const SDK_VERSION = "0.1.91";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paysponge/sdk",
3
- "version": "0.1.89",
3
+ "version": "0.1.91",
4
4
  "type": "module",
5
5
  "description": "SDK for spinning up wallets for AI agents with Claude Agent SDK integration",
6
6
  "main": "./dist/index.js",