@storm-software/unbuild 0.57.87 → 0.57.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/unbuild.cjs +1 -1
- package/bin/unbuild.js +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/unbuild.cjs
CHANGED
|
@@ -3143,7 +3143,7 @@ void (async () => {
|
|
|
3143
3143
|
const program = await createProgram(config);
|
|
3144
3144
|
await program.parseAsync(process.argv);
|
|
3145
3145
|
writeSuccess(
|
|
3146
|
-
`\u2714
|
|
3146
|
+
`\u2714 Storm ESBuild executable has completed successfully!`,
|
|
3147
3147
|
config
|
|
3148
3148
|
);
|
|
3149
3149
|
exitWithSuccess(config);
|
package/bin/unbuild.js
CHANGED
|
@@ -3142,7 +3142,7 @@ void (async () => {
|
|
|
3142
3142
|
const program = await createProgram(config);
|
|
3143
3143
|
await program.parseAsync(process.argv);
|
|
3144
3144
|
writeSuccess(
|
|
3145
|
-
`\u2714
|
|
3145
|
+
`\u2714 Storm ESBuild executable has completed successfully!`,
|
|
3146
3146
|
config
|
|
3147
3147
|
);
|
|
3148
3148
|
exitWithSuccess(config);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/unbuild",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.89",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
"typescript": { "optional": false }
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@storm-software/build-tools": "^0.158.
|
|
151
|
-
"@storm-software/config": "^1.135.
|
|
152
|
-
"@storm-software/config-tools": "^1.189.
|
|
150
|
+
"@storm-software/build-tools": "^0.158.88",
|
|
151
|
+
"@storm-software/config": "^1.135.8",
|
|
152
|
+
"@storm-software/config-tools": "^1.189.7",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"defu": "6.1.4",
|
|
155
155
|
"esbuild": "^0.25.12",
|
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
"devDependencies": {
|
|
165
165
|
"@nx/devkit": "^22.5.1",
|
|
166
166
|
"@nx/js": "^22.5.1",
|
|
167
|
-
"@types/node": "^
|
|
167
|
+
"@types/node": "^25.3.0",
|
|
168
168
|
"nx": "^22.5.1",
|
|
169
169
|
"tsup": "8.4.0",
|
|
170
170
|
"typescript": "^5.9.3"
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "1246351be8bc0444be4f05feb8ddf68950fb4e39"
|
|
175
175
|
}
|