@tsdown/exe 0.21.0-beta.3 → 0.21.0-beta.4

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/README.md +20 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # @tsdown/exe
2
+
3
+ [![npm version][npmx-version-src]][npmx-href]
4
+ [![npm downloads][npmx-downloads-src]][npmx-href]
5
+
6
+ Cross-platform executable building for [tsdown](https://tsdown.dev), powered by Node.js [Single Executable Applications (SEA)](https://nodejs.org/api/single-executable-applications.html).
7
+
8
+ ## Documentation
9
+
10
+ See the [Executable documentation](https://tsdown.dev/options/exe) for usage and configuration details.
11
+
12
+ ## License
13
+
14
+ [MIT](../../LICENSE)
15
+
16
+ <!-- Badges -->
17
+
18
+ [npmx-version-src]: https://npmx.dev/api/registry/badge/version/@tsdown/exe
19
+ [npmx-downloads-src]: https://npmx.dev/api/registry/badge/downloads-month/@tsdown/exe
20
+ [npmx-href]: https://npmx.dev/@tsdown/exe
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsdown/exe",
3
3
  "type": "module",
4
- "version": "0.21.0-beta.3",
4
+ "version": "0.21.0-beta.4",
5
5
  "description": "Cross-platform executable building for tsdown",
6
6
  "author": "Kevin Deng <sxzz@sxzz.moe>",
7
7
  "license": "MIT",