@botpress/runtime 1.7.3 → 1.7.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/internal.js CHANGED
@@ -48,7 +48,7 @@ var init_define_BUILD = __esm({
48
48
  var define_PACKAGE_VERSIONS_default;
49
49
  var init_define_PACKAGE_VERSIONS = __esm({
50
50
  "<define:__PACKAGE_VERSIONS__>"() {
51
- define_PACKAGE_VERSIONS_default = { runtime: "1.7.3", adk: "1.7.2", sdk: "4.18.1", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
51
+ define_PACKAGE_VERSIONS_default = { runtime: "1.7.4", adk: "1.7.2", sdk: "4.18.1", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
52
52
  }
53
53
  });
54
54
 
@@ -34481,6 +34481,8 @@ ${issues.join("\n")}`;
34481
34481
  init_define_BUILD();
34482
34482
  init_define_PACKAGE_VERSIONS();
34483
34483
  import { z as z17 } from "@botpress/sdk";
34484
+ import { Cognitive as Cognitive2 } from "@botpress/cognitive";
34485
+ import { Zai as Zai2 } from "@botpress/zai";
34484
34486
 
34485
34487
  // src/runtime/index.ts
34486
34488
  init_define_BUILD();