@powerlines/engine 0.0.16 → 0.0.17

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.
@@ -2466,8 +2466,7 @@ var PowerlinesExecutionContext = class PowerlinesExecutionContext extends Powerl
2466
2466
  * @returns A new context instance with the updated environment.
2467
2467
  */
2468
2468
  async in(environment) {
2469
- const context = await PowerlinesEnvironmentContext.fromConfig((0, _stryke_helpers_deep_clone.deepClone)(this.options), (0, _stryke_helpers_deep_clone.deepClone)(this.config), (0, _stryke_helpers_deep_clone.deepClone)(environment));
2470
- context.$$internal = this.$$internal;
2469
+ const context = this.copyTo(await PowerlinesEnvironmentContext.fromConfig((0, _stryke_helpers_deep_clone.deepClone)(this.options), (0, _stryke_helpers_deep_clone.deepClone)(this.config), (0, _stryke_helpers_deep_clone.deepClone)(environment)));
2471
2470
  context.plugins = [];
2472
2471
  for (const plugin of this.plugins) await context.addPlugin(plugin);
2473
2472
  return context;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/engine",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "private": false,
5
5
  "description": "An internal package containing the core engine modules for Powerlines.",
6
6
  "homepage": "https://stormsoftware.com",
@@ -179,5 +179,5 @@
179
179
  "typescript": "^6.0.3",
180
180
  "undici-types": "^7.25.0"
181
181
  },
182
- "gitHead": "3b60f6ae9f98a85ba4d1b3b0cad61c77d5ab590f"
182
+ "gitHead": "182725c5b044a748506a1b46fd9cf72627b600b4"
183
183
  }