@storm-software/workspace-tools 1.7.27 → 1.7.28
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/README.md +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +2 -2
- package/src/executors/tsup/get-config.js +2 -2
package/package.json
CHANGED
|
@@ -474175,7 +474175,7 @@ function modernConfig({
|
|
|
474175
474175
|
platform,
|
|
474176
474176
|
banner,
|
|
474177
474177
|
define: define2,
|
|
474178
|
-
dts:
|
|
474178
|
+
dts: false,
|
|
474179
474179
|
experimentalDts: true,
|
|
474180
474180
|
sourcemap: debug,
|
|
474181
474181
|
clean: false,
|
|
@@ -474209,7 +474209,7 @@ function legacyConfig({
|
|
|
474209
474209
|
platform,
|
|
474210
474210
|
banner,
|
|
474211
474211
|
define: define2,
|
|
474212
|
-
dts:
|
|
474212
|
+
dts: false,
|
|
474213
474213
|
experimentalDts: true,
|
|
474214
474214
|
sourcemap: debug,
|
|
474215
474215
|
clean: false,
|
|
@@ -276277,7 +276277,7 @@ function modernConfig({
|
|
|
276277
276277
|
platform,
|
|
276278
276278
|
banner,
|
|
276279
276279
|
define: define2,
|
|
276280
|
-
dts:
|
|
276280
|
+
dts: false,
|
|
276281
276281
|
experimentalDts: true,
|
|
276282
276282
|
sourcemap: debug,
|
|
276283
276283
|
clean: false,
|
|
@@ -276311,7 +276311,7 @@ function legacyConfig({
|
|
|
276311
276311
|
platform,
|
|
276312
276312
|
banner,
|
|
276313
276313
|
define: define2,
|
|
276314
|
-
dts:
|
|
276314
|
+
dts: false,
|
|
276315
276315
|
experimentalDts: true,
|
|
276316
276316
|
sourcemap: debug,
|
|
276317
276317
|
clean: false,
|