@storm-software/unbuild 0.57.87 → 0.57.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/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 Storm ESBuild executable has completed successfully!`,
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 Storm ESBuild executable has completed successfully!`,
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.87",
3
+ "version": "0.57.88",
4
4
  "type": "module",
5
5
  "description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -171,5 +171,5 @@
171
171
  },
172
172
  "publishConfig": { "access": "public" },
173
173
  "sideEffects": false,
174
- "gitHead": "f9611db126b33c60336faef7eeff63eb1e8031b7"
174
+ "gitHead": "59fb127dd72835aea54f08b543d44463b2922338"
175
175
  }