@mnemon-dev/mnemon 0.2.9-linux-arm64 → 0.2.9-win32-x64
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 +2 -2
- package/bin/{mnemon → mnemon.exe} +0 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Mnemon
|
|
1
|
+
# Mnemon win32-x64
|
|
2
2
|
|
|
3
|
-
Native
|
|
3
|
+
Native win32/x64 artifact for `@mnemon-dev/mnemon@0.2.9-win32-x64`. Install `@mnemon-dev/mnemon` instead of this platform artifact directly.
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mnemon-dev/mnemon",
|
|
3
|
-
"version": "0.2.9-
|
|
4
|
-
"description": "Mnemon native binary for
|
|
3
|
+
"version": "0.2.9-win32-x64",
|
|
4
|
+
"description": "Mnemon native binary for win32/x64",
|
|
5
5
|
"os": [
|
|
6
|
-
"
|
|
6
|
+
"win32"
|
|
7
7
|
],
|
|
8
8
|
"cpu": [
|
|
9
|
-
"
|
|
9
|
+
"x64"
|
|
10
10
|
],
|
|
11
11
|
"files": [
|
|
12
12
|
"bin",
|