@powerlines/engine 0.46.1 → 0.46.2

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.
@@ -3751,6 +3751,7 @@ var PowerlinesEnvironmentContext = class PowerlinesEnvironmentContext extends Po
3751
3751
  mergeConfig() {
3752
3752
  return (0, _powerlines_core_plugin_utils.mergeConfig)({
3753
3753
  ...(0, _stryke_helpers_omit.omit)(this.environmentConfig ?? {}, [
3754
+ "name",
3754
3755
  "ssr",
3755
3756
  "preview",
3756
3757
  "consumer",
@@ -3915,6 +3916,15 @@ var PowerlinesExecutionContext = class PowerlinesExecutionContext extends Powerl
3915
3916
  for (const [key, value] of Object.entries(this)) if (![
3916
3917
  "fs",
3917
3918
  "$$internal",
3919
+ "initialOptions",
3920
+ "options",
3921
+ "config",
3922
+ "initialConfig",
3923
+ "inlineConfig",
3924
+ "userConfig",
3925
+ "pluginConfig",
3926
+ "overriddenConfig",
3927
+ "environmentConfig",
3918
3928
  "dependencies",
3919
3929
  "devDependencies",
3920
3930
  "persistedMeta",
@@ -3718,6 +3718,7 @@ var PowerlinesEnvironmentContext = class PowerlinesEnvironmentContext extends Po
3718
3718
  mergeConfig() {
3719
3719
  return mergeConfig({
3720
3720
  ...omit(this.environmentConfig ?? {}, [
3721
+ "name",
3721
3722
  "ssr",
3722
3723
  "preview",
3723
3724
  "consumer",
@@ -3882,6 +3883,15 @@ var PowerlinesExecutionContext = class PowerlinesExecutionContext extends Powerl
3882
3883
  for (const [key, value] of Object.entries(this)) if (![
3883
3884
  "fs",
3884
3885
  "$$internal",
3886
+ "initialOptions",
3887
+ "options",
3888
+ "config",
3889
+ "initialConfig",
3890
+ "inlineConfig",
3891
+ "userConfig",
3892
+ "pluginConfig",
3893
+ "overriddenConfig",
3894
+ "environmentConfig",
3885
3895
  "dependencies",
3886
3896
  "devDependencies",
3887
3897
  "persistedMeta",