koffi 2.3.2 → 2.3.3
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 +7 -1
- package/koffi-2.3.3.tgz +0 -0
- package/package.json +3 -3
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_darwin_arm64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_darwin_x64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_freebsd_arm64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_freebsd_ia32.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_freebsd_x64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_linux_arm32hf.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_linux_arm64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_linux_ia32.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_linux_riscv64hf64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_linux_x64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_openbsd_ia32.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_openbsd_x64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_win32_arm64.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_win32_ia32.tar.gz +0 -0
- /package/src/koffi/build/{2.3.2 → 2.3.3}/koffi_win32_x64.tar.gz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
### Koffi 2.3
|
|
6
6
|
|
|
7
|
+
#### Koffi 2.3.3
|
|
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
|
|
23
|
+
- Avoid CNoke dependency
|
|
18
24
|
- Clear out development dependencies from package.json
|
|
19
25
|
|
|
20
26
|
#### Koffi 2.3.1
|
package/koffi-2.3.3.tgz
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koffi",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"stable": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
|
+
"stable": "2.3.3",
|
|
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": "
|
|
24
|
+
"install": "node src/cnoke/cnoke.js --prebuild -d src/koffi"
|
|
25
25
|
},
|
|
26
26
|
"license": "LGPL-3.0",
|
|
27
27
|
"cnoke": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|