@artos-commerce/ucp-cli 0.2.0 → 0.3.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/README.md CHANGED
@@ -20,7 +20,7 @@ npm install -g @artos-commerce/ucp-cli
20
20
  npx @artos-commerce/ucp-cli --help
21
21
  ```
22
22
 
23
- Requires **Node 20+**. The crypto settlement rail's `@mysten/sui` is **not**
23
+ Requires **Node 22+**. The crypto settlement rail's `@mysten/sui` is **not**
24
24
  needed for any CLI command.
25
25
 
26
26
  ## Configuration
@@ -197,9 +197,6 @@ npm install
197
197
  npm run check # lint + typecheck + test:coverage + build
198
198
  ```
199
199
 
200
- See [AGENTS.md](AGENTS.md) for the conventions (the `Io` seam, sui-free SDK
201
- subpaths, the testing bar) every change must follow.
202
-
203
200
  ## License
204
201
 
205
202
  MIT
@@ -151,7 +151,7 @@ function starterPackageJson(name) {
151
151
  tsx: '^4.19.2',
152
152
  typescript: '^5.6.0',
153
153
  },
154
- engines: { node: '>=20' },
154
+ engines: { node: '>=22' },
155
155
  }, null, 2) + '\n');
156
156
  }
157
157
  function starterReadme(name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artos-commerce/ucp-cli",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Command-line tools for building agents on Artos: scaffold an agent UCP profile, run connectivity diagnostics, inspect a store's UCP profile, and search the cross-store catalog.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "homepage": "https://docs.artos.sh/agents",
16
16
  "engines": {
17
- "node": ">=20"
17
+ "node": ">=22"
18
18
  },
19
19
  "bin": {
20
20
  "artos": "./dist/index.js"
@@ -35,11 +35,11 @@
35
35
  "prepublishOnly": "npm run check"
36
36
  },
37
37
  "dependencies": {
38
- "@artos-commerce/ucp-client": "^0.3.0"
38
+ "@artos-commerce/ucp-client": "^0.4.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@eslint/js": "^9.39.4",
42
- "@types/node": "^20.19.42",
42
+ "@types/node": "^22.19.0",
43
43
  "@vitest/coverage-v8": "^4.1.9",
44
44
  "eslint": "^9.39.4",
45
45
  "eslint-config-prettier": "^10.1.8",