@typescript/native-preview-darwin-x64 7.0.0-dev.20250731.1 → 7.0.0-dev.20250802.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.
Files changed (3) hide show
  1. package/NOTICE.txt +1 -1
  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-20250714165856-be8212f5270d - BSD-3-Clause
233
+ github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 - BSD-3-Clause
234
234
 
235
235
  Copyright (c) 2020 The Go Authors. All rights reserved.
236
236
 
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.20250731.1",
3
+ "version": "7.0.0-dev.20250802.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": "b0ee84157dcdd3bbb0ea2954276d7d51b3b64297",
34
+ "gitHead": "644bde28939733580cbef96adaa7253f9faa54ac",
35
35
  "os": [
36
36
  "darwin"
37
37
  ],