@bnbagent/studio-cli 0.0.13-alpha.3 → 0.0.13-alpha.4

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/dist/bag.js CHANGED
@@ -55,7 +55,7 @@ import {
55
55
  x402SellerIsFree,
56
56
  x402SellerPricingState,
57
57
  x402SellerUsesB402
58
- } from "./chunk-E4C75NSV.js";
58
+ } from "./chunk-OFAD65VZ.js";
59
59
  import {
60
60
  TWAK_CLI_MIN_VERSION,
61
61
  TWAK_CLI_VERSION,
@@ -233,7 +233,7 @@ import {
233
233
  var CAMPAIGN_DOC_URL = "https://www.bnbchain.org/en/blog/bnb-agent-studio-is-live-on-bnb-chain-ai-agents-from-one-prompt";
234
234
  var CAMPAIGN_CHECK_TIMEOUT_MS = 6e3;
235
235
  async function fetchCampaignActive() {
236
- const { bnbPlatformApiUrl: bnbPlatformApiUrl2 } = await import("./deployCli-UOUCOIW5.js");
236
+ const { bnbPlatformApiUrl: bnbPlatformApiUrl2 } = await import("./deployCli-NZAZDPKK.js");
237
237
  const controller = new AbortController();
238
238
  const timer = setTimeout(() => controller.abort(), CAMPAIGN_CHECK_TIMEOUT_MS);
239
239
  try {
@@ -791,8 +791,8 @@ function packageRoot() {
791
791
  }
792
792
  }
793
793
  function studioCliVersion() {
794
- if ("0.0.13-alpha.3") {
795
- return "0.0.13-alpha.3";
794
+ if ("0.0.13-alpha.4") {
795
+ return "0.0.13-alpha.4";
796
796
  }
797
797
  const file = path3.join(packageRoot(), "package.json");
798
798
  const pkg = JSON.parse(fs3.readFileSync(file, "utf-8"));
@@ -18,7 +18,7 @@ import {
18
18
  runPlatformAccountCommand,
19
19
  trialFromDeployCliJson,
20
20
  withDeployFiles
21
- } from "./chunk-E4C75NSV.js";
21
+ } from "./chunk-OFAD65VZ.js";
22
22
  import "./chunk-RO726HJG.js";
23
23
  export {
24
24
  BNB_PLATFORM_API_URL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnbagent/studio-cli",
3
- "version": "0.0.13-alpha.3",
3
+ "version": "0.0.13-alpha.4",
4
4
  "description": "Skills-first toolkit and bag CLI for BNB Chain seller agents: ERC-8004 identity, ERC-8183 escrowed commerce, and x402 payments.",
5
5
  "keywords": [
6
6
  "bnb-chain",
@@ -42,7 +42,7 @@
42
42
  "bag": "./dist/bag.js"
43
43
  },
44
44
  "dependencies": {
45
- "@bnbagent/sdk": "0.5.2",
45
+ "@bnbagent/sdk": "0.5.3",
46
46
  "ai": "^7.0.29",
47
47
  "archiver": "^8.0.0",
48
48
  "commander": "^15.0.0",
@@ -54,7 +54,7 @@
54
54
  "tar": "^7.4.0",
55
55
  "viem": "^2.54.0",
56
56
  "yaml": "^2.9.0",
57
- "@bnbagent/studio-runtime": "0.0.13-alpha.3"
57
+ "@bnbagent/studio-runtime": "0.0.13-alpha.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@a2a-js/sdk": "^0.3.14",
@@ -11,7 +11,7 @@ node = [
11
11
  # neutral. The agent project's serving deps (@a2a-js/sdk / MCP SDK / ai)
12
12
  # come from the runtimes/<R>/ recipe selected at `bag init` time.
13
13
  "@bnbagent/studio-runtime",
14
- "@bnbagent/sdk@0.5.2",
14
+ "@bnbagent/sdk@0.5.3",
15
15
  ]
16
16
 
17
17
  [env]
@@ -6,7 +6,7 @@ status = "v0.0.x"
6
6
  [dependencies]
7
7
  node = [
8
8
  "@bnbagent/studio-runtime",
9
- "@bnbagent/sdk@0.5.2",
9
+ "@bnbagent/sdk@0.5.3",
10
10
  "ai@^7.0.29",
11
11
  "zod@^3.25.0",
12
12
  ]
@@ -32,7 +32,7 @@ node = [
32
32
  # BNBAGENT_RUNTIME_SECRET_ID is set (default secretsmanager mode + platform).
33
33
  "@aws-sdk/client-secrets-manager@^3.600.0",
34
34
  "@bnbagent/studio-runtime",
35
- "@bnbagent/sdk@0.5.2",
35
+ "@bnbagent/sdk@0.5.3",
36
36
  # The LLM work hook (generateText + tools) and the model factory.
37
37
  "ai@^7.0.29",
38
38
  # Tool input schemas (AI SDK tools + MCP registerTool).
@@ -29,7 +29,7 @@ node = [
29
29
  # on either cloud.
30
30
  "@aws-sdk/client-secrets-manager@^3.600.0",
31
31
  "@bnbagent/studio-runtime",
32
- "@bnbagent/sdk@0.5.2",
32
+ "@bnbagent/sdk@0.5.3",
33
33
  # The LLM work hook (generateText + tools) and the model factory
34
34
  # (model.ts buildModel — studio.toml [llm] + the provider key env).
35
35
  "ai@^7.0.29",
@@ -6,7 +6,7 @@ status = "v0.0.x"
6
6
  [dependencies]
7
7
  node = [
8
8
  "@bnbagent/studio-runtime",
9
- "@bnbagent/sdk@0.5.2",
9
+ "@bnbagent/sdk@0.5.3",
10
10
  "ai@^7.0.29", # AI SDK `tool` wrappers around the buyer functions
11
11
  "zod@^3.25.0", # tool input schemas
12
12
  ]