priiisk 0.2.2-linux-x64 → 0.2.2-linux-arm64
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/README.md +1 -1
- package/bin/priiisk +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
package/bin/priiisk
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "priiisk",
|
|
3
|
-
"version": "0.2.2-linux-
|
|
4
|
-
"description": "priiisk executable for linux
|
|
3
|
+
"version": "0.2.2-linux-arm64",
|
|
4
|
+
"description": "priiisk executable for linux arm64",
|
|
5
5
|
"os": [
|
|
6
6
|
"linux"
|
|
7
7
|
],
|
|
8
8
|
"cpu": [
|
|
9
|
-
"
|
|
9
|
+
"arm64"
|
|
10
10
|
],
|
|
11
11
|
"files": [
|
|
12
12
|
"bin/priiisk",
|