@storm-software/tsup 0.2.1 → 0.2.3
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/README.md +1 -1
- package/dist/{chunk-A5FEXCEV.js → chunk-L52MQ6O4.js} +0 -1
- package/dist/index.cjs +0 -1
- package/dist/index.js +1 -1
- package/dist/options.cjs +0 -1
- package/dist/options.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1681,7 +1681,6 @@ async function resolveOptions(userOptions) {
|
|
|
1681
1681
|
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths(workspaceRoot.dir, projectRoot, "tsconfig.json"),
|
|
1682
1682
|
env,
|
|
1683
1683
|
define: {
|
|
1684
|
-
STORM_FORMAT: JSON.stringify(options.format),
|
|
1685
1684
|
...Object.keys(define).filter((key) => define[key] !== void 0).reduce((res, key) => {
|
|
1686
1685
|
const value = JSON.stringify(define[key]);
|
|
1687
1686
|
const safeKey = key.replaceAll("(", "").replaceAll(")", "");
|
package/dist/index.cjs
CHANGED
|
@@ -5135,7 +5135,6 @@ async function resolveOptions(userOptions) {
|
|
|
5135
5135
|
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths2(workspaceRoot.dir, projectRoot, "tsconfig.json"),
|
|
5136
5136
|
env,
|
|
5137
5137
|
define: {
|
|
5138
|
-
STORM_FORMAT: JSON.stringify(options2.format),
|
|
5139
5138
|
...Object.keys(define).filter((key) => define[key] !== void 0).reduce((res, key) => {
|
|
5140
5139
|
const value = JSON.stringify(define[key]);
|
|
5141
5140
|
const safeKey = key.replaceAll("(", "").replaceAll(")", "");
|
package/dist/index.js
CHANGED
package/dist/options.cjs
CHANGED
|
@@ -2361,7 +2361,6 @@ async function resolveOptions(userOptions) {
|
|
|
2361
2361
|
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths2(workspaceRoot.dir, projectRoot, "tsconfig.json"),
|
|
2362
2362
|
env,
|
|
2363
2363
|
define: {
|
|
2364
|
-
STORM_FORMAT: JSON.stringify(options.format),
|
|
2365
2364
|
...Object.keys(define).filter((key) => define[key] !== void 0).reduce((res, key) => {
|
|
2366
2365
|
const value = JSON.stringify(define[key]);
|
|
2367
2366
|
const safeKey = key.replaceAll("(", "").replaceAll(")", "");
|
package/dist/options.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsup",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing bundled patches for tsup.",
|
|
6
6
|
"repository": {
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
"files": ["assets/**/*", "dist/**/*"],
|
|
105
105
|
"keywords": ["tsup", "storm", "storm-ops", "storm-software"],
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@storm-software/build-tools": "^0.158.
|
|
108
|
-
"@storm-software/config-tools": "^1.188.
|
|
107
|
+
"@storm-software/build-tools": "^0.158.5",
|
|
108
|
+
"@storm-software/config-tools": "^1.188.5"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@types/node": "^22.10.2",
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
},
|
|
115
115
|
"publishConfig": { "access": "public" },
|
|
116
116
|
"sideEffects": false,
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "963648c59da71e988de4bf5006126466f89195ed"
|
|
118
118
|
}
|