@storm-software/esbuild 0.53.86 → 0.53.88
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/bin/esbuild.cjs +1 -1
- package/package.json +6 -6
package/bin/esbuild.cjs
CHANGED
|
@@ -9353,7 +9353,7 @@ void (async () => {
|
|
|
9353
9353
|
const program = await createProgram(config);
|
|
9354
9354
|
await program.parseAsync(process.argv);
|
|
9355
9355
|
(0, import_console7.writeSuccess)(
|
|
9356
|
-
`\
|
|
9356
|
+
`\u2714 Storm ESBuild executable has completed successfully!`,
|
|
9357
9357
|
config
|
|
9358
9358
|
);
|
|
9359
9359
|
(0, import_process_handler.exitWithSuccess)(config);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.88",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -186,10 +186,10 @@
|
|
|
186
186
|
"dependencies": {
|
|
187
187
|
"@nx/devkit": "^22.5.1",
|
|
188
188
|
"@nx/js": "^22.5.1",
|
|
189
|
-
"@storm-software/build-tools": "^0.158.
|
|
190
|
-
"@storm-software/config": "^1.135.
|
|
191
|
-
"@storm-software/config-tools": "^1.189.
|
|
192
|
-
"@storm-software/tsup": "^0.2.
|
|
189
|
+
"@storm-software/build-tools": "^0.158.87",
|
|
190
|
+
"@storm-software/config": "^1.135.7",
|
|
191
|
+
"@storm-software/config-tools": "^1.189.6",
|
|
192
|
+
"@storm-software/tsup": "^0.2.85",
|
|
193
193
|
"chokidar": "^4.0.3",
|
|
194
194
|
"commander": "^12.1.0",
|
|
195
195
|
"defu": "6.1.4",
|
|
@@ -204,5 +204,5 @@
|
|
|
204
204
|
},
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
206
|
"sideEffects": false,
|
|
207
|
-
"gitHead": "
|
|
207
|
+
"gitHead": "59fb127dd72835aea54f08b543d44463b2922338"
|
|
208
208
|
}
|