@storm-software/tsup 0.2.47 → 0.2.48
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 +2 -1
- package/dist/{chunk-O6HASCZY.js → chunk-RBNWOYVQ.js} +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -1
- package/dist/options.cjs +1 -0
- 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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm tsup build package](#storm-tsup-build-package)
|
|
@@ -1664,6 +1664,7 @@ async function resolveOptions(userOptions) {
|
|
|
1664
1664
|
name: projectName,
|
|
1665
1665
|
entry: [joinPaths(workspaceRoot.dir, projectRoot, "src/index.ts")],
|
|
1666
1666
|
clean: true,
|
|
1667
|
+
workspaceConfig,
|
|
1667
1668
|
...options,
|
|
1668
1669
|
outDir: options.outputPath || joinPaths(workspaceConfig.workspaceRoot, "dist", options.projectRoot),
|
|
1669
1670
|
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths(workspaceRoot.dir, projectRoot, "tsconfig.json"),
|
package/dist/index.cjs
CHANGED
|
@@ -5122,6 +5122,7 @@ async function resolveOptions(userOptions) {
|
|
|
5122
5122
|
name: projectName,
|
|
5123
5123
|
entry: [joinPaths2(workspaceRoot.dir, projectRoot, "src/index.ts")],
|
|
5124
5124
|
clean: true,
|
|
5125
|
+
workspaceConfig,
|
|
5125
5126
|
...options2,
|
|
5126
5127
|
outDir: options2.outputPath || joinPaths2(workspaceConfig.workspaceRoot, "dist", options2.projectRoot),
|
|
5127
5128
|
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths2(workspaceRoot.dir, projectRoot, "tsconfig.json"),
|
package/dist/index.js
CHANGED
package/dist/options.cjs
CHANGED
|
@@ -2348,6 +2348,7 @@ async function resolveOptions(userOptions) {
|
|
|
2348
2348
|
name: projectName,
|
|
2349
2349
|
entry: [joinPaths2(workspaceRoot.dir, projectRoot, "src/index.ts")],
|
|
2350
2350
|
clean: true,
|
|
2351
|
+
workspaceConfig,
|
|
2351
2352
|
...options,
|
|
2352
2353
|
outDir: options.outputPath || joinPaths2(workspaceConfig.workspaceRoot, "dist", options.projectRoot),
|
|
2353
2354
|
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths2(workspaceRoot.dir, projectRoot, "tsconfig.json"),
|
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.48",
|
|
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.50",
|
|
108
|
+
"@storm-software/config-tools": "^1.188.50"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@types/node": "^24.10.1",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
},
|
|
116
116
|
"publishConfig": { "access": "public" },
|
|
117
117
|
"sideEffects": false,
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "b2f33cb8df16dbfea73626cad076bd41833f8dda"
|
|
119
119
|
}
|