@botpress/runtime 1.8.2 → 1.8.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/definition.js +2 -1
- package/dist/definition.js.map +2 -2
- package/dist/internal.js +2 -1
- package/dist/internal.js.map +2 -2
- package/dist/library.js +2 -1
- package/dist/library.js.map +2 -2
- package/dist/primitives/workflow-instance.d.ts.map +1 -1
- package/dist/runtime.js +2 -1
- package/dist/runtime.js.map +2 -2
- package/package.json +1 -1
package/dist/definition.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.8.
|
|
51
|
+
define_PACKAGE_VERSIONS_default = { runtime: "1.8.4", adk: "1.8.4", sdk: "4.19.0", llmz: "0.0.33", zai: "2.5.0", cognitive: "0.2.0" };
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|
|
@@ -44275,6 +44275,7 @@ var BaseWorkflowInstance = class _BaseWorkflowInstance {
|
|
|
44275
44275
|
},
|
|
44276
44276
|
abort: () => {
|
|
44277
44277
|
workflowControlContext.aborted = true;
|
|
44278
|
+
workflowControlContext.acked = true;
|
|
44278
44279
|
},
|
|
44279
44280
|
fail: (reason) => {
|
|
44280
44281
|
workflowControlContext.failed = true;
|