@botpress/adk 1.13.14 → 1.13.16
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/index.js +8 -8
- package/dist/index.js.map +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -666,7 +666,7 @@ var PRETTIER_CONFIG, formatCode = async (code, filepath) => {
|
|
|
666
666
|
`));
|
|
667
667
|
return code;
|
|
668
668
|
}
|
|
669
|
-
}, ADK_VERSION = "1.13.
|
|
669
|
+
}, ADK_VERSION = "1.13.16", relative2 = (from, to) => {
|
|
670
670
|
const fromDir = path10.dirname(from);
|
|
671
671
|
const relative3 = path10.relative(fromDir, to);
|
|
672
672
|
return relative3.startsWith(".") ? relative3 : `./${relative3}`;
|
|
@@ -809,7 +809,7 @@ var init_integration_action_types = __esm(() => {
|
|
|
809
809
|
var require_package = __commonJS((exports, module) => {
|
|
810
810
|
module.exports = {
|
|
811
811
|
name: "@botpress/adk",
|
|
812
|
-
version: "1.13.
|
|
812
|
+
version: "1.13.16",
|
|
813
813
|
description: "Core ADK library for building AI agents on Botpress",
|
|
814
814
|
type: "module",
|
|
815
815
|
main: "dist/index.js",
|
|
@@ -856,7 +856,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
856
856
|
"@botpress/cli": "^5.2.0",
|
|
857
857
|
"@botpress/client": "^1.28.0",
|
|
858
858
|
"@botpress/cognitive": "^0.3.3",
|
|
859
|
-
"@botpress/runtime": "^1.13.
|
|
859
|
+
"@botpress/runtime": "^1.13.16",
|
|
860
860
|
"@botpress/sdk": "^5.1.0",
|
|
861
861
|
"@bpinternal/jex": "^1.2.4",
|
|
862
862
|
"@bpinternal/yargs-extra": "^0.0.21",
|
|
@@ -6347,7 +6347,7 @@ class AgentProjectGenerator {
|
|
|
6347
6347
|
deploy: "adk deploy"
|
|
6348
6348
|
},
|
|
6349
6349
|
dependencies: {
|
|
6350
|
-
"@botpress/runtime": `^${"1.13.
|
|
6350
|
+
"@botpress/runtime": `^${"1.13.16"}`
|
|
6351
6351
|
},
|
|
6352
6352
|
devDependencies: {
|
|
6353
6353
|
typescript: "^5.9.3"
|
|
@@ -6793,7 +6793,7 @@ Description: ${action.description || "No description"}`)}
|
|
|
6793
6793
|
const comment = toMultilineComment(`Title: ${tag?.title}
|
|
6794
6794
|
Description: ${tag.description}`);
|
|
6795
6795
|
acc += `${comment}
|
|
6796
|
-
["${integration.
|
|
6796
|
+
["${integration.alias}:${t}"]?: string,
|
|
6797
6797
|
`;
|
|
6798
6798
|
return acc;
|
|
6799
6799
|
}, "") + "}";
|
|
@@ -6802,7 +6802,7 @@ Description: ${tag.description}`);
|
|
|
6802
6802
|
const comment = toMultilineComment(`Title: ${tag?.title}
|
|
6803
6803
|
Description: ${tag.description}`);
|
|
6804
6804
|
acc += `${comment}
|
|
6805
|
-
["${integration.
|
|
6805
|
+
["${integration.alias}:${t}"]?: string,
|
|
6806
6806
|
`;
|
|
6807
6807
|
return acc;
|
|
6808
6808
|
}, "") + "}";
|
|
@@ -6877,7 +6877,7 @@ Description: ${event.description || "No description"}${attributesComment}`)}
|
|
|
6877
6877
|
const comment = toMultilineComment(`Title: ${tag?.title}
|
|
6878
6878
|
Description: ${tag?.description}`);
|
|
6879
6879
|
return `${comment}
|
|
6880
|
-
"${integration.
|
|
6880
|
+
"${integration.alias}:${t}"
|
|
6881
6881
|
`;
|
|
6882
6882
|
}).join(" | ") : "never";
|
|
6883
6883
|
tUsers += `
|
|
@@ -11434,4 +11434,4 @@ export {
|
|
|
11434
11434
|
AgentProject
|
|
11435
11435
|
};
|
|
11436
11436
|
|
|
11437
|
-
//# debugId=
|
|
11437
|
+
//# debugId=4AC8F3C26C0A493864756E2164756E21
|