@tsmodule/tsmodule 41.41.0 → 42.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,8 +3,9 @@
3
3
  <h1>TypeScript Module Toolkit</h1>
4
4
  </div>
5
5
 
6
- tsmodule is a toolkit for developing **standardized, pure ESM TypeScript
7
- modules** that target any platform.
6
+ Create standardized TypeScript ESM packages for Node or browser. Includes
7
+ `--bundle` and `--binary` build options, powered by
8
+ [**esbuild**](https://github.com/evanw/esbuild).
8
9
 
9
10
  **Table of contents**
10
11
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "41.41.0",
5
+ "version": "42.1.0",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "Create standardized TypeScript ESM packages for Node or browser.",
8
8
  "license": "MIT",