tsgo-wasm 0.0.0-20250513 → 0.0.0-20250515

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 (3) hide show
  1. package/README.md +1 -3
  2. package/package.json +3 -3
  3. package/tsgo.wasm +0 -0
package/README.md CHANGED
@@ -16,6 +16,4 @@ npm install tsgo-wasm
16
16
 
17
17
  ## License
18
18
 
19
- The WASM version incorporates specific modifications ([patch](https://github.com/sxzz/tsgo-releases/blob/main/wasm.patch)).
20
-
21
- The TypeScript project is licensed under the [Apache License 2.0](./LICENSE).
19
+ The TypeScript project and this project both are licensed under the [Apache License 2.0](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsgo-wasm",
3
- "version": "0.0.0-20250513",
3
+ "version": "0.0.0-20250515",
4
4
  "description": "Native port of TypeScript",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -19,7 +19,7 @@
19
19
  "tag": "latest"
20
20
  },
21
21
  "buildInfo": {
22
- "date": "20250513",
23
- "commit": "bc3195e0f2727d11a48ed9fc61f37a90c9b7deb4"
22
+ "date": "20250515",
23
+ "commit": "29b98d21afa51d8e381a7c2d71592665f435e0e3"
24
24
  }
25
25
  }
package/tsgo.wasm CHANGED
Binary file