@typescript/native-preview-darwin-arm64 7.0.0-dev.20250812.1 → 7.0.0-dev.20250813.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 +2 -2
  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-20250725192818-e39067aee2d2 - BSD-3-Clause
224
+ github.com/go-json-experiment/json v0.0.0-20250811204210-4789234c3ea1 - BSD-3-Clause
225
225
 
226
226
 
227
227
  Copyright 2010 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.27.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
312
+ golang.org/x/text v0.28.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.20250812.1",
3
+ "version": "7.0.0-dev.20250813.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": "e86ed12feafc2fe5e4880aa250a9b5c9989c2788",
34
+ "gitHead": "1ee2ba99609ae66af1e7ec4a4770482d7eeaeb43",
35
35
  "os": [
36
36
  "darwin"
37
37
  ],