@storm-software/workspace-tools 1.49.11 → 1.49.12

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.11",
3
+ "version": "1.49.12",
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": [
@@ -115804,10 +115804,7 @@ ${externalDependencies.map((dep) => {
115804
115804
  "./package.json": "./package.json"
115805
115805
  };
115806
115806
  for (const additionalEntryPoint of options.additionalEntryPoints) {
115807
- packageJson.exports[`./${(0, import_devkit3.joinPathFragments)(
115808
- distPaths[0],
115809
- removeExtension(additionalEntryPoint).replace(sourceRoot, "")
115810
- )}`] = {
115807
+ packageJson.exports[`./${removeExtension(additionalEntryPoint).replace(sourceRoot, "")}`] = {
115811
115808
  import: {
115812
115809
  types: `./${(0, import_devkit3.joinPathFragments)(
115813
115810
  distPaths[0],
@@ -115840,27 +115837,6 @@ ${externalDependencies.map((dep) => {
115840
115837
  }
115841
115838
  };
115842
115839
  }
115843
- packageJson.exports = Object.keys(entry).reduce((ret, key) => {
115844
- let packageJsonKey = key.startsWith("./") ? key : `./${key}`;
115845
- packageJsonKey = packageJsonKey.replaceAll("/index", "");
115846
- if (!ret[packageJsonKey]) {
115847
- ret[packageJsonKey] = {
115848
- import: {
115849
- types: `./${distPaths[0]}index.d.ts`,
115850
- default: `./${distPaths[0]}${key}.js`
115851
- },
115852
- require: {
115853
- types: `./${distPaths[0]}index.d.cts`,
115854
- default: `./${distPaths[0]}${key}.cjs`
115855
- },
115856
- default: {
115857
- types: `./${distPaths[0]}index.d.ts`,
115858
- default: `./${distPaths[0]}${key}.js`
115859
- }
115860
- };
115861
- }
115862
- return ret;
115863
- }, packageJson.exports);
115864
115840
  packageJson.funding ??= workspacePackageJson.funding;
115865
115841
  packageJson.types ??= `${distPaths.length > 1 ? distPaths[1] : distPaths[0]}index.d.ts`;
115866
115842
  packageJson.typings ??= `${distPaths.length > 1 ? distPaths[1] : distPaths[0]}index.d.ts`;
@@ -115832,10 +115832,7 @@ ${externalDependencies.map((dep) => {
115832
115832
  "./package.json": "./package.json"
115833
115833
  };
115834
115834
  for (const additionalEntryPoint of options.additionalEntryPoints) {
115835
- packageJson.exports[`./${(0, import_devkit3.joinPathFragments)(
115836
- distPaths[0],
115837
- removeExtension(additionalEntryPoint).replace(sourceRoot, "")
115838
- )}`] = {
115835
+ packageJson.exports[`./${removeExtension(additionalEntryPoint).replace(sourceRoot, "")}`] = {
115839
115836
  import: {
115840
115837
  types: `./${(0, import_devkit3.joinPathFragments)(
115841
115838
  distPaths[0],
@@ -115868,27 +115865,6 @@ ${externalDependencies.map((dep) => {
115868
115865
  }
115869
115866
  };
115870
115867
  }
115871
- packageJson.exports = Object.keys(entry).reduce((ret, key) => {
115872
- let packageJsonKey = key.startsWith("./") ? key : `./${key}`;
115873
- packageJsonKey = packageJsonKey.replaceAll("/index", "");
115874
- if (!ret[packageJsonKey]) {
115875
- ret[packageJsonKey] = {
115876
- import: {
115877
- types: `./${distPaths[0]}index.d.ts`,
115878
- default: `./${distPaths[0]}${key}.js`
115879
- },
115880
- require: {
115881
- types: `./${distPaths[0]}index.d.cts`,
115882
- default: `./${distPaths[0]}${key}.cjs`
115883
- },
115884
- default: {
115885
- types: `./${distPaths[0]}index.d.ts`,
115886
- default: `./${distPaths[0]}${key}.js`
115887
- }
115888
- };
115889
- }
115890
- return ret;
115891
- }, packageJson.exports);
115892
115868
  packageJson.funding ??= workspacePackageJson.funding;
115893
115869
  packageJson.types ??= `${distPaths.length > 1 ? distPaths[1] : distPaths[0]}index.d.ts`;
115894
115870
  packageJson.typings ??= `${distPaths.length > 1 ? distPaths[1] : distPaths[0]}index.d.ts`;
@@ -115832,10 +115832,7 @@ ${externalDependencies.map((dep) => {
115832
115832
  "./package.json": "./package.json"
115833
115833
  };
115834
115834
  for (const additionalEntryPoint of options.additionalEntryPoints) {
115835
- packageJson.exports[`./${(0, import_devkit3.joinPathFragments)(
115836
- distPaths[0],
115837
- removeExtension(additionalEntryPoint).replace(sourceRoot, "")
115838
- )}`] = {
115835
+ packageJson.exports[`./${removeExtension(additionalEntryPoint).replace(sourceRoot, "")}`] = {
115839
115836
  import: {
115840
115837
  types: `./${(0, import_devkit3.joinPathFragments)(
115841
115838
  distPaths[0],
@@ -115868,27 +115865,6 @@ ${externalDependencies.map((dep) => {
115868
115865
  }
115869
115866
  };
115870
115867
  }
115871
- packageJson.exports = Object.keys(entry).reduce((ret, key) => {
115872
- let packageJsonKey = key.startsWith("./") ? key : `./${key}`;
115873
- packageJsonKey = packageJsonKey.replaceAll("/index", "");
115874
- if (!ret[packageJsonKey]) {
115875
- ret[packageJsonKey] = {
115876
- import: {
115877
- types: `./${distPaths[0]}index.d.ts`,
115878
- default: `./${distPaths[0]}${key}.js`
115879
- },
115880
- require: {
115881
- types: `./${distPaths[0]}index.d.cts`,
115882
- default: `./${distPaths[0]}${key}.cjs`
115883
- },
115884
- default: {
115885
- types: `./${distPaths[0]}index.d.ts`,
115886
- default: `./${distPaths[0]}${key}.js`
115887
- }
115888
- };
115889
- }
115890
- return ret;
115891
- }, packageJson.exports);
115892
115868
  packageJson.funding ??= workspacePackageJson.funding;
115893
115869
  packageJson.types ??= `${distPaths.length > 1 ? distPaths[1] : distPaths[0]}index.d.ts`;
115894
115870
  packageJson.typings ??= `${distPaths.length > 1 ? distPaths[1] : distPaths[0]}index.d.ts`;
@@ -115832,10 +115832,7 @@ ${externalDependencies.map((dep) => {
115832
115832
  "./package.json": "./package.json"
115833
115833
  };
115834
115834
  for (const additionalEntryPoint of options.additionalEntryPoints) {
115835
- packageJson.exports[`./${(0, import_devkit3.joinPathFragments)(
115836
- distPaths[0],
115837
- removeExtension(additionalEntryPoint).replace(sourceRoot, "")
115838
- )}`] = {
115835
+ packageJson.exports[`./${removeExtension(additionalEntryPoint).replace(sourceRoot, "")}`] = {
115839
115836
  import: {
115840
115837
  types: `./${(0, import_devkit3.joinPathFragments)(
115841
115838
  distPaths[0],
@@ -115868,27 +115865,6 @@ ${externalDependencies.map((dep) => {
115868
115865
  }
115869
115866
  };
115870
115867
  }
115871
- packageJson.exports = Object.keys(entry).reduce((ret, key) => {
115872
- let packageJsonKey = key.startsWith("./") ? key : `./${key}`;
115873
- packageJsonKey = packageJsonKey.replaceAll("/index", "");
115874
- if (!ret[packageJsonKey]) {
115875
- ret[packageJsonKey] = {
115876
- import: {
115877
- types: `./${distPaths[0]}index.d.ts`,
115878
- default: `./${distPaths[0]}${key}.js`
115879
- },
115880
- require: {
115881
- types: `./${distPaths[0]}index.d.cts`,
115882
- default: `./${distPaths[0]}${key}.cjs`
115883
- },
115884
- default: {
115885
- types: `./${distPaths[0]}index.d.ts`,
115886
- default: `./${distPaths[0]}${key}.js`
115887
- }
115888
- };
115889
- }
115890
- return ret;
115891
- }, packageJson.exports);
115892
115868
  packageJson.funding ??= workspacePackageJson.funding;
115893
115869
  packageJson.types ??= `${distPaths.length > 1 ? distPaths[1] : distPaths[0]}index.d.ts`;
115894
115870
  packageJson.typings ??= `${distPaths.length > 1 ? distPaths[1] : distPaths[0]}index.d.ts`;