koffi 2.3.10 → 2.3.11

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.
Files changed (23) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/build/{2.3.10 → 2.3.11}/koffi_win32_arm64/koffi.node +0 -0
  3. package/build/{2.3.10 → 2.3.11}/koffi_win32_ia32/koffi.node +0 -0
  4. package/build/{2.3.10 → 2.3.11}/koffi_win32_x64/koffi.node +0 -0
  5. package/package.json +2 -2
  6. /package/build/{2.3.10 → 2.3.11}/koffi_darwin_arm64/koffi.node +0 -0
  7. /package/build/{2.3.10 → 2.3.11}/koffi_darwin_x64/koffi.node +0 -0
  8. /package/build/{2.3.10 → 2.3.11}/koffi_freebsd_arm64/koffi.node +0 -0
  9. /package/build/{2.3.10 → 2.3.11}/koffi_freebsd_ia32/koffi.node +0 -0
  10. /package/build/{2.3.10 → 2.3.11}/koffi_freebsd_x64/koffi.node +0 -0
  11. /package/build/{2.3.10 → 2.3.11}/koffi_linux_arm32hf/koffi.node +0 -0
  12. /package/build/{2.3.10 → 2.3.11}/koffi_linux_arm64/koffi.node +0 -0
  13. /package/build/{2.3.10 → 2.3.11}/koffi_linux_ia32/koffi.node +0 -0
  14. /package/build/{2.3.10 → 2.3.11}/koffi_linux_riscv64hf64/koffi.node +0 -0
  15. /package/build/{2.3.10 → 2.3.11}/koffi_linux_x64/koffi.node +0 -0
  16. /package/build/{2.3.10 → 2.3.11}/koffi_openbsd_ia32/koffi.node +0 -0
  17. /package/build/{2.3.10 → 2.3.11}/koffi_openbsd_x64/koffi.node +0 -0
  18. /package/build/{2.3.10 → 2.3.11}/koffi_win32_arm64/koffi.exp +0 -0
  19. /package/build/{2.3.10 → 2.3.11}/koffi_win32_arm64/koffi.lib +0 -0
  20. /package/build/{2.3.10 → 2.3.11}/koffi_win32_ia32/koffi.exp +0 -0
  21. /package/build/{2.3.10 → 2.3.11}/koffi_win32_ia32/koffi.lib +0 -0
  22. /package/build/{2.3.10 → 2.3.11}/koffi_win32_x64/koffi.exp +0 -0
  23. /package/build/{2.3.10 → 2.3.11}/koffi_win32_x64/koffi.lib +0 -0
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### Koffi 2.3
6
6
 
7
- #### Koffi 2.3.10
7
+ #### Koffi 2.3.11
8
8
 
9
9
  **Main changes:**
10
10
 
@@ -13,6 +13,7 @@
13
13
  **Other changes:**
14
14
 
15
15
  - Use SQLITE_TRANSIENT in SQLite test code
16
+ - Avoid using `statx()` to allow compilation with glibc < 2.28
16
17
  - Reorganize NPM package files to be less convoluted
17
18
 
18
19
  #### Koffi 2.3.9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "2.3.10",
4
- "stable": "2.3.10",
3
+ "version": "2.3.11",
4
+ "stable": "2.3.11",
5
5
  "description": "Fast and simple C FFI (foreign function interface) for Node.js",
6
6
  "keywords": [
7
7
  "foreign",