@typescript/native-preview-darwin-x64 7.0.0-dev.20260325.1 → 7.0.0-dev.20260327.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 +0 -26
  2. package/lib/tsgo +0 -0
  3. package/package.json +2 -2
package/NOTICE.txt CHANGED
@@ -338,32 +338,6 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
338
338
 
339
339
  ---------------------------------------------------------
340
340
 
341
- github.com/dlclark/regexp2 v1.11.5 - MIT
342
-
343
-
344
- (c) 0, ca Pass. Group
345
- (c) 0, abc Pass. Group
346
- (c) 0, abac Pass. Group
347
- Copyright (c) Doug Clark
348
- (c) IgnoreCase, ABC Pass. Group
349
- (c) RightToLeft, abc Pass. Group
350
- Copyright (c) 2012 The Go Authors
351
- Copyright (c) Microsoft Corporation
352
-
353
- MIT License
354
-
355
- Copyright (c) <year> <copyright holders>
356
-
357
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
358
-
359
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
360
-
361
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
362
-
363
- ---------------------------------------------------------
364
-
365
- ---------------------------------------------------------
366
-
367
341
  github.com/klauspost/cpuid/v2 v2.2.10 - MIT
368
342
 
369
343
 
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.20260325.1",
3
+ "version": "7.0.0-dev.20260327.2",
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": "86b0ba896640a56a94f52b102732e5ea029a14ac",
31
+ "gitHead": "025d5aa3913ad54c5eae6be37677d3b85f783fd9",
32
32
  "os": [
33
33
  "darwin"
34
34
  ],