tsgo-wasm 2026.8.21 → 2026.8.22

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 -1
  2. package/package.json +3 -3
  3. package/tsgo.wasm +0 -0
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
5
5
  [![Release][release-src]][release-href]
6
6
 
7
- **Unofficial** WebAssembly (WASM) distribution of [TypeScript 7](https://github.com/microsoft/typescript-go), automatically built daily via GitHub Actions.
7
+ **Unofficial** WebAssembly (WASM) distribution of [TypeScript 7](https://github.com/microsoft/TypeScript), automatically built daily via GitHub Actions.
8
8
 
9
9
  Use this version if your operating system or architecture is not supported by the native build, or if you need to run it in browsers.
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsgo-wasm",
3
3
  "type": "module",
4
- "version": "2026.8.21",
4
+ "version": "2026.8.22",
5
5
  "description": "TypeScript 7 WebAssembly (WASM) distribution",
6
6
  "license": "Apache-2.0",
7
7
  "homepage": "https://github.com/sxzz/tsgo-wasm#readme",
@@ -30,7 +30,7 @@
30
30
  "tag": "latest"
31
31
  },
32
32
  "buildInfo": {
33
- "date": "2026-08-21",
34
- "commit": "89d5d5b2849a0db0957065889ca58536fa6d2e4a"
33
+ "date": "2026-08-22",
34
+ "commit": "d6c4afddb2c55f4a9dea7b59293a99a8fdea1799"
35
35
  }
36
36
  }
package/tsgo.wasm CHANGED
Binary file