@itpay/cli 2.0.9 → 2.0.10

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
@@ -11,7 +11,7 @@ itpay --agent-type codex-desktop readyz --json
11
11
  # follow next.command: typed skill show, then catalog list
12
12
  ```
13
13
 
14
- The default API is temporarily `https://dev.itpay.ai` during the 2.0.9 beta. Set `ITPAY_BACKEND_URL` only for an intentional override.
14
+ The default API is temporarily `https://dev.itpay.ai` during the 2.0.10 beta. Set `ITPAY_BACKEND_URL` only for an intentional override.
15
15
 
16
16
  ## Output Contract
17
17
 
@@ -10,8 +10,8 @@ import { declaredAgentType } from "./agent_type.js";
10
10
  import { DeviceAuthority } from "./device_authority.js";
11
11
  import { OperationJournal } from "./operation_journal.js";
12
12
  export const DEFAULT_BASE_URL = "https://dev.itpay.ai";
13
- export const CLI_VERSION = "2.0.9";
14
- export const API_CONTRACT_REVISION = "sha256:4ad3ff2565cc265a8c98dec3bb92be1cbfee4d37cb78756d929c78ef134a7bca";
13
+ export const CLI_VERSION = "2.0.10";
14
+ export const API_CONTRACT_REVISION = "sha256:3779f5468ea2109d4134c4ace66258c9eabe82461fa86e83c84df8c860276886";
15
15
  const CART_SESSION_DEFAULT_DIR = ".itpay-v3";
16
16
  const CART_SESSION_FILENAME = "cart.json";
17
17
  const OPERATION_JOURNAL_FILENAME = "operations.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itpay/cli",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "ItPay CLI for V3 checkout, payment, order, refund, and agent-facing render flows.",
5
5
  "type": "module",
6
6
  "bin": {