fraim-hub 2.0.205 → 2.0.206

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.
@@ -278,6 +278,6 @@ function decorateHostPlanWithConfiguredAgent(plan, agent, agentEnv = {}) {
278
278
  return plan;
279
279
  return {
280
280
  ...plan,
281
- env: { ...agentEnv, ...(plan.env || {}) },
281
+ env: { ...(plan.env || {}), ...agentEnv },
282
282
  };
283
283
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fraim-hub",
3
- "version": "2.0.205",
3
+ "version": "2.0.206",
4
4
  "description": "FRAIM Hub local companion package.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -89,7 +89,7 @@
89
89
  "dotenv": "^16.4.7",
90
90
  "electron": "^41.2.2",
91
91
  "express": "^5.2.1",
92
- "fraim": "2.0.205",
92
+ "fraim": "2.0.206",
93
93
  "mongodb": "^7.0.0",
94
94
  "node-cron": "4.2.1",
95
95
  "node-edge-tts": "^1.2.10",