@botpress/adk 1.16.3 → 1.16.5
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 +6 -6
- package/dist/index.js.map +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -718,7 +718,7 @@ var PRETTIER_CONFIG, formatCode = async (code, filepath) => {
|
|
|
718
718
|
`));
|
|
719
719
|
return code;
|
|
720
720
|
}
|
|
721
|
-
}, ADK_VERSION = "1.16.
|
|
721
|
+
}, ADK_VERSION = "1.16.5", relative2 = (from, to) => {
|
|
722
722
|
const fromDir = path10.dirname(from);
|
|
723
723
|
const relative3 = path10.relative(fromDir, to);
|
|
724
724
|
return relative3.startsWith(".") ? relative3 : `./${relative3}`;
|
|
@@ -861,7 +861,7 @@ var init_integration_action_types = __esm(() => {
|
|
|
861
861
|
var require_package = __commonJS((exports, module) => {
|
|
862
862
|
module.exports = {
|
|
863
863
|
name: "@botpress/adk",
|
|
864
|
-
version: "1.16.
|
|
864
|
+
version: "1.16.5",
|
|
865
865
|
description: "Core ADK library for building AI agents on Botpress",
|
|
866
866
|
type: "module",
|
|
867
867
|
main: "dist/index.js",
|
|
@@ -910,7 +910,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
910
910
|
"@botpress/cli": "^5.2.0",
|
|
911
911
|
"@botpress/client": "^1.35.0",
|
|
912
912
|
"@botpress/cognitive": "^0.3.14",
|
|
913
|
-
"@botpress/runtime": "^1.16.
|
|
913
|
+
"@botpress/runtime": "^1.16.5",
|
|
914
914
|
"@botpress/sdk": "^5.4.3",
|
|
915
915
|
"@bpinternal/jex": "^1.2.4",
|
|
916
916
|
"@bpinternal/yargs-extra": "^0.0.21",
|
|
@@ -5468,7 +5468,7 @@ class AgentProjectGenerator {
|
|
|
5468
5468
|
deploy: "adk deploy"
|
|
5469
5469
|
},
|
|
5470
5470
|
dependencies: {
|
|
5471
|
-
"@botpress/runtime": `^${"1.16.
|
|
5471
|
+
"@botpress/runtime": `^${"1.16.5"}`
|
|
5472
5472
|
},
|
|
5473
5473
|
devDependencies: {
|
|
5474
5474
|
typescript: "^5.9.3"
|
|
@@ -8423,7 +8423,7 @@ declare module "@botpress/runtime/_types/state" {
|
|
|
8423
8423
|
}
|
|
8424
8424
|
const normalizedAlias = getIntegrationAlias(alias);
|
|
8425
8425
|
imports.push(`import integration_${normalizedAlias} from "../bp_modules/integration_${normalizedAlias}";`);
|
|
8426
|
-
integrationDefs.push(
|
|
8426
|
+
integrationDefs.push(`"${alias}": integration_${normalizedAlias}`);
|
|
8427
8427
|
}
|
|
8428
8428
|
const content = dedent`
|
|
8429
8429
|
import { IntegrationPackage } from "@botpress/sdk";
|
|
@@ -12611,4 +12611,4 @@ export {
|
|
|
12611
12611
|
AgentProject
|
|
12612
12612
|
};
|
|
12613
12613
|
|
|
12614
|
-
//# debugId=
|
|
12614
|
+
//# debugId=3E8A6483742FB8FE64756E2164756E21
|