@typescript/native-preview-darwin-arm64 7.0.0-dev.20250724.1 → 7.0.0-dev.20250725.2

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.
Files changed (3) hide show
  1. package/NOTICE.txt +2 -2
  2. package/lib/tsgo +0 -0
  3. 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-20250517221953-25912455fbc8 - BSD-3-Clause
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.15.0 - BSD-3-Clause
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.20250724.1",
3
+ "version": "7.0.0-dev.20250725.2",
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": "5e6bd1efcfb0020fc221d06492248db780d68eb1",
34
+ "gitHead": "36fc3e582d87c2d6d827f120540b23e5c09fc027",
35
35
  "os": [
36
36
  "darwin"
37
37
  ],