@botpress/runtime 1.13.7 → 1.13.8
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 +1 -1
- package/dist/definition.js.map +1 -1
- package/dist/internal.js +2 -2
- package/dist/internal.js.map +2 -2
- package/dist/library.js +2 -2
- package/dist/library.js.map +2 -2
- package/dist/runtime.js +2 -2
- package/dist/runtime.js.map +2 -2
- package/package.json +1 -1
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.
|
|
51
|
+
define_PACKAGE_VERSIONS_default = { runtime: "1.13.8", adk: "1.13.8", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|
|
@@ -48465,7 +48465,7 @@ var init_table = __esm({
|
|
|
48465
48465
|
}
|
|
48466
48466
|
/** @internal */
|
|
48467
48467
|
getDefinition() {
|
|
48468
|
-
const schema = transforms3.
|
|
48468
|
+
const schema = transforms3.toJSONSchemaLegacy(this.schema);
|
|
48469
48469
|
for (const col of Object.keys(this.columns)) {
|
|
48470
48470
|
if (this.computedColumns.has(col) || this.nullableColumns.has(col)) {
|
|
48471
48471
|
if ("properties" in schema && schema.properties && col in schema.properties && typeof schema.properties[col] === "object" && schema.properties[col] !== null) {
|