@botpress/runtime 1.13.17 → 1.13.18

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.13.17", adk: "1.13.17", sdk: "5.0.2", llmz: "0.0.37", zai: "2.5.6", cognitive: "0.3.3" };
51
+ define_PACKAGE_VERSIONS_default = { runtime: "1.13.18", adk: "1.13.18", sdk: "5.0.2", llmz: "0.0.37", zai: "2.5.6", cognitive: "0.3.3" };
52
52
  }
53
53
  });
54
54
 
@@ -38635,6 +38635,7 @@ var init_library = __esm({
38635
38635
  init_define_PACKAGE_VERSIONS();
38636
38636
  init_runtime2();
38637
38637
  init_client();
38638
+ init_constants();
38638
38639
  init_primitives();
38639
38640
  init_chat2();
38640
38641
  init_workflow_utils();
@@ -49414,6 +49415,7 @@ var init_primitives = __esm({
49414
49415
  DataSource3.isDirectory = isDirectorySource;
49415
49416
  DataSource3.isWebsite = isWebsiteSource;
49416
49417
  DataSource3.isTable = isTableSource;
49418
+ DataSource3.Base = DataSource;
49417
49419
  })(DataSource2 || (DataSource2 = {}));
49418
49420
  }
49419
49421
  });