@botpress/runtime 1.15.4 → 1.16.0

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.15.4", adk: "not-installed", sdk: "5.4.3", llmz: "0.0.54", zai: "2.6.0", cognitive: "0.3.14" };
51
+ define_PACKAGE_VERSIONS_default = { runtime: "1.16.0", adk: "not-installed", sdk: "5.4.3", llmz: "0.0.54", zai: "2.6.0", cognitive: "0.3.14" };
52
52
  }
53
53
  });
54
54
 
@@ -47169,15 +47169,6 @@ var init_heavy_imports = __esm({
47169
47169
  }
47170
47170
  });
47171
47171
 
47172
- // src/runtime/context/inspector-handler.ts
47173
- var init_inspector_handler = __esm({
47174
- "src/runtime/context/inspector-handler.ts"() {
47175
- "use strict";
47176
- init_define_BUILD();
47177
- init_define_PACKAGE_VERSIONS();
47178
- }
47179
- });
47180
-
47181
47172
  // src/runtime/events.ts
47182
47173
  import { z as z27 } from "@botpress/sdk";
47183
47174
  var WorkflowCallbackEvent, WorkflowScheduleEvent, WorkflowContinueEvent, SubworkflowFinished, WorkflowDataRequestEvent;
@@ -47254,7 +47245,6 @@ var init_handlers = __esm({
47254
47245
  init_tracing();
47255
47246
  init_heavy_imports();
47256
47247
  init_environment();
47257
- init_inspector_handler();
47258
47248
  init_events2();
47259
47249
  }
47260
47250
  });