@botpress/adk-cli 1.13.3 → 1.13.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
@@ -351735,7 +351735,7 @@ var init_internal = __esm(() => {
351735
351735
  });
351736
351736
  init_define_PACKAGE_VERSIONS = __esm2({
351737
351737
  "<define:__PACKAGE_VERSIONS__>"() {
351738
- define_PACKAGE_VERSIONS_default = { runtime: "1.13.3", adk: "1.13.3", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
351738
+ define_PACKAGE_VERSIONS_default = { runtime: "1.13.4", adk: "1.13.4", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
351739
351739
  }
351740
351740
  });
351741
351741
  init_asset = __esm2({
@@ -658518,7 +658518,7 @@ var init_library2 = __esm(() => {
658518
658518
  });
658519
658519
  init_define_PACKAGE_VERSIONS2 = __esm4({
658520
658520
  "<define:__PACKAGE_VERSIONS__>"() {
658521
- define_PACKAGE_VERSIONS_default2 = { runtime: "1.13.3", adk: "1.13.3", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
658521
+ define_PACKAGE_VERSIONS_default2 = { runtime: "1.13.4", adk: "1.13.4", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
658522
658522
  }
658523
658523
  });
658524
658524
  init_assets2 = __esm4({
@@ -703676,7 +703676,7 @@ class AgentProjectGenerator {
703676
703676
  deploy: "adk deploy"
703677
703677
  },
703678
703678
  dependencies: {
703679
- "@botpress/runtime": "^1.13.3"
703679
+ "@botpress/runtime": "^1.13.4"
703680
703680
  },
703681
703681
  devDependencies: {
703682
703682
  typescript: "^5.9.3"
@@ -708185,7 +708185,7 @@ var import_debug, import_debug2, import_ts_morph, __defProp11, __commonJS8 = (cb
708185
708185
  `));
708186
708186
  return code;
708187
708187
  }
708188
- }, ADK_VERSION = "1.13.3", relative22 = (from, to3) => {
708188
+ }, ADK_VERSION = "1.13.4", relative22 = (from, to3) => {
708189
708189
  const fromDir = path102.dirname(from);
708190
708190
  const relative32 = path102.relative(fromDir, to3);
708191
708191
  return relative32.startsWith(".") ? relative32 : `./${relative32}`;
@@ -709665,7 +709665,7 @@ var init_dist17 = __esm(() => {
709665
709665
  require_package3 = __commonJS8((exports7, module) => {
709666
709666
  module.exports = {
709667
709667
  name: "@botpress/adk",
709668
- version: "1.13.3",
709668
+ version: "1.13.4",
709669
709669
  description: "Core ADK library for building AI agents on Botpress",
709670
709670
  type: "module",
709671
709671
  main: "dist/index.js",
@@ -709712,7 +709712,7 @@ var init_dist17 = __esm(() => {
709712
709712
  "@botpress/cli": "^5.1.1",
709713
709713
  "@botpress/client": "^1.28.0",
709714
709714
  "@botpress/cognitive": "^0.3.3",
709715
- "@botpress/runtime": "^1.13.3",
709715
+ "@botpress/runtime": "^1.13.4",
709716
709716
  "@botpress/sdk": "^5.0.2",
709717
709717
  "@bpinternal/jex": "^1.2.4",
709718
709718
  "@bpinternal/yargs-extra": "^0.0.21",
@@ -716317,7 +716317,7 @@ var init_Separator = __esm(async () => {
716317
716317
  var require_package4 = __commonJS((exports7, module) => {
716318
716318
  module.exports = {
716319
716319
  name: "@botpress/adk",
716320
- version: "1.13.3",
716320
+ version: "1.13.4",
716321
716321
  description: "Core ADK library for building AI agents on Botpress",
716322
716322
  type: "module",
716323
716323
  main: "dist/index.js",
@@ -716364,7 +716364,7 @@ var require_package4 = __commonJS((exports7, module) => {
716364
716364
  "@botpress/cli": "^5.1.1",
716365
716365
  "@botpress/client": "^1.28.0",
716366
716366
  "@botpress/cognitive": "^0.3.3",
716367
- "@botpress/runtime": "^1.13.3",
716367
+ "@botpress/runtime": "^1.13.4",
716368
716368
  "@botpress/sdk": "^5.0.2",
716369
716369
  "@bpinternal/jex": "^1.2.4",
716370
716370
  "@bpinternal/yargs-extra": "^0.0.21",
@@ -718306,7 +718306,7 @@ function checkRuntimeVersion(agentRoot) {
718306
718306
  `));
718307
718307
  }
718308
718308
  }
718309
- var semver2, EXPECTED_RUNTIME_VERSION = "1.13.3", SUPPORTED_RUNTIME_RANGE = ">=1.13.0";
718309
+ var semver2, EXPECTED_RUNTIME_VERSION = "1.13.4", SUPPORTED_RUNTIME_RANGE = ">=1.13.0";
718310
718310
  var init_runtime_version_check = __esm(() => {
718311
718311
  init_source();
718312
718312
  semver2 = __toESM(require_semver2(), 1);
@@ -895213,7 +895213,7 @@ if (!checkNodeVersion(true)) {
895213
895213
  checkNodeVersion(false);
895214
895214
  process.exit(1);
895215
895215
  }
895216
- var CLI_VERSION = "1.13.3";
895216
+ var CLI_VERSION = "1.13.4";
895217
895217
  if (CLI_VERSION.startsWith("<<") && CLI_VERSION.endsWith(">>")) {
895218
895218
  try {
895219
895219
  const __filename2 = fileURLToPath14(import.meta.url);
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.13.3",
3
- "generatedAt": "2025-12-19T02:21:02.315Z",
2
+ "version": "1.13.4",
3
+ "generatedAt": "2025-12-19T02:27:04.526Z",
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.3",
3
+ "version": "1.13.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,10 +41,10 @@
41
41
  "url": "https://github.com/botpress/adk"
42
42
  },
43
43
  "dependencies": {
44
- "@botpress/adk": "^1.13.3",
44
+ "@botpress/adk": "^1.13.4",
45
45
  "@botpress/cli": "^5.1.1",
46
46
  "@botpress/client": "^1.28.0",
47
- "@botpress/runtime": "^1.13.3",
47
+ "@botpress/runtime": "^1.13.4",
48
48
  "@botpress/sdk": "^5.0.2",
49
49
  "@botpress/webchat-client": "^0.4.0",
50
50
  "@modelcontextprotocol/sdk": "^1.25.1",