@artos-commerce/ucp-cli 0.1.2 → 0.1.3

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.
@@ -1,6 +1,6 @@
1
1
  import { join } from 'node:path';
2
2
  /** Pinned dependency versions for the generated starter. */
3
- const UCP_CLIENT_VERSION = '^0.2.0';
3
+ const UCP_CLIENT_VERSION = '^0.2.1';
4
4
  const STARTER_INDEX = `import 'dotenv/config';
5
5
  import {
6
6
  UcpClient,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artos-commerce/ucp-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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",
@@ -35,7 +35,7 @@
35
35
  "prepublishOnly": "npm run check"
36
36
  },
37
37
  "dependencies": {
38
- "@artos-commerce/ucp-client": "^0.2.0"
38
+ "@artos-commerce/ucp-client": "^0.2.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@eslint/js": "^9.39.4",