koffi 2.3.2 → 2.3.4

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/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  ### Koffi 2.3
6
6
 
7
+ #### Koffi 2.3.4
8
+
9
+ **Main fixes:**
10
+
11
+ - Fix error when installing Koffi on Windows (2.3.2)
12
+
7
13
  #### Koffi 2.3.2
8
14
 
9
15
  **Main changes:**
@@ -14,7 +20,7 @@
14
20
 
15
21
  **Other changes:**
16
22
 
17
- - Avoid CNoke dependencies
23
+ - Avoid CNoke dependency
18
24
  - Clear out development dependencies from package.json
19
25
 
20
26
  #### Koffi 2.3.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "2.3.2",
4
- "stable": "2.3.2",
3
+ "version": "2.3.4",
4
+ "stable": "2.3.4",
5
5
  "description": "Fast and simple C FFI (foreign function interface) for Node.js",
6
6
  "keywords": [
7
7
  "foreign",
@@ -21,7 +21,7 @@
21
21
  "main": "src/koffi/src/index.js",
22
22
  "types": "src/koffi/src/index.d.ts",
23
23
  "scripts": {
24
- "install": "./src/cnoke/cnoke.js --prebuild -d src/koffi"
24
+ "install": "node src/cnoke/cnoke.js --prebuild -d src/koffi"
25
25
  },
26
26
  "license": "LGPL-3.0",
27
27
  "cnoke": {