@storm-software/workspace-tools 1.30.11 → 1.30.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/CHANGELOG.md +7 -0
- package/index.js +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +1 -1
- package/src/executors/tsup-browser/executor.js +1 -1
- package/src/executors/tsup-neutral/executor.js +1 -1
- package/src/executors/tsup-node/executor.js +1 -1
package/package.json
CHANGED
|
@@ -117521,7 +117521,7 @@ ${options.banner}
|
|
|
117521
117521
|
`
|
|
117522
117522
|
} : void 0,
|
|
117523
117523
|
outputPath: options.outputPath,
|
|
117524
|
-
entry: entry[key]
|
|
117524
|
+
entry: { [key]: entry[key] }
|
|
117525
117525
|
};
|
|
117526
117526
|
ret.push(
|
|
117527
117527
|
getConfig(context.root, projectRoot, legacyConfig, getConfigOptions)
|
|
@@ -117552,7 +117552,7 @@ ${options.banner}
|
|
|
117552
117552
|
`
|
|
117553
117553
|
} : void 0,
|
|
117554
117554
|
outputPath: options.outputPath,
|
|
117555
|
-
entry: entry[key]
|
|
117555
|
+
entry: { [key]: entry[key] }
|
|
117556
117556
|
};
|
|
117557
117557
|
ret.push(
|
|
117558
117558
|
getConfig(context.root, projectRoot, legacyConfig, getConfigOptions)
|
|
@@ -117552,7 +117552,7 @@ ${options.banner}
|
|
|
117552
117552
|
`
|
|
117553
117553
|
} : void 0,
|
|
117554
117554
|
outputPath: options.outputPath,
|
|
117555
|
-
entry: entry[key]
|
|
117555
|
+
entry: { [key]: entry[key] }
|
|
117556
117556
|
};
|
|
117557
117557
|
ret.push(
|
|
117558
117558
|
getConfig(context.root, projectRoot, legacyConfig, getConfigOptions)
|
|
@@ -117552,7 +117552,7 @@ ${options.banner}
|
|
|
117552
117552
|
`
|
|
117553
117553
|
} : void 0,
|
|
117554
117554
|
outputPath: options.outputPath,
|
|
117555
|
-
entry: entry[key]
|
|
117555
|
+
entry: { [key]: entry[key] }
|
|
117556
117556
|
};
|
|
117557
117557
|
ret.push(
|
|
117558
117558
|
getConfig(context.root, projectRoot, legacyConfig, getConfigOptions)
|