@typescript/native-preview-darwin-arm64 7.0.0-dev.20250724.1 → 7.0.0-dev.20250725.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 +2 -2
- package/lib/tsgo +0 -0
- package/package.json +2 -2
package/NOTICE.txt
CHANGED
|
@@ -230,7 +230,7 @@ SOFTWARE.
|
|
|
230
230
|
|
|
231
231
|
---------------------------------------------------------
|
|
232
232
|
|
|
233
|
-
github.com/go-json-experiment/json v0.0.0-
|
|
233
|
+
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d - BSD-3-Clause
|
|
234
234
|
|
|
235
235
|
Copyright (c) 2020 The Go Authors. All rights reserved.
|
|
236
236
|
|
|
@@ -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.16.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.20250725.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": "5ab1364b8d1d954e8c4c5de78e6b92a1fd10531a",
|
|
35
35
|
"os": [
|
|
36
36
|
"darwin"
|
|
37
37
|
],
|