@botpress/adk-cli 1.7.1 → 1.7.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/cli.js +6 -6
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -320291,7 +320291,7 @@ var init_internal = __esm(() => {
320291
320291
  });
320292
320292
  init_define_PACKAGE_VERSIONS = __esm2({
320293
320293
  "<define:__PACKAGE_VERSIONS__>"() {
320294
- define_PACKAGE_VERSIONS_default = { runtime: "1.7.1", adk: "1.7.0", sdk: "4.18.1", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
320294
+ define_PACKAGE_VERSIONS_default = { runtime: "1.7.2", adk: "1.7.0", sdk: "4.18.1", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
320295
320295
  }
320296
320296
  });
320297
320297
  init_globalThis = __esm2({
@@ -372517,7 +372517,7 @@ class AgentProjectGenerator {
372517
372517
  deploy: "adk deploy"
372518
372518
  },
372519
372519
  dependencies: {
372520
- "@botpress/runtime": "^1.7.1"
372520
+ "@botpress/runtime": "^1.7.2"
372521
372521
  },
372522
372522
  devDependencies: {
372523
372523
  typescript: "^5.9.3"
@@ -381735,7 +381735,7 @@ var init_Separator = __esm(async () => {
381735
381735
  var require_package3 = __commonJS((exports, module) => {
381736
381736
  module.exports = {
381737
381737
  name: "@botpress/adk",
381738
- version: "1.7.1",
381738
+ version: "1.7.2",
381739
381739
  description: "Core ADK library for building AI agents on Botpress",
381740
381740
  type: "module",
381741
381741
  main: "dist/index.js",
@@ -381782,7 +381782,7 @@ var require_package3 = __commonJS((exports, module) => {
381782
381782
  "@botpress/cli": "^4.23",
381783
381783
  "@botpress/client": "^1.27.0",
381784
381784
  "@botpress/cognitive": "^0.2.0",
381785
- "@botpress/runtime": "^1.7.1",
381785
+ "@botpress/runtime": "^1.7.2",
381786
381786
  "@botpress/sdk": "^4.17.3",
381787
381787
  "@bpinternal/yargs-extra": "^0.0.21",
381788
381788
  "@parcel/watcher": "^2.5.1",
@@ -383170,7 +383170,7 @@ function checkRuntimeVersion(agentRoot) {
383170
383170
  `));
383171
383171
  }
383172
383172
  }
383173
- var semver2, EXPECTED_RUNTIME_VERSION = "1.7.1";
383173
+ var semver2, EXPECTED_RUNTIME_VERSION = "1.7.2";
383174
383174
  var init_runtime_version_check = __esm(() => {
383175
383175
  init_source();
383176
383176
  semver2 = __toESM(require_semver2(), 1);
@@ -398769,7 +398769,7 @@ if (!checkNodeVersion(true)) {
398769
398769
  }
398770
398770
  var __filename2 = fileURLToPath9(import.meta.url);
398771
398771
  var __dirname5 = dirname3(__filename2);
398772
- var CLI_VERSION = "1.7.1";
398772
+ var CLI_VERSION = "1.7.2";
398773
398773
  program.name("adk").description("Botpress Agent Development Kit (ADK) - CLI for building AI agents").version(CLI_VERSION).option("--no-cache", "Disable caching for integration lookups").configureHelp({
398774
398774
  formatHelp: () => formatHelp(program, CLI_VERSION)
398775
398775
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/adk-cli",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -40,9 +40,9 @@
40
40
  "url": "https://github.com/botpress/adk"
41
41
  },
42
42
  "dependencies": {
43
- "@botpress/adk": "^1.7.1",
43
+ "@botpress/adk": "^1.7.2",
44
44
  "@botpress/cli": "^4.23",
45
- "@botpress/runtime": "^1.7.1",
45
+ "@botpress/runtime": "^1.7.2",
46
46
  "adm-zip": "^0.5.16",
47
47
  "chalk": "^5.4.1",
48
48
  "clipboardy": "^4.0.0",