tsgo-wasm 0.0.0-20250514 → 0.0.0-20250516
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 +1 -3
- package/package.json +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
|
|
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-
|
|
3
|
+
"version": "0.0.0-20250516",
|
|
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": "
|
|
23
|
-
"commit": "
|
|
22
|
+
"date": "20250516",
|
|
23
|
+
"commit": "7f3ffe1ee5f6d28b44dea6dcc3aff7f7dceec669"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/tsgo.wasm
CHANGED
|
Binary file
|