@storm-software/workspace-tools 1.36.3 → 1.36.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.36.3](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.36.2...workspace-tools-v1.36.3) (2024-01-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Cleaned up the logic around running `getConfig` functions ([bcc3304](https://github.com/storm-software/storm-ops/commit/bcc3304cb976e01a55030221cd5c5f4f1c22f150))
7
+
1
8
  ## [1.36.2](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.36.1...workspace-tools-v1.36.2) (2024-01-05)
2
9
 
3
10
 
package/index.js CHANGED
@@ -117637,7 +117637,7 @@ ${externalDependencies.map((dep) => {
117637
117637
  console.log(JSON.stringify(options.getConfig));
117638
117638
  const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117639
117639
  packageJson.type = "module";
117640
- if (distPaths.length > 1) {
117640
+ if (distPaths.length > 0) {
117641
117641
  packageJson.exports ??= {
117642
117642
  ".": {
117643
117643
  import: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.36.3",
3
+ "version": "1.36.4",
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": [
@@ -117019,7 +117019,7 @@ ${externalDependencies.map((dep) => {
117019
117019
  console.log(JSON.stringify(options.getConfig));
117020
117020
  const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117021
117021
  packageJson.type = "module";
117022
- if (distPaths.length > 1) {
117022
+ if (distPaths.length > 0) {
117023
117023
  packageJson.exports ??= {
117024
117024
  ".": {
117025
117025
  import: {
@@ -117050,7 +117050,7 @@ ${externalDependencies.map((dep) => {
117050
117050
  console.log(JSON.stringify(options.getConfig));
117051
117051
  const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117052
117052
  packageJson.type = "module";
117053
- if (distPaths.length > 1) {
117053
+ if (distPaths.length > 0) {
117054
117054
  packageJson.exports ??= {
117055
117055
  ".": {
117056
117056
  import: {
@@ -117050,7 +117050,7 @@ ${externalDependencies.map((dep) => {
117050
117050
  console.log(JSON.stringify(options.getConfig));
117051
117051
  const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117052
117052
  packageJson.type = "module";
117053
- if (distPaths.length > 1) {
117053
+ if (distPaths.length > 0) {
117054
117054
  packageJson.exports ??= {
117055
117055
  ".": {
117056
117056
  import: {
@@ -117050,7 +117050,7 @@ ${externalDependencies.map((dep) => {
117050
117050
  console.log(JSON.stringify(options.getConfig));
117051
117051
  const distPaths = !options?.getConfig || _isFunction(options.getConfig) ? [""] : Object.keys(options.getConfig).map((key) => `${key}/`);
117052
117052
  packageJson.type = "module";
117053
- if (distPaths.length > 1) {
117053
+ if (distPaths.length > 0) {
117054
117054
  packageJson.exports ??= {
117055
117055
  ".": {
117056
117056
  import: {