@typescript/native-preview-darwin-x64 7.0.0-dev.20250730.1 → 7.0.0-dev.20250731.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 +34 -0
  2. package/lib/tsgo +0 -0
  3. package/package.json +2 -2
package/NOTICE.txt CHANGED
@@ -295,3 +295,37 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
295
295
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
296
296
 
297
297
  ---------------------------------------------------------
298
+
299
+ ---------------------------------------------------------
300
+
301
+ golang.org/x/text v0.27.0 - BSD-3-Clause
302
+
303
+ Copyright 2009 The Go Authors.
304
+
305
+ Redistribution and use in source and binary forms, with or without
306
+ modification, are permitted provided that the following conditions are
307
+ met:
308
+
309
+ * Redistributions of source code must retain the above copyright
310
+ notice, this list of conditions and the following disclaimer.
311
+ * Redistributions in binary form must reproduce the above
312
+ copyright notice, this list of conditions and the following disclaimer
313
+ in the documentation and/or other materials provided with the
314
+ distribution.
315
+ * Neither the name of Google LLC nor the names of its
316
+ contributors may be used to endorse or promote products derived from
317
+ this software without specific prior written permission.
318
+
319
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
320
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
321
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
322
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
323
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
324
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
325
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
326
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
327
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
328
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
329
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
330
+
331
+ ---------------------------------------------------------
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.20250730.1",
3
+ "version": "7.0.0-dev.20250731.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": "5cdf239b02006783231dd4da8ca125cef398cd27",
34
+ "gitHead": "b0ee84157dcdd3bbb0ea2954276d7d51b3b64297",
35
35
  "os": [
36
36
  "darwin"
37
37
  ],