@supernovae-st/nika-darwin-x64 0.118.7 → 0.120.2
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/INTEGRITY.json +3 -3
- package/SOURCE.json +4 -4
- package/bin/nika +2 -2
- package/package.json +3 -3
package/INTEGRITY.json
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"cpu": "x64",
|
|
5
5
|
"libc": null,
|
|
6
6
|
"archive": {
|
|
7
|
-
"file": "nika-macos-x64-0.
|
|
8
|
-
"sha256": "
|
|
7
|
+
"file": "nika-macos-x64-0.120.2.tar.gz",
|
|
8
|
+
"sha256": "ecf60ea2f14efd674c7844491f600e6bbd259b4541dbacfaefb67cb5e291f9b0"
|
|
9
9
|
},
|
|
10
10
|
"executable": {
|
|
11
11
|
"file": "bin/nika",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "da57ef5d01ca21c529f48da8860173d6818fc4d021b205eecae2870ec0794133"
|
|
13
13
|
}
|
|
14
14
|
}
|
package/SOURCE.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"repository": "https://github.com/supernovae-st/nika",
|
|
3
|
-
"tag": "v0.
|
|
4
|
-
"commit": "
|
|
5
|
-
"releaseAsset": "nika-macos-x64-0.
|
|
6
|
-
"sourceArchive": "https://github.com/supernovae-st/nika/archive/refs/tags/v0.
|
|
3
|
+
"tag": "v0.120.2",
|
|
4
|
+
"commit": "289a9adeae5a6937221ceac55b8080ef84c0ce69",
|
|
5
|
+
"releaseAsset": "nika-macos-x64-0.120.2.tar.gz",
|
|
6
|
+
"sourceArchive": "https://github.com/supernovae-st/nika/archive/refs/tags/v0.120.2.tar.gz"
|
|
7
7
|
}
|
package/bin/nika
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/bin/nika
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 38906256 bytes
|
|
4
|
+
sha256: da57ef5d01ca21c529f48da8860173d6818fc4d021b205eecae2870ec0794133
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supernovae-st/nika-darwin-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.120.2",
|
|
4
4
|
"description": "Nika native engine payload for macOS x64",
|
|
5
5
|
"license": "AGPL-3.0-or-later",
|
|
6
6
|
"os": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"directory": "packages/native/darwin-x64"
|
|
29
29
|
},
|
|
30
30
|
"nikaRelease": {
|
|
31
|
-
"preparedCommit": "
|
|
32
|
-
"version": "0.
|
|
31
|
+
"preparedCommit": "ddf7522cac40e9606a7d94e83af74234e066a96e",
|
|
32
|
+
"version": "0.120.2"
|
|
33
33
|
}
|
|
34
34
|
}
|