@connortessaro/pai 0.4.1 → 0.4.2
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/dist/pai.mjs +1 -1
- package/package.json +1 -1
package/dist/pai.mjs
CHANGED
|
@@ -23,7 +23,7 @@ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
|
|
|
23
23
|
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
|
|
24
24
|
import * as z from 'zod';
|
|
25
25
|
export const DEFAULT_BASE_URL = 'https://phantom.codes/v1';
|
|
26
|
-
export const VERSION = '0.4.
|
|
26
|
+
export const VERSION = '0.4.2';
|
|
27
27
|
// ── errors ───────────────────────────────────────────────────────────────────
|
|
28
28
|
export class PhantomApiError extends Error {
|
|
29
29
|
status;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connortessaro/pai",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Keys, money and subagents for AI agents: Phantom AI keys and child keys, budgets and plans, model routing, an agent wallet, and signed receipts. CLI, MCP server, and a skill for pi, Claude Code, Codex and Cursor.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"phantom",
|