@botpress/adk-cli 1.13.1 → 1.13.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.
package/dist/cli.js CHANGED
@@ -347541,7 +347541,7 @@ var init_internal = __esm(() => {
347541
347541
  });
347542
347542
  init_define_PACKAGE_VERSIONS = __esm2({
347543
347543
  "<define:__PACKAGE_VERSIONS__>"() {
347544
- define_PACKAGE_VERSIONS_default = { runtime: "1.13.1", adk: "1.13.1", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.5", cognitive: "0.3.3" };
347544
+ define_PACKAGE_VERSIONS_default = { runtime: "1.13.2", adk: "1.13.2", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.5", cognitive: "0.3.3" };
347545
347545
  }
347546
347546
  });
347547
347547
  init_asset = __esm2({
@@ -654270,7 +654270,7 @@ var init_library2 = __esm(() => {
654270
654270
  });
654271
654271
  init_define_PACKAGE_VERSIONS2 = __esm4({
654272
654272
  "<define:__PACKAGE_VERSIONS__>"() {
654273
- define_PACKAGE_VERSIONS_default2 = { runtime: "1.13.1", adk: "1.13.1", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.5", cognitive: "0.3.3" };
654273
+ define_PACKAGE_VERSIONS_default2 = { runtime: "1.13.2", adk: "1.13.2", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.5", cognitive: "0.3.3" };
654274
654274
  }
654275
654275
  });
654276
654276
  init_assets2 = __esm4({
@@ -699397,7 +699397,7 @@ class AgentProjectGenerator {
699397
699397
  deploy: "adk deploy"
699398
699398
  },
699399
699399
  dependencies: {
699400
- "@botpress/runtime": "^1.13.1"
699400
+ "@botpress/runtime": "^1.13.2"
699401
699401
  },
699402
699402
  devDependencies: {
699403
699403
  typescript: "^5.9.3"
@@ -703900,7 +703900,7 @@ var import_debug, import_debug2, import_ts_morph, __defProp11, __commonJS8 = (cb
703900
703900
  `));
703901
703901
  return code;
703902
703902
  }
703903
- }, ADK_VERSION = "1.13.1", relative22 = (from, to3) => {
703903
+ }, ADK_VERSION = "1.13.2", relative22 = (from, to3) => {
703904
703904
  const fromDir = path102.dirname(from);
703905
703905
  const relative32 = path102.relative(fromDir, to3);
703906
703906
  return relative32.startsWith(".") ? relative32 : `./${relative32}`;
@@ -705380,7 +705380,7 @@ var init_dist17 = __esm(() => {
705380
705380
  require_package3 = __commonJS8((exports7, module) => {
705381
705381
  module.exports = {
705382
705382
  name: "@botpress/adk",
705383
- version: "1.13.1",
705383
+ version: "1.13.2",
705384
705384
  description: "Core ADK library for building AI agents on Botpress",
705385
705385
  type: "module",
705386
705386
  main: "dist/index.js",
@@ -705427,7 +705427,7 @@ var init_dist17 = __esm(() => {
705427
705427
  "@botpress/cli": "^5.1.1",
705428
705428
  "@botpress/client": "^1.28.0",
705429
705429
  "@botpress/cognitive": "^0.3.3",
705430
- "@botpress/runtime": "^1.13.1",
705430
+ "@botpress/runtime": "^1.13.2",
705431
705431
  "@botpress/sdk": "^5.0.2",
705432
705432
  "@bpinternal/jex": "^1.2.4",
705433
705433
  "@bpinternal/yargs-extra": "^0.0.21",
@@ -712029,7 +712029,7 @@ var init_Separator = __esm(async () => {
712029
712029
  var require_package4 = __commonJS((exports7, module) => {
712030
712030
  module.exports = {
712031
712031
  name: "@botpress/adk",
712032
- version: "1.13.1",
712032
+ version: "1.13.2",
712033
712033
  description: "Core ADK library for building AI agents on Botpress",
712034
712034
  type: "module",
712035
712035
  main: "dist/index.js",
@@ -712076,7 +712076,7 @@ var require_package4 = __commonJS((exports7, module) => {
712076
712076
  "@botpress/cli": "^5.1.1",
712077
712077
  "@botpress/client": "^1.28.0",
712078
712078
  "@botpress/cognitive": "^0.3.3",
712079
- "@botpress/runtime": "^1.13.1",
712079
+ "@botpress/runtime": "^1.13.2",
712080
712080
  "@botpress/sdk": "^5.0.2",
712081
712081
  "@bpinternal/jex": "^1.2.4",
712082
712082
  "@bpinternal/yargs-extra": "^0.0.21",
@@ -714018,7 +714018,7 @@ function checkRuntimeVersion(agentRoot) {
714018
714018
  `));
714019
714019
  }
714020
714020
  }
714021
- var semver2, EXPECTED_RUNTIME_VERSION = "1.13.1", SUPPORTED_RUNTIME_RANGE = ">=1.13.0";
714021
+ var semver2, EXPECTED_RUNTIME_VERSION = "1.13.2", SUPPORTED_RUNTIME_RANGE = ">=1.13.0";
714022
714022
  var init_runtime_version_check = __esm(() => {
714023
714023
  init_source();
714024
714024
  semver2 = __toESM(require_semver2(), 1);
@@ -890914,7 +890914,7 @@ if (!checkNodeVersion(true)) {
890914
890914
  checkNodeVersion(false);
890915
890915
  process.exit(1);
890916
890916
  }
890917
- var CLI_VERSION = "1.13.1";
890917
+ var CLI_VERSION = "1.13.2";
890918
890918
  if (CLI_VERSION.startsWith("<<") && CLI_VERSION.endsWith(">>")) {
890919
890919
  try {
890920
890920
  const __filename2 = fileURLToPath14(import.meta.url);
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.13.1",
3
- "generatedAt": "2025-12-19T01:21:56.024Z",
2
+ "version": "1.13.2",
3
+ "generatedAt": "2025-12-19T01:48:01.829Z",
4
4
  "cliName": "adk",
5
5
  "globalOptions": [
6
6
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/adk-cli",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,10 +41,10 @@
41
41
  "url": "https://github.com/botpress/adk"
42
42
  },
43
43
  "dependencies": {
44
- "@botpress/adk": "^1.13.1",
44
+ "@botpress/adk": "^1.13.2",
45
45
  "@botpress/cli": "^5.1.1",
46
46
  "@botpress/client": "^1.28.0",
47
- "@botpress/runtime": "^1.13.1",
47
+ "@botpress/runtime": "^1.13.2",
48
48
  "@botpress/sdk": "^5.0.2",
49
49
  "@botpress/webchat-client": "^0.4.0",
50
50
  "@modelcontextprotocol/sdk": "^1.25.1",