tsgo-wasm 2025.5.21 → 2025.5.23
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.
- package/README.md +2 -2
- package/package.json +3 -3
- package/tsgo.wasm +0 -0
package/README.md
CHANGED
|
@@ -13,9 +13,9 @@ Read more about the TypeScript 7 [here](https://devblogs.microsoft.com/typescrip
|
|
|
13
13
|
Use this version if your operating system or architecture is not supported by the native build, or if you need to run it in a browser.
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install
|
|
16
|
+
npm install tsgo-wasm
|
|
17
17
|
|
|
18
|
-
tsgo-wasm -v
|
|
18
|
+
npx tsgo-wasm -v
|
|
19
19
|
# Version 7.0.0-dev.20250519
|
|
20
20
|
```
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsgo-wasm",
|
|
3
|
-
"version": "2025.5.
|
|
3
|
+
"version": "2025.5.23",
|
|
4
4
|
"description": "TypeScript Go for WASM",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"tag": "latest"
|
|
31
31
|
},
|
|
32
32
|
"buildInfo": {
|
|
33
|
-
"date": "2025-05-
|
|
34
|
-
"commit": "
|
|
33
|
+
"date": "2025-05-23",
|
|
34
|
+
"commit": "f6f7e665c9960411b19391d6c0ba7ac37e65c195"
|
|
35
35
|
}
|
|
36
36
|
}
|
package/tsgo.wasm
CHANGED
|
Binary file
|