@bnbagent/studio-cli 0.0.11-alpha.1 → 0.0.11-alpha.2

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 +7 -3
  2. package/package.json +2 -2
package/dist/bag.js CHANGED
@@ -458,8 +458,8 @@ function packageRoot() {
458
458
  }
459
459
  }
460
460
  function studioCliVersion() {
461
- if ("0.0.11-alpha.1") {
462
- return "0.0.11-alpha.1";
461
+ if ("0.0.11-alpha.2") {
462
+ return "0.0.11-alpha.2";
463
463
  }
464
464
  const file = path2.join(packageRoot(), "package.json");
465
465
  const pkg = JSON.parse(fs3.readFileSync(file, "utf-8"));
@@ -3385,7 +3385,11 @@ var PROVIDER_SHORT_LABELS = {
3385
3385
  function providerDigit(provider) {
3386
3386
  return PROVIDER_MENU_ORDER.indexOf(provider) + 1;
3387
3387
  }
3388
- var ADVERTISED_PROVIDERS = ["bnb", "aws"];
3388
+ var ADVERTISED_PROVIDERS = [
3389
+ "bnb",
3390
+ "aws",
3391
+ "azure"
3392
+ ];
3389
3393
  var ADVERTISED_PROVIDERS_HELP = ADVERTISED_PROVIDERS.join("|");
3390
3394
  function tableOf3(data, key) {
3391
3395
  const value = data[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnbagent/studio-cli",
3
- "version": "0.0.11-alpha.1",
3
+ "version": "0.0.11-alpha.2",
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",
@@ -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.11-alpha.1"
57
+ "@bnbagent/studio-runtime": "0.0.11-alpha.2"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@a2a-js/sdk": "^0.3.14",