@camstack/agent 1.1.3 → 1.1.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/{chunk-EMAD7O4T.mjs → chunk-HG3YVMRA.mjs} +3 -3
- package/dist/{chunk-EMAD7O4T.mjs.map → chunk-HG3YVMRA.mjs.map} +1 -1
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1547,10 +1547,10 @@ async function loadDeployedAddons(broker, addonsDir, dataDir, loadedAddons, stor
|
|
|
1547
1547
|
}
|
|
1548
1548
|
}
|
|
1549
1549
|
async function loadInProcessDeployedAddons(broker, dirs, dataDir, loadedAddons, storageProvider, loggerFactory, capabilityRegistry) {
|
|
1550
|
-
const modelsDir =
|
|
1550
|
+
const modelsDir = path6.join(process.env["CAMSTACK_DATA"] ?? dataDir, "models");
|
|
1551
1551
|
const contextOptions = {
|
|
1552
1552
|
storageProvider,
|
|
1553
|
-
addonConfig:
|
|
1553
|
+
addonConfig: { modelsDir },
|
|
1554
1554
|
createLogger: loggerFactory,
|
|
1555
1555
|
capabilityRegistry
|
|
1556
1556
|
};
|