@typescript/native-preview-darwin-x64 7.0.0-dev.20251016.1 → 7.0.0-dev.20251017.1
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 -1
- package/lib/tsgo +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# `@typescript/native-preview-darwin-x64`
|
|
2
2
|
|
|
3
|
-
This package provides darwin-x64 support for [@typescript/native-preview
|
|
3
|
+
This package provides darwin-x64 support for [@typescript/native-preview](https://www.npmjs.com/package/@typescript/native-preview).
|
package/lib/tsgo
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript/native-preview-darwin-x64",
|
|
3
|
-
"version": "7.0.0-dev.
|
|
3
|
+
"version": "7.0.0-dev.20251017.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Microsoft Corp.",
|
|
6
6
|
"homepage": "https://www.typescriptlang.org/",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"exports": {
|
|
29
29
|
"./package.json": "./package.json"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "49e5285c336c2212d568b504e578a461cb726ab3",
|
|
32
32
|
"os": [
|
|
33
33
|
"darwin"
|
|
34
34
|
],
|