@typescript/native-preview-darwin-x64 7.0.0-dev.20250808.1 → 7.0.0-dev.20250810.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 +46 -1
  2. package/lib/tsgo +0 -0
  3. package/package.json +2 -2
package/NOTICE.txt CHANGED
@@ -221,6 +221,36 @@ 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
225
+
226
+
227
+ Copyright 2010 The Go Authors
228
+ Copyright 2011 The Go Authors
229
+ Copyright 2016 The Go Authors
230
+ Copyright 2018 The Go Authors
231
+ Copyright 2020 The Go Authors
232
+ Copyright 2021 The Go Authors
233
+ Copyright 2022 The Go Authors
234
+ Copyright 2023 The Go Authors
235
+ Copyright 2024 The Go Authors
236
+ Copyright (c) 2020 The Go Authors
237
+
238
+ Copyright (c) <year> <owner> . All rights reserved.
239
+
240
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
241
+
242
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
243
+
244
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
245
+
246
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
247
+
248
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
249
+
250
+ ---------------------------------------------------------
251
+
252
+ ---------------------------------------------------------
253
+
224
254
  golang.org/x/sync v0.16.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
225
255
 
226
256
 
@@ -236,7 +266,7 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
236
266
 
237
267
  ---------------------------------------------------------
238
268
 
239
- golang.org/x/sys v0.34.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
269
+ golang.org/x/sys v0.35.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
240
270
 
241
271
 
242
272
  Copyright 2009 The Go Authors
@@ -264,6 +294,21 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
264
294
 
265
295
  ---------------------------------------------------------
266
296
 
297
+ golang.org/x/term v0.34.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
298
+
299
+
300
+ Copyright 2009 The Go Authors
301
+ Copyright 2011 The Go Authors
302
+ Copyright 2013 The Go Authors
303
+ Copyright 2019 The Go Authors
304
+ Copyright 2021 The Go Authors
305
+
306
+ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
307
+
308
+ ---------------------------------------------------------
309
+
310
+ ---------------------------------------------------------
311
+
267
312
  golang.org/x/text v0.27.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
268
313
 
269
314
 
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.20250808.1",
3
+ "version": "7.0.0-dev.20250810.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": "47e7268c0a5569873c157eea8178bbf2bc9d09e3",
34
+ "gitHead": "e087a3e09d312f0a4525bcd06e1db5ec1b0230cb",
35
35
  "os": [
36
36
  "darwin"
37
37
  ],