@storm-software/workspace-tools 1.23.0 → 1.24.0
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 +19 -0
- package/README.md +3 -1
- package/index.js +2251 -620
- package/meta.json +1 -1
- package/package.json +2 -1
- package/src/executors/tsup/executor.js +2429 -798
- package/src/executors/tsup/get-config.js +9 -9
- package/src/executors/tsup-neutral/executor.js +2251 -620
- package/src/executors/tsup-node/executor.js +2251 -620
- package/src/generators/config-schema/generator.js +2 -2
- package/src/generators/init/init.js +2 -2
- package/src/generators/node-library/generator.js +773 -595
- package/src/generators/preset/generator.js +2 -2
|
@@ -7593,9 +7593,9 @@ var require_run_tasks_in_serial = __commonJS({
|
|
|
7593
7593
|
}
|
|
7594
7594
|
});
|
|
7595
7595
|
|
|
7596
|
-
// node_modules/.pnpm/ignore@5.
|
|
7596
|
+
// node_modules/.pnpm/ignore@5.3.0/node_modules/ignore/index.js
|
|
7597
7597
|
var require_ignore = __commonJS({
|
|
7598
|
-
"node_modules/.pnpm/ignore@5.
|
|
7598
|
+
"node_modules/.pnpm/ignore@5.3.0/node_modules/ignore/index.js"(exports, module2) {
|
|
7599
7599
|
function makeArray(subject) {
|
|
7600
7600
|
return Array.isArray(subject) ? subject : [subject];
|
|
7601
7601
|
}
|