@typescript/native-preview-linux-arm 7.0.0-dev.20260207.1 → 7.0.0-dev.20260209.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 +21 -2
- package/lib/tsgo +0 -0
- package/lib/tsgo.sig +7 -7
- package/package.json +2 -2
package/NOTICE.txt
CHANGED
|
@@ -312,7 +312,6 @@ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
|
312
312
|
golang.org/x/text v0.33.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
313
313
|
|
|
314
314
|
|
|
315
|
-
(c) (c) A
|
|
316
315
|
(c) AeHa (c)
|
|
317
316
|
(c) EeAoq (c)
|
|
318
317
|
(c) EAiE (c) A
|
|
@@ -320,7 +319,6 @@ golang.org/x/text v0.33.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-l
|
|
|
320
319
|
(c) (c) AAEE (c)
|
|
321
320
|
(c) oav!A (c) AY
|
|
322
321
|
(c) aA"AE (c) 1AE (c)
|
|
323
|
-
(c) 1/4, ?i'U CY A$?A CO
|
|
324
322
|
Copyright 2009 The Go Authors
|
|
325
323
|
Copyright 2011 The Go Authors
|
|
326
324
|
Copyright 2012 The Go Authors
|
|
@@ -332,6 +330,7 @@ Copyright 2017 The Go Authors
|
|
|
332
330
|
Copyright 2018 The Go Authors
|
|
333
331
|
Copyright 2019 The Go Authors
|
|
334
332
|
Copyright 2021 The Go Authors
|
|
333
|
+
Copyright 2025 The Go Authors
|
|
335
334
|
|
|
336
335
|
BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
|
|
337
336
|
|
|
@@ -386,3 +385,23 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
386
385
|
|
|
387
386
|
---------------------------------------------------------
|
|
388
387
|
|
|
388
|
+
---------------------------------------------------------
|
|
389
|
+
|
|
390
|
+
github.com/Microsoft/go-winio v0.6.2 - MIT
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
Copyright (c) 2015 Microsoft
|
|
394
|
+
Copyright 2013 The Go Authors
|
|
395
|
+
|
|
396
|
+
MIT License
|
|
397
|
+
|
|
398
|
+
Copyright (c) <year> <copyright holders>
|
|
399
|
+
|
|
400
|
+
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:
|
|
401
|
+
|
|
402
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
403
|
+
|
|
404
|
+
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.
|
|
405
|
+
|
|
406
|
+
---------------------------------------------------------
|
|
407
|
+
|
package/lib/tsgo
CHANGED
|
Binary file
|
package/lib/tsgo.sig
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
-----BEGIN PGP SIGNATURE-----
|
|
2
2
|
Version: BSN Pgp v1.0.0.0
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
=
|
|
4
|
+
iQEcBAABCAAGBQJpiY5+AAoJEOs+lK2+EinPCcUIAIHq1szGOaRuGkwUhW59pSWQ
|
|
5
|
+
jCH8ES0xFuPQFV6aKBMCcnqhl8X+pVC3hJQw74rNkXsYzim5D0vuGw6nr9PZjzeP
|
|
6
|
+
MNXu8zBflAj0M7WzoZYAuwM77LxZhsY39e/YrF/a6o3qO0O7rGslqfgCx18vTtNB
|
|
7
|
+
ODW2uDxSQtK5mi8KrQkfGg1q5uDuBhA5/DOsbGx+Do89ez21ylfTIT23s4cxERNC
|
|
8
|
+
Iz2wxfkg8RvuHwggcStG/IYk92GfAiL37okG4Fv6IIIqNMnq/YhcZezzJg/pNh9O
|
|
9
|
+
H4dRqPWnMVnxtqyLj0CyaiEsQPGCZgGZFC30pwZGW93SYj4CejcH/mSALrBFL0M=
|
|
10
|
+
=Siln
|
|
11
11
|
-----END PGP SIGNATURE-----
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript/native-preview-linux-arm",
|
|
3
|
-
"version": "7.0.0-dev.
|
|
3
|
+
"version": "7.0.0-dev.20260209.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": "
|
|
31
|
+
"gitHead": "5597f4c8ecf49b4344b8280ab74c01c46e85d78a",
|
|
32
32
|
"os": [
|
|
33
33
|
"linux"
|
|
34
34
|
],
|