@storm-software/tsdown 0.45.87 → 0.45.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.
Files changed (2) hide show
  1. package/bin/tsdown.cjs +1 -1
  2. package/package.json +2 -2
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 Storm TSDown executable has completed successfully!`,
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.87",
3
+ "version": "0.45.88",
4
4
  "type": "module",
5
5
  "description": "A package containing `tsdown` 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
  }