@fictjs/compiler-linux-x64-musl 0.31.0 → 0.33.0
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/SHASUMS256.txt +2 -1
- package/binding-manifest.json +6 -3
- package/fict-compiler-native.spdx.json +5009 -0
- package/fict_compiler_napi.node +0 -0
- package/package.json +5 -3
package/SHASUMS256.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
9d7eb14f85e3a14bea16bd9d655233e1813839ad1ed64262ddc10849d997aa95 fict_compiler_napi.node
|
|
2
|
+
d771bb3784130e763cae5e8cf9c226d946174b2fd515b16fa09aba3b9349a92a fict-compiler-native.spdx.json
|
package/binding-manifest.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"schemaVersion":
|
|
2
|
+
"schemaVersion": 2,
|
|
3
3
|
"packageName": "@fictjs/compiler-linux-x64-musl",
|
|
4
|
-
"packageVersion": "0.
|
|
4
|
+
"packageVersion": "0.33.0",
|
|
5
5
|
"target": "linux-x64-musl",
|
|
6
6
|
"rustTarget": "x86_64-unknown-linux-musl",
|
|
7
7
|
"binary": "fict_compiler_napi.node",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "9d7eb14f85e3a14bea16bd9d655233e1813839ad1ed64262ddc10849d997aa95",
|
|
9
|
+
"sourceRevision": "2b8cc6948412c378621715b791ae11703a73690e",
|
|
10
|
+
"sbom": "fict-compiler-native.spdx.json",
|
|
11
|
+
"sbomSha256": "d771bb3784130e763cae5e8cf9c226d946174b2fd515b16fa09aba3b9349a92a"
|
|
9
12
|
}
|