@storm-software/esbuild 0.53.86 → 0.53.87

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.
Files changed (2) hide show
  1. package/bin/esbuild.cjs +1 -1
  2. 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
- `\u{1F389} Storm ESBuild executable has completed successfully!`,
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.86",
3
+ "version": "0.53.87",
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.86",
190
- "@storm-software/config": "^1.135.6",
191
- "@storm-software/config-tools": "^1.189.5",
192
- "@storm-software/tsup": "^0.2.84",
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": "613a4143d7c96af4c7ad8db4c37649fb8dbbbe97"
207
+ "gitHead": "f9611db126b33c60336faef7eeff63eb1e8031b7"
208
208
  }