@typescript/native-preview-darwin-arm64 7.0.0-dev.20251208.1 → 7.0.0-dev.20251210.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 +4 -4
- package/lib/tsgo +0 -0
- package/package.json +2 -2
package/NOTICE.txt
CHANGED
|
@@ -251,7 +251,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
251
251
|
|
|
252
252
|
---------------------------------------------------------
|
|
253
253
|
|
|
254
|
-
golang.org/x/sync v0.
|
|
254
|
+
golang.org/x/sync v0.19.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
Copyright 2009 The Go Authors
|
|
@@ -266,7 +266,7 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
|
266
266
|
|
|
267
267
|
---------------------------------------------------------
|
|
268
268
|
|
|
269
|
-
golang.org/x/sys v0.
|
|
269
|
+
golang.org/x/sys v0.39.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
270
270
|
|
|
271
271
|
|
|
272
272
|
Copyright 2009 The Go Authors
|
|
@@ -294,7 +294,7 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
|
294
294
|
|
|
295
295
|
---------------------------------------------------------
|
|
296
296
|
|
|
297
|
-
golang.org/x/term v0.
|
|
297
|
+
golang.org/x/term v0.38.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
298
298
|
|
|
299
299
|
|
|
300
300
|
Copyright 2009 The Go Authors
|
|
@@ -309,7 +309,7 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
|
309
309
|
|
|
310
310
|
---------------------------------------------------------
|
|
311
311
|
|
|
312
|
-
golang.org/x/text v0.
|
|
312
|
+
golang.org/x/text v0.32.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
313
313
|
|
|
314
314
|
|
|
315
315
|
(c) (c) A
|
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.20251210.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": "31ce99730b319827f1246cf99323447d619005ab",
|
|
32
32
|
"os": [
|
|
33
33
|
"darwin"
|
|
34
34
|
],
|