@typescript/native-preview-darwin-x64 7.0.0-dev.20251003.1 → 7.0.0-dev.20251004.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
@@ -221,7 +221,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
221
221
 
222
222
  ---------------------------------------------------------
223
223
 
224
- github.com/go-json-experiment/json v0.0.0-20250813233538-9b1f9ea2e11b - BSD-3-Clause
224
+ github.com/go-json-experiment/json v0.0.0-20250910080747-cc2cfa0554c3 - BSD-3-Clause
225
225
 
226
226
 
227
227
  Copyright 2010 The Go Authors
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.20251003.1",
3
+ "version": "7.0.0-dev.20251004.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": "688c31d45e56b40f161599abcdcc038792d933f4",
31
+ "gitHead": "e729a0a55aa898cd3ce424a5c97e07f5dc98580f",
32
32
  "os": [
33
33
  "darwin"
34
34
  ],