@ametyst/cli 0.2.43 → 0.2.74

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 (3) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +8540 -996
  3. package/package.json +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ametyst/cli",
3
- "version": "0.2.43",
3
+ "version": "0.2.74",
4
4
  "private": false,
5
5
  "description": "Ametyst CLI — embedded MCP server, wallet ops, agent payments",
6
6
  "type": "module",
@@ -37,14 +37,13 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@ametyst-dev/sdk-prod": "^0.8.34",
41
40
  "@modelcontextprotocol/sdk": "1.29.0",
42
41
  "@napi-rs/keyring": "1.1.7",
43
42
  "mcp-use": "1.24.2"
44
43
  },
45
44
  "_comment_optionalDependencies": "Injected at publish-time by publish-staging.yml / publish-prod.yml via `npm pkg set` with the version being published. Not committed here so pnpm install (locally + CI) doesn't try to resolve sub-package versions that may not exist on the registry between releases.",
46
45
  "devDependencies": {
47
- "@ametyst-dev/sdk-prod": "^0.8.34",
46
+ "@ametyst-dev/sdk-prod": "^0.8.72",
48
47
  "@napi-rs/cli": "2.18.4",
49
48
  "@types/node": "20.19.39",
50
49
  "@types/prompts": "2.4.9",
@@ -78,10 +77,10 @@
78
77
  "esbuild@>=0.27.3 <0.28.1": "0.28.1"
79
78
  },
80
79
  "optionalDependencies": {
81
- "@ametyst/cli-darwin-arm64": "0.2.43",
82
- "@ametyst/cli-darwin-x64": "0.2.43",
83
- "@ametyst/cli-linux-x64-gnu": "0.2.43",
84
- "@ametyst/cli-win32-x64-msvc": "0.2.43"
80
+ "@ametyst/cli-darwin-arm64": "0.2.74",
81
+ "@ametyst/cli-darwin-x64": "0.2.74",
82
+ "@ametyst/cli-linux-x64-gnu": "0.2.74",
83
+ "@ametyst/cli-win32-x64-msvc": "0.2.74"
85
84
  },
86
85
  "scripts": {
87
86
  "build:native": "cd native && cargo build --release && napi build --release",