@bnbagent/studio-cli 0.0.6-alpha.3 → 0.0.6-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.
Files changed (2) hide show
  1. package/dist/bag.js +1 -1
  2. package/package.json +2 -2
package/dist/bag.js CHANGED
@@ -19920,7 +19920,7 @@ function buildProgram() {
19920
19920
  return program;
19921
19921
  }
19922
19922
  function cliVersion() {
19923
- return "0.0.6-alpha.3";
19923
+ return "0.0.6-alpha.4";
19924
19924
  }
19925
19925
 
19926
19926
  // src/cli/updateCheck.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnbagent/studio-cli",
3
- "version": "0.0.6-alpha.3",
3
+ "version": "0.0.6-alpha.4",
4
4
  "description": "The `bag` CLI: scaffold, run, deploy, and monetize a single seller agent on BNB Chain (ERC-8004 identity, ERC-8183 commerce, x402 payments).",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "tar": "^7.4.0",
38
38
  "viem": "^2.54.0",
39
39
  "yaml": "^2.9.0",
40
- "@bnbagent/studio-runtime": "0.0.6-alpha.3"
40
+ "@bnbagent/studio-runtime": "0.0.6-alpha.4"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@a2a-js/sdk": "^0.3.14",