@storm-software/workspace-tools 1.30.13 → 1.30.14
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/get-config.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
|
@@ -116995,7 +116995,7 @@ function modernConfig({
|
|
|
116995
116995
|
"ios15",
|
|
116996
116996
|
"opera77",
|
|
116997
116997
|
"esnext"
|
|
116998
|
-
] : ["esnext", "
|
|
116998
|
+
] : ["esnext", "node20"],
|
|
116999
116999
|
tsconfig,
|
|
117000
117000
|
splitting,
|
|
117001
117001
|
generatePackageJson,
|
|
@@ -18278,7 +18278,7 @@ function modernConfig({
|
|
|
18278
18278
|
"ios15",
|
|
18279
18279
|
"opera77",
|
|
18280
18280
|
"esnext"
|
|
18281
|
-
] : ["esnext", "
|
|
18281
|
+
] : ["esnext", "node20"],
|
|
18282
18282
|
tsconfig,
|
|
18283
18283
|
splitting,
|
|
18284
18284
|
generatePackageJson,
|
|
@@ -117026,7 +117026,7 @@ function modernConfig({
|
|
|
117026
117026
|
"ios15",
|
|
117027
117027
|
"opera77",
|
|
117028
117028
|
"esnext"
|
|
117029
|
-
] : ["esnext", "
|
|
117029
|
+
] : ["esnext", "node20"],
|
|
117030
117030
|
tsconfig,
|
|
117031
117031
|
splitting,
|
|
117032
117032
|
generatePackageJson,
|
|
@@ -117026,7 +117026,7 @@ function modernConfig({
|
|
|
117026
117026
|
"ios15",
|
|
117027
117027
|
"opera77",
|
|
117028
117028
|
"esnext"
|
|
117029
|
-
] : ["esnext", "
|
|
117029
|
+
] : ["esnext", "node20"],
|
|
117030
117030
|
tsconfig,
|
|
117031
117031
|
splitting,
|
|
117032
117032
|
generatePackageJson,
|
|
@@ -117026,7 +117026,7 @@ function modernConfig({
|
|
|
117026
117026
|
"ios15",
|
|
117027
117027
|
"opera77",
|
|
117028
117028
|
"esnext"
|
|
117029
|
-
] : ["esnext", "
|
|
117029
|
+
] : ["esnext", "node20"],
|
|
117030
117030
|
tsconfig,
|
|
117031
117031
|
splitting,
|
|
117032
117032
|
generatePackageJson,
|