@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 +1 -1
- package/dist/src/state/config.js +2 -2
- package/package.json +1 -1
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.
|
|
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
|
|
package/dist/src/state/config.js
CHANGED
|
@@ -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.
|
|
14
|
-
export const API_CONTRACT_REVISION = "sha256:
|
|
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";
|