@botpress/runtime 1.13.17 → 1.13.19

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.
@@ -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.19", adk: "1.13.19", sdk: "5.0.2", llmz: "0.0.37", zai: "2.5.6", cognitive: "0.3.3" };
52
52
  }
53
53
  });
54
54
 
@@ -45480,6 +45480,7 @@ var init_primitives = __esm({
45480
45480
  DataSource3.isDirectory = isDirectorySource;
45481
45481
  DataSource3.isWebsite = isWebsiteSource;
45482
45482
  DataSource3.isTable = isTableSource;
45483
+ DataSource3.Base = DataSource;
45483
45484
  })(DataSource2 || (DataSource2 = {}));
45484
45485
  }
45485
45486
  });
@@ -45556,6 +45557,7 @@ var init_library = __esm({
45556
45557
  init_define_PACKAGE_VERSIONS();
45557
45558
  init_runtime2();
45558
45559
  init_client();
45560
+ init_constants();
45559
45561
  init_primitives();
45560
45562
  init_chat2();
45561
45563
  init_workflow_utils();