@typescript/native-preview-darwin-arm64 7.0.0-dev.20250615.1 → 7.0.0-dev.20250617.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/NOTICE.txt +1 -1
- package/lib/tsgo +0 -0
- package/package.json +2 -2
package/NOTICE.txt
CHANGED
|
@@ -264,7 +264,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
264
264
|
|
|
265
265
|
---------------------------------------------------------
|
|
266
266
|
|
|
267
|
-
golang.org/x/sync v0.
|
|
267
|
+
golang.org/x/sync v0.15.0 - BSD-3-Clause
|
|
268
268
|
|
|
269
269
|
Copyright 2009 The Go Authors.
|
|
270
270
|
|
package/lib/tsgo
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript/native-preview-darwin-arm64",
|
|
3
|
-
"version": "7.0.0-dev.
|
|
3
|
+
"version": "7.0.0-dev.20250617.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Microsoft Corp.",
|
|
6
6
|
"homepage": "https://www.typescriptlang.org/",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"exports": {
|
|
32
32
|
"./package.json": "./package.json"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "0839714e5bdaf38278d85af190a15cbc87371e89",
|
|
35
35
|
"os": [
|
|
36
36
|
"darwin"
|
|
37
37
|
],
|