@fictjs/compiler-win32-arm64-msvc 0.31.0 → 0.32.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 +5033 -0
- package/fict_compiler_napi.node +0 -0
- package/package.json +5 -3
package/SHASUMS256.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
ff1b5c2f149c313e7e1d0bf24099a438eb1411a58933806f94b304f8408003a2 fict_compiler_napi.node
|
|
2
|
+
7e604120332b195ec7b932ed94c14c24c7a5292cce8206006c91cd4ba247bb0d 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-win32-arm64-msvc",
|
|
4
|
-
"packageVersion": "0.
|
|
4
|
+
"packageVersion": "0.32.0",
|
|
5
5
|
"target": "win32-arm64-msvc",
|
|
6
6
|
"rustTarget": "aarch64-pc-windows-msvc",
|
|
7
7
|
"binary": "fict_compiler_napi.node",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "ff1b5c2f149c313e7e1d0bf24099a438eb1411a58933806f94b304f8408003a2",
|
|
9
|
+
"sourceRevision": "138158c8a678b449a29776703c77ed4329289dce",
|
|
10
|
+
"sbom": "fict-compiler-native.spdx.json",
|
|
11
|
+
"sbomSha256": "7e604120332b195ec7b932ed94c14c24c7a5292cce8206006c91cd4ba247bb0d"
|
|
9
12
|
}
|