anomalift-windows-x64 0.1.0 → 0.1.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/bin/anomalift.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "anomalift-windows-x64",
3
- "version": "0.1.0",
4
- "description": "anomalift binary for Windows on x86-64. Installed automatically as an optional dependency of `anomalift`; not useful on its own.",
3
+ "version": "0.1.1",
4
+ "description": "anomalift binary for Windows on x86-64, and on arm64 under the OS's x64 emulation. Installed automatically as an optional dependency of `anomalift`; not useful on its own.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,7 +11,8 @@
11
11
  "win32"
12
12
  ],
13
13
  "cpu": [
14
- "x64"
14
+ "x64",
15
+ "arm64"
15
16
  ],
16
17
  "files": [
17
18
  "bin/"