@storm-software/workspace-tools 1.44.0 → 1.45.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 +7 -0
- package/index.js +16 -12
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +1 -3
- package/src/executors/tsup-browser/executor.js +1 -3
- package/src/executors/tsup-neutral/executor.js +1 -3
- package/src/executors/tsup-node/executor.js +1 -3
- package/src/executors/typia/executor.js +30171 -27964
- package/src/executors/typia/schema.d.ts +2 -1
- package/src/executors/typia/schema.json +12 -6
package/package.json
CHANGED
|
@@ -137068,9 +137068,7 @@ ${Object.keys(options).map(
|
|
|
137068
137068
|
const projectRoot = context.projectsConfigurations.projects[context.projectName].root;
|
|
137069
137069
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot;
|
|
137070
137070
|
if (options.clean !== false) {
|
|
137071
|
-
|
|
137072
|
-
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options.outputPath}`);
|
|
137073
|
-
}
|
|
137071
|
+
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options.outputPath}`);
|
|
137074
137072
|
(0, import_fs_extra.removeSync)(options.outputPath);
|
|
137075
137073
|
}
|
|
137076
137074
|
const assets = Array.from(options.assets);
|
|
@@ -137099,9 +137099,7 @@ ${Object.keys(options).map(
|
|
|
137099
137099
|
const projectRoot = context.projectsConfigurations.projects[context.projectName].root;
|
|
137100
137100
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot;
|
|
137101
137101
|
if (options.clean !== false) {
|
|
137102
|
-
|
|
137103
|
-
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options.outputPath}`);
|
|
137104
|
-
}
|
|
137102
|
+
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options.outputPath}`);
|
|
137105
137103
|
(0, import_fs_extra.removeSync)(options.outputPath);
|
|
137106
137104
|
}
|
|
137107
137105
|
const assets = Array.from(options.assets);
|
|
@@ -137099,9 +137099,7 @@ ${Object.keys(options).map(
|
|
|
137099
137099
|
const projectRoot = context.projectsConfigurations.projects[context.projectName].root;
|
|
137100
137100
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot;
|
|
137101
137101
|
if (options.clean !== false) {
|
|
137102
|
-
|
|
137103
|
-
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options.outputPath}`);
|
|
137104
|
-
}
|
|
137102
|
+
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options.outputPath}`);
|
|
137105
137103
|
(0, import_fs_extra.removeSync)(options.outputPath);
|
|
137106
137104
|
}
|
|
137107
137105
|
const assets = Array.from(options.assets);
|
|
@@ -137099,9 +137099,7 @@ ${Object.keys(options).map(
|
|
|
137099
137099
|
const projectRoot = context.projectsConfigurations.projects[context.projectName].root;
|
|
137100
137100
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot;
|
|
137101
137101
|
if (options.clean !== false) {
|
|
137102
|
-
|
|
137103
|
-
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options.outputPath}`);
|
|
137104
|
-
}
|
|
137102
|
+
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options.outputPath}`);
|
|
137105
137103
|
(0, import_fs_extra.removeSync)(options.outputPath);
|
|
137106
137104
|
}
|
|
137107
137105
|
const assets = Array.from(options.assets);
|