@storm-software/workspace-tools 1.40.0 → 1.41.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 +21 -0
- package/index.js +1 -3
- 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/package.json
CHANGED
|
@@ -138740,7 +138740,7 @@ ${(0, import_fs4.readFileSync)(file, "utf-8")}`,
|
|
|
138740
138740
|
...options,
|
|
138741
138741
|
watch: false,
|
|
138742
138742
|
main: options.entry,
|
|
138743
|
-
transformers: []
|
|
138743
|
+
transformers: ["typia/lib/transform"]
|
|
138744
138744
|
},
|
|
138745
138745
|
context.root,
|
|
138746
138746
|
sourceRoot,
|
|
@@ -138804,8 +138804,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options) {
|
|
|
138804
138804
|
esModuleInterop: true,
|
|
138805
138805
|
downlevelIteration: true,
|
|
138806
138806
|
forceConsistentCasingInFileNames: true,
|
|
138807
|
-
strict: true,
|
|
138808
|
-
skipLibCheck: true,
|
|
138809
138807
|
declaration: true,
|
|
138810
138808
|
declarationMap: true,
|
|
138811
138809
|
declarationDir: (0, import_path4.join)(workspaceRoot, "tmp", ".tsup", "declaration")
|
|
@@ -138771,7 +138771,7 @@ ${(0, import_fs4.readFileSync)(file, "utf-8")}`,
|
|
|
138771
138771
|
...options,
|
|
138772
138772
|
watch: false,
|
|
138773
138773
|
main: options.entry,
|
|
138774
|
-
transformers: []
|
|
138774
|
+
transformers: ["typia/lib/transform"]
|
|
138775
138775
|
},
|
|
138776
138776
|
context.root,
|
|
138777
138777
|
sourceRoot,
|
|
@@ -138835,8 +138835,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options) {
|
|
|
138835
138835
|
esModuleInterop: true,
|
|
138836
138836
|
downlevelIteration: true,
|
|
138837
138837
|
forceConsistentCasingInFileNames: true,
|
|
138838
|
-
strict: true,
|
|
138839
|
-
skipLibCheck: true,
|
|
138840
138838
|
declaration: true,
|
|
138841
138839
|
declarationMap: true,
|
|
138842
138840
|
declarationDir: (0, import_path4.join)(workspaceRoot, "tmp", ".tsup", "declaration")
|
|
@@ -138771,7 +138771,7 @@ ${(0, import_fs4.readFileSync)(file, "utf-8")}`,
|
|
|
138771
138771
|
...options,
|
|
138772
138772
|
watch: false,
|
|
138773
138773
|
main: options.entry,
|
|
138774
|
-
transformers: []
|
|
138774
|
+
transformers: ["typia/lib/transform"]
|
|
138775
138775
|
},
|
|
138776
138776
|
context.root,
|
|
138777
138777
|
sourceRoot,
|
|
@@ -138835,8 +138835,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options) {
|
|
|
138835
138835
|
esModuleInterop: true,
|
|
138836
138836
|
downlevelIteration: true,
|
|
138837
138837
|
forceConsistentCasingInFileNames: true,
|
|
138838
|
-
strict: true,
|
|
138839
|
-
skipLibCheck: true,
|
|
138840
138838
|
declaration: true,
|
|
138841
138839
|
declarationMap: true,
|
|
138842
138840
|
declarationDir: (0, import_path4.join)(workspaceRoot, "tmp", ".tsup", "declaration")
|
|
@@ -138771,7 +138771,7 @@ ${(0, import_fs4.readFileSync)(file, "utf-8")}`,
|
|
|
138771
138771
|
...options,
|
|
138772
138772
|
watch: false,
|
|
138773
138773
|
main: options.entry,
|
|
138774
|
-
transformers: []
|
|
138774
|
+
transformers: ["typia/lib/transform"]
|
|
138775
138775
|
},
|
|
138776
138776
|
context.root,
|
|
138777
138777
|
sourceRoot,
|
|
@@ -138835,8 +138835,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options) {
|
|
|
138835
138835
|
esModuleInterop: true,
|
|
138836
138836
|
downlevelIteration: true,
|
|
138837
138837
|
forceConsistentCasingInFileNames: true,
|
|
138838
|
-
strict: true,
|
|
138839
|
-
skipLibCheck: true,
|
|
138840
138838
|
declaration: true,
|
|
138841
138839
|
declarationMap: true,
|
|
138842
138840
|
declarationDir: (0, import_path4.join)(workspaceRoot, "tmp", ".tsup", "declaration")
|