@typescript/native-preview-win32-x64 7.0.0-dev.20251209.1 → 7.0.0-dev.20251211.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 CHANGED
@@ -251,7 +251,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
251
251
 
252
252
  ---------------------------------------------------------
253
253
 
254
- golang.org/x/sync v0.18.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
254
+ golang.org/x/sync v0.19.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
255
255
 
256
256
 
257
257
  Copyright 2009 The Go Authors
@@ -266,7 +266,7 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
266
266
 
267
267
  ---------------------------------------------------------
268
268
 
269
- golang.org/x/sys v0.38.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
269
+ golang.org/x/sys v0.39.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
270
270
 
271
271
 
272
272
  Copyright 2009 The Go Authors
@@ -294,7 +294,7 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
294
294
 
295
295
  ---------------------------------------------------------
296
296
 
297
- golang.org/x/term v0.37.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
297
+ golang.org/x/term v0.38.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
298
298
 
299
299
 
300
300
  Copyright 2009 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.31.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
312
+ golang.org/x/text v0.32.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
313
313
 
314
314
 
315
315
  (c) (c) A
package/lib/tsgo.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript/native-preview-win32-x64",
3
- "version": "7.0.0-dev.20251209.1",
3
+ "version": "7.0.0-dev.20251211.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": "8372401975e9186b2270c89c2c821e2efaf9c522",
31
+ "gitHead": "ddf0b72580c2382c6cab6c2a98eeafb7d3818481",
32
32
  "os": [
33
33
  "win32"
34
34
  ],