@typescript/native-preview-linux-arm 7.0.0-dev.20260408.1 → 7.0.0-dev.20260410.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 -0
- package/lib/tsgo +0 -0
- package/lib/tsgo.sig +7 -7
- package/package.json +2 -2
package/NOTICE.txt
CHANGED
|
@@ -379,3 +379,24 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
379
379
|
|
|
380
380
|
---------------------------------------------------------
|
|
381
381
|
|
|
382
|
+
---------------------------------------------------------
|
|
383
|
+
|
|
384
|
+
github.com/mackerelio/go-osstat v0.2.7 - Apache-2.0
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
Copyright 2017-2019 Hatena Co., Ltd.
|
|
388
|
+
|
|
389
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
390
|
+
you may not use this file except in compliance with the License.
|
|
391
|
+
You may obtain a copy of the License at
|
|
392
|
+
|
|
393
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
394
|
+
|
|
395
|
+
Unless required by applicable law or agreed to in writing, software
|
|
396
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
397
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
398
|
+
See the License for the specific language governing permissions and
|
|
399
|
+
limitations under the License.
|
|
400
|
+
|
|
401
|
+
---------------------------------------------------------
|
|
402
|
+
|
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
|
+
iQEcBAABCAAGBQJp2KmEAAoJEOs+lK2+EinPUFIH/39aljLGBf5iWhtuaAif1y9Y
|
|
5
|
+
c0Q2KPbAWxpZxKP6dy/0nRsU5bx+Pz1JN5bNx1d3GAqltLW/wMNX4pgTDdWLhTXp
|
|
6
|
+
n78xyj1eD8hSQpeTbL2zOaYI76VkR+Fyov8PVWSR9WxnXrSG/QioqNo9qAOXsm3g
|
|
7
|
+
KNczHsdeR4IWByVj+SSP6x/AsJmO93HLerhnHQr+wF+zJUCqaFKg/9hT4bEGTHD5
|
|
8
|
+
678/Jpq2PE8yuti0lKItjscfi8adTLvZvqRuUrsrsFKm51aoSFB9cejzxrm8vnBI
|
|
9
|
+
XFMGVLsEaZ3B3yKitWLh+DRD/EzAoShPwk9W6FiM/7Hzh8+rehIGSaOg5uzDcYo=
|
|
10
|
+
=Sw94
|
|
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.20260410.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": "c25de70d251d4b717a1cb6f4f6289d2e68fef159",
|
|
32
32
|
"os": [
|
|
33
33
|
"linux"
|
|
34
34
|
],
|