@storm-software/workspace-tools 1.43.17 → 1.43.18
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
|
@@ -137408,7 +137408,7 @@ ${(0, import_node_fs2.readFileSync)(file, "utf-8")}`,
|
|
|
137408
137408
|
...options,
|
|
137409
137409
|
watch: false,
|
|
137410
137410
|
main: options.entry,
|
|
137411
|
-
transformers:
|
|
137411
|
+
transformers: []
|
|
137412
137412
|
},
|
|
137413
137413
|
context.root,
|
|
137414
137414
|
sourceRoot,
|
|
@@ -137439,7 +137439,7 @@ ${(0, import_node_fs2.readFileSync)(file, "utf-8")}`,
|
|
|
137439
137439
|
...options,
|
|
137440
137440
|
watch: false,
|
|
137441
137441
|
main: options.entry,
|
|
137442
|
-
transformers:
|
|
137442
|
+
transformers: []
|
|
137443
137443
|
},
|
|
137444
137444
|
context.root,
|
|
137445
137445
|
sourceRoot,
|
|
@@ -137439,7 +137439,7 @@ ${(0, import_node_fs2.readFileSync)(file, "utf-8")}`,
|
|
|
137439
137439
|
...options,
|
|
137440
137440
|
watch: false,
|
|
137441
137441
|
main: options.entry,
|
|
137442
|
-
transformers:
|
|
137442
|
+
transformers: []
|
|
137443
137443
|
},
|
|
137444
137444
|
context.root,
|
|
137445
137445
|
sourceRoot,
|
|
@@ -137439,7 +137439,7 @@ ${(0, import_node_fs2.readFileSync)(file, "utf-8")}`,
|
|
|
137439
137439
|
...options,
|
|
137440
137440
|
watch: false,
|
|
137441
137441
|
main: options.entry,
|
|
137442
|
-
transformers:
|
|
137442
|
+
transformers: []
|
|
137443
137443
|
},
|
|
137444
137444
|
context.root,
|
|
137445
137445
|
sourceRoot,
|