@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/definition.js +5 -3
- package/dist/definition.js.map +3 -3
- package/dist/internal.js +3 -1
- package/dist/internal.js.map +3 -3
- package/dist/library.d.ts +2 -0
- package/dist/library.d.ts.map +1 -1
- package/dist/library.js +5 -1
- package/dist/library.js.map +3 -3
- package/dist/runtime.js +5 -3
- package/dist/runtime.js.map +3 -3
- package/package.json +1 -1
package/dist/library.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Autonomous } from './runtime/autonomous';
|
|
2
2
|
export { z } from '@botpress/sdk';
|
|
3
|
+
export { Cognitive } from '@botpress/cognitive';
|
|
4
|
+
export { Zai } from '@botpress/zai';
|
|
3
5
|
export { context } from './runtime/index';
|
|
4
6
|
export { Action, Knowledge, Conversation, Trigger, Table, Workflow, Primitives, DataSource, BaseConversationInstance, } from './primitives';
|
|
5
7
|
export { isWorkflowDataRequest } from './primitives/workflow-utils';
|
package/dist/library.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../src/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../src/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,EAAE,CAAC,EAAE,MAAM,eAAe,CAAA;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAC/C,OAAO,EAAE,GAAG,EAAE,MAAM,eAAe,CAAA;AAEnC,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAEzC,OAAO,EACL,MAAM,EACN,SAAS,EACT,YAAY,EACZ,OAAO,EACP,KAAK,EACL,QAAQ,EACR,UAAU,EACV,UAAU,EACV,wBAAwB,GACzB,MAAM,cAAc,CAAA;AAErB,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AAEnE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAA;AAEpC,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AAExB,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAC3C,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,YAAY,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,eAAe,CAAA;AACnC,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAG9D,YAAY,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAA;AACrE,YAAY,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAC7D,YAAY,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AACjD,YAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA"}
|
package/dist/library.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.
|
|
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
|
|
|
@@ -34294,6 +34294,8 @@ var init_esm9 = __esm({
|
|
|
34294
34294
|
init_define_BUILD();
|
|
34295
34295
|
init_define_PACKAGE_VERSIONS();
|
|
34296
34296
|
import { z as z25 } from "@botpress/sdk";
|
|
34297
|
+
import { Cognitive as Cognitive2 } from "@botpress/cognitive";
|
|
34298
|
+
import { Zai as Zai2 } from "@botpress/zai";
|
|
34297
34299
|
|
|
34298
34300
|
// src/runtime/index.ts
|
|
34299
34301
|
init_define_BUILD();
|
|
@@ -46030,6 +46032,7 @@ export {
|
|
|
46030
46032
|
Action,
|
|
46031
46033
|
Autonomous,
|
|
46032
46034
|
BaseConversationInstance,
|
|
46035
|
+
Cognitive2 as Cognitive,
|
|
46033
46036
|
BaseConversation as Conversation,
|
|
46034
46037
|
DataSource2 as DataSource,
|
|
46035
46038
|
Errors,
|
|
@@ -46038,6 +46041,7 @@ export {
|
|
|
46038
46041
|
BaseTable as Table,
|
|
46039
46042
|
Trigger,
|
|
46040
46043
|
BaseWorkflow as Workflow,
|
|
46044
|
+
Zai2 as Zai,
|
|
46041
46045
|
actions,
|
|
46042
46046
|
adk,
|
|
46043
46047
|
bot,
|