@storm-software/workspace-tools 1.49.19 → 1.49.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.49.19",
3
+ "version": "1.49.20",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -115410,7 +115410,7 @@ var applyDefaultOptions = (options) => {
115410
115410
  options.skipNativeModulesPlugin ??= false;
115411
115411
  options.define ??= {};
115412
115412
  options.env ??= {};
115413
- options.getConfig ??= { dist: defaultConfig };
115413
+ options.getConfig ??= defaultConfig;
115414
115414
  return options;
115415
115415
  };
115416
115416
  var runTsupBuild = async (context, config, options) => {
@@ -109233,7 +109233,7 @@ var applyDefaultOptions = (options) => {
109233
109233
  options.skipNativeModulesPlugin ??= false;
109234
109234
  options.define ??= {};
109235
109235
  options.env ??= {};
109236
- options.getConfig ??= { dist: defaultConfig };
109236
+ options.getConfig ??= defaultConfig;
109237
109237
  return options;
109238
109238
  };
109239
109239
  var runTsupBuild = async (context, config, options) => {
@@ -116058,9 +116058,7 @@ var tsupBrowserBuildExecutorFn = (options, context, config) => {
116058
116058
  env: {
116059
116059
  ...process.env
116060
116060
  },
116061
- getConfig: {
116062
- dist: browserConfig
116063
- }
116061
+ getConfig: browserConfig
116064
116062
  },
116065
116063
  context,
116066
116064
  config
@@ -109233,7 +109233,7 @@ var applyDefaultOptions = (options) => {
109233
109233
  options.skipNativeModulesPlugin ??= false;
109234
109234
  options.define ??= {};
109235
109235
  options.env ??= {};
109236
- options.getConfig ??= { dist: defaultConfig };
109236
+ options.getConfig ??= defaultConfig;
109237
109237
  return options;
109238
109238
  };
109239
109239
  var runTsupBuild = async (context, config, options) => {
@@ -116061,9 +116061,7 @@ var tsupNeutralBuildExecutorFn = (options, context, config) => {
116061
116061
  env: {
116062
116062
  ...process.env
116063
116063
  },
116064
- getConfig: {
116065
- dist: neutralConfig
116066
- }
116064
+ getConfig: neutralConfig
116067
116065
  },
116068
116066
  context,
116069
116067
  config
@@ -109233,7 +109233,7 @@ var applyDefaultOptions = (options) => {
109233
109233
  options.skipNativeModulesPlugin ??= false;
109234
109234
  options.define ??= {};
109235
109235
  options.env ??= {};
109236
- options.getConfig ??= { dist: defaultConfig };
109236
+ options.getConfig ??= defaultConfig;
109237
109237
  return options;
109238
109238
  };
109239
109239
  var runTsupBuild = async (context, config, options) => {
@@ -116050,7 +116050,7 @@ var tsupNodeBuildExecutorFn = (options, context, config) => {
116050
116050
  return tsupExecutorFn(
116051
116051
  {
116052
116052
  ...options,
116053
- getConfig: { dist: nodeConfig },
116053
+ getConfig: nodeConfig,
116054
116054
  platform: "node",
116055
116055
  banner: getFileBanner(
116056
116056
  context.projectName ? context.projectName.split(/(?=[A-Z])|[\.\-\s_]/).map((s) => s.trim()).filter((s) => !!s).map((s) => s ? s.toUpperCase()[0] + s.toLowerCase().slice(1) : "").join(" ") : "TypeScript (NodeJs Platform)"
@@ -119413,7 +119413,7 @@ var applyDefaultOptions = (options) => {
119413
119413
  options.skipNativeModulesPlugin ??= false;
119414
119414
  options.define ??= {};
119415
119415
  options.env ??= {};
119416
- options.getConfig ??= { dist: defaultConfig };
119416
+ options.getConfig ??= defaultConfig;
119417
119417
  return options;
119418
119418
  };
119419
119419
  var runTsupBuild = async (context, config, options) => {