@storm-software/workspace-tools 1.52.15 → 1.52.16

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.52.15",
3
+ "version": "1.52.16",
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": [
@@ -115485,7 +115485,6 @@ var runTsupBuild = async (context, config, options) => {
115485
115485
  options.plugins.push(environmentPlugin(stormEnv));
115486
115486
  const getConfigOptions = {
115487
115487
  ...options,
115488
- main: context.main,
115489
115488
  entry: {
115490
115489
  [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
115491
115490
  },
@@ -109294,7 +109294,6 @@ var runTsupBuild = async (context, config, options) => {
109294
109294
  options.plugins.push(environmentPlugin(stormEnv));
109295
109295
  const getConfigOptions = {
109296
109296
  ...options,
109297
- main: context.main,
109298
109297
  entry: {
109299
109298
  [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109300
109299
  },
@@ -109294,7 +109294,6 @@ var runTsupBuild = async (context, config, options) => {
109294
109294
  options.plugins.push(environmentPlugin(stormEnv));
109295
109295
  const getConfigOptions = {
109296
109296
  ...options,
109297
- main: context.main,
109298
109297
  entry: {
109299
109298
  [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109300
109299
  },
@@ -109294,7 +109294,6 @@ var runTsupBuild = async (context, config, options) => {
109294
109294
  options.plugins.push(environmentPlugin(stormEnv));
109295
109295
  const getConfigOptions = {
109296
109296
  ...options,
109297
- main: context.main,
109298
109297
  entry: {
109299
109298
  [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109300
109299
  },
@@ -119809,7 +119809,6 @@ var runTsupBuild = async (context, config, options) => {
119809
119809
  options.plugins.push(environmentPlugin(stormEnv));
119810
119810
  const getConfigOptions = {
119811
119811
  ...options,
119812
- main: context.main,
119813
119812
  entry: {
119814
119813
  [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
119815
119814
  },