@botpress/adk-cli 1.10.3 → 1.10.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/cli.js CHANGED
@@ -352010,7 +352010,7 @@ var init_internal = __esm(() => {
352010
352010
  });
352011
352011
  init_define_PACKAGE_VERSIONS = __esm2({
352012
352012
  "<define:__PACKAGE_VERSIONS__>"() {
352013
- define_PACKAGE_VERSIONS_default = { runtime: "1.10.3", adk: "1.10.3", sdk: "4.20.2", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
352013
+ define_PACKAGE_VERSIONS_default = { runtime: "1.10.4", adk: "1.10.4", sdk: "4.20.2", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
352014
352014
  }
352015
352015
  });
352016
352016
  init_asset = __esm2({
@@ -658306,7 +658306,7 @@ var init_library2 = __esm(() => {
658306
658306
  });
658307
658307
  init_define_PACKAGE_VERSIONS2 = __esm4({
658308
658308
  "<define:__PACKAGE_VERSIONS__>"() {
658309
- define_PACKAGE_VERSIONS_default2 = { runtime: "1.10.3", adk: "1.10.3", sdk: "4.20.2", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
658309
+ define_PACKAGE_VERSIONS_default2 = { runtime: "1.10.4", adk: "1.10.4", sdk: "4.20.2", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
658310
658310
  }
658311
658311
  });
658312
658312
  init_assets2 = __esm4({
@@ -703011,7 +703011,7 @@ class AgentProjectGenerator {
703011
703011
  deploy: "adk deploy"
703012
703012
  },
703013
703013
  dependencies: {
703014
- "@botpress/runtime": "^1.10.3"
703014
+ "@botpress/runtime": "^1.10.4"
703015
703015
  },
703016
703016
  devDependencies: {
703017
703017
  typescript: "^5.9.3"
@@ -707131,7 +707131,7 @@ var import_ts_morph, __defProp11, __commonJS7 = (cb4, mod) => () => (mod || cb4(
707131
707131
  `));
707132
707132
  return code;
707133
707133
  }
707134
- }, ADK_VERSION = "1.10.3", relative22 = (from, to3) => {
707134
+ }, ADK_VERSION = "1.10.4", relative22 = (from, to3) => {
707135
707135
  const fromDir = path102.dirname(from);
707136
707136
  const relative32 = path102.relative(fromDir, to3);
707137
707137
  return relative32.startsWith(".") ? relative32 : `./${relative32}`;
@@ -707346,7 +707346,7 @@ var init_dist17 = __esm(() => {
707346
707346
  require_package3 = __commonJS7((exports7, module) => {
707347
707347
  module.exports = {
707348
707348
  name: "@botpress/adk",
707349
- version: "1.10.3",
707349
+ version: "1.10.4",
707350
707350
  description: "Core ADK library for building AI agents on Botpress",
707351
707351
  type: "module",
707352
707352
  main: "dist/index.js",
@@ -707393,7 +707393,7 @@ var init_dist17 = __esm(() => {
707393
707393
  "@botpress/cli": "^4.27.3",
707394
707394
  "@botpress/client": "^1.27.2",
707395
707395
  "@botpress/cognitive": "^0.2.0",
707396
- "@botpress/runtime": "^1.10.3",
707396
+ "@botpress/runtime": "^1.10.4",
707397
707397
  "@botpress/sdk": "^4.18.1",
707398
707398
  "@bpinternal/jex": "^1.2.4",
707399
707399
  "@bpinternal/yargs-extra": "^0.0.21",
@@ -713937,7 +713937,7 @@ var init_Separator = __esm(async () => {
713937
713937
  var require_package4 = __commonJS((exports7, module) => {
713938
713938
  module.exports = {
713939
713939
  name: "@botpress/adk",
713940
- version: "1.10.3",
713940
+ version: "1.10.4",
713941
713941
  description: "Core ADK library for building AI agents on Botpress",
713942
713942
  type: "module",
713943
713943
  main: "dist/index.js",
@@ -713984,7 +713984,7 @@ var require_package4 = __commonJS((exports7, module) => {
713984
713984
  "@botpress/cli": "^4.27.3",
713985
713985
  "@botpress/client": "^1.27.2",
713986
713986
  "@botpress/cognitive": "^0.2.0",
713987
- "@botpress/runtime": "^1.10.3",
713987
+ "@botpress/runtime": "^1.10.4",
713988
713988
  "@botpress/sdk": "^4.18.1",
713989
713989
  "@bpinternal/jex": "^1.2.4",
713990
713990
  "@bpinternal/yargs-extra": "^0.0.21",
@@ -715931,7 +715931,7 @@ function checkRuntimeVersion(agentRoot) {
715931
715931
  `));
715932
715932
  }
715933
715933
  }
715934
- var semver2, EXPECTED_RUNTIME_VERSION = "1.10.3";
715934
+ var semver2, EXPECTED_RUNTIME_VERSION = "1.10.4";
715935
715935
  var init_runtime_version_check = __esm(() => {
715936
715936
  init_source();
715937
715937
  semver2 = __toESM(require_semver2(), 1);
@@ -732257,7 +732257,7 @@ if (!checkNodeVersion(true)) {
732257
732257
  checkNodeVersion(false);
732258
732258
  process.exit(1);
732259
732259
  }
732260
- var CLI_VERSION = "1.10.3";
732260
+ var CLI_VERSION = "1.10.4";
732261
732261
  if (CLI_VERSION.startsWith("<<") && CLI_VERSION.endsWith(">>")) {
732262
732262
  try {
732263
732263
  const __filename2 = fileURLToPath12(import.meta.url);
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.10.3",
3
- "generatedAt": "2025-12-03T18:29:11.763Z",
2
+ "version": "1.10.4",
3
+ "generatedAt": "2025-12-04T15:24:25.056Z",
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.10.3",
3
+ "version": "1.10.4",
4
4
  "description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,9 +41,9 @@
41
41
  "url": "https://github.com/botpress/adk"
42
42
  },
43
43
  "dependencies": {
44
- "@botpress/adk": "^1.10.3",
44
+ "@botpress/adk": "^1.10.4",
45
45
  "@botpress/cli": "^4.27.3",
46
- "@botpress/runtime": "^1.10.3",
46
+ "@botpress/runtime": "^1.10.4",
47
47
  "adm-zip": "^0.5.16",
48
48
  "chalk": "^5.4.1",
49
49
  "clipboardy": "^4.0.0",