@storm-software/workspace-tools 1.36.0 → 1.36.1

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.36.0",
3
+ "version": "1.36.1",
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": [
@@ -117016,7 +117016,8 @@ ${externalDependencies.map((dep) => {
117016
117016
  packageJson.dependencies[packageName] = "latest";
117017
117017
  }
117018
117018
  });
117019
- const distPaths = _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117019
+ console.log(JSON.stringify(options.getConfig));
117020
+ const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117020
117021
  packageJson.type = "module";
117021
117022
  if (distPaths.length > 1) {
117022
117023
  packageJson.exports ??= {
@@ -117047,7 +117047,8 @@ ${externalDependencies.map((dep) => {
117047
117047
  packageJson.dependencies[packageName] = "latest";
117048
117048
  }
117049
117049
  });
117050
- const distPaths = _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117050
+ console.log(JSON.stringify(options.getConfig));
117051
+ const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117051
117052
  packageJson.type = "module";
117052
117053
  if (distPaths.length > 1) {
117053
117054
  packageJson.exports ??= {
@@ -117047,7 +117047,8 @@ ${externalDependencies.map((dep) => {
117047
117047
  packageJson.dependencies[packageName] = "latest";
117048
117048
  }
117049
117049
  });
117050
- const distPaths = _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117050
+ console.log(JSON.stringify(options.getConfig));
117051
+ const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117051
117052
  packageJson.type = "module";
117052
117053
  if (distPaths.length > 1) {
117053
117054
  packageJson.exports ??= {
@@ -117047,7 +117047,8 @@ ${externalDependencies.map((dep) => {
117047
117047
  packageJson.dependencies[packageName] = "latest";
117048
117048
  }
117049
117049
  });
117050
- const distPaths = _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117050
+ console.log(JSON.stringify(options.getConfig));
117051
+ const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117051
117052
  packageJson.type = "module";
117052
117053
  if (distPaths.length > 1) {
117053
117054
  packageJson.exports ??= {