@storm-software/tsdown 0.45.87 → 0.45.89
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/bin/tsdown.cjs +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/bin/tsdown.cjs
CHANGED
|
@@ -136834,7 +136834,7 @@ void (async () => {
|
|
|
136834
136834
|
const program = await createProgram(config);
|
|
136835
136835
|
await program.parseAsync(process.argv);
|
|
136836
136836
|
(0, import_console3.writeSuccess)(
|
|
136837
|
-
`\u2714
|
|
136837
|
+
`\u2714 Storm TSDown executable has completed successfully!`,
|
|
136838
136838
|
config
|
|
136839
136839
|
);
|
|
136840
136840
|
(0, import_process_handler.exitWithSuccess)(config);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdown",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.89",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
"tsdown": { "optional": false }
|
|
147
147
|
},
|
|
148
148
|
"dependencies": {
|
|
149
|
-
"@storm-software/build-tools": "^0.158.
|
|
150
|
-
"@storm-software/config": "^1.135.
|
|
151
|
-
"@storm-software/config-tools": "^1.189.
|
|
149
|
+
"@storm-software/build-tools": "^0.158.88",
|
|
150
|
+
"@storm-software/config": "^1.135.8",
|
|
151
|
+
"@storm-software/config-tools": "^1.189.7",
|
|
152
152
|
"chokidar": "^4.0.3",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"es-toolkit": "^1.44.0",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"@microsoft/api-extractor": "^7.56.3",
|
|
163
163
|
"@nx/devkit": "^22.5.1",
|
|
164
164
|
"@nx/js": "^22.5.1",
|
|
165
|
-
"@types/node": "^
|
|
165
|
+
"@types/node": "^25.3.0",
|
|
166
166
|
"defu": "6.1.4",
|
|
167
167
|
"rollup": "^4.57.1",
|
|
168
168
|
"spdx-exceptions": "^2.5.0",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "1246351be8bc0444be4f05feb8ddf68950fb4e39"
|
|
175
175
|
}
|