@morphllm/morphcode-linux-arm64 1.0.3 → 2.0.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/package.json +7 -8
- package/{bin/morphcode → sa} +0 -0
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morphllm/morphcode-linux-arm64",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
],
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
3
|
+
"version": "2.0.1",
|
|
4
|
+
"description": "Morph Code binary for linux-arm64",
|
|
5
|
+
"os": ["linux"],
|
|
6
|
+
"cpu": ["arm64"],
|
|
7
|
+
"files": ["sa", "sa.exe"],
|
|
8
|
+
"license": "MIT"
|
|
9
|
+
}
|
package/{bin/morphcode → sa}
RENAMED
|
index 7a932c2..e03c75f 100755
|
|
|
Binary file
|