@camstack/agent 1.1.3 → 1.1.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/{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.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1556,10 +1556,10 @@ async function loadDeployedAddons(broker, addonsDir, dataDir, loadedAddons, stor
|
|
|
1556
1556
|
}
|
|
1557
1557
|
}
|
|
1558
1558
|
async function loadInProcessDeployedAddons(broker, dirs, dataDir, loadedAddons, storageProvider, loggerFactory, capabilityRegistry) {
|
|
1559
|
-
const modelsDir =
|
|
1559
|
+
const modelsDir = path6.join(process.env["CAMSTACK_DATA"] ?? dataDir, "models");
|
|
1560
1560
|
const contextOptions = {
|
|
1561
1561
|
storageProvider,
|
|
1562
|
-
addonConfig:
|
|
1562
|
+
addonConfig: { modelsDir },
|
|
1563
1563
|
createLogger: loggerFactory,
|
|
1564
1564
|
capabilityRegistry
|
|
1565
1565
|
};
|