node-ctypes 0.1.5 → 0.1.7

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 CHANGED
@@ -38,7 +38,7 @@ npm install node-ctypes
38
38
  Prebuilt binaries are available for:
39
39
  - Windows x64, ARM64
40
40
  - Linux x64, ARM64
41
- - macOS ARM64
41
+ - macOS x64, ARM64
42
42
 
43
43
  ### From source
44
44
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-ctypes",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Python ctypes-like FFI for Node.js using libffi",
5
5
  "author": "Damiano Mazzella",
6
6
  "license": "MIT",