koffi 2.12.3 → 2.12.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
@@ -7,6 +7,12 @@
7
7
 
8
8
  ### Koffi 2.12
9
9
 
10
+ #### Koffi 2.12.4
11
+
12
+ *Released on 2025-08-05*
13
+
14
+ - Fix build with old glibc or musl versions
15
+
10
16
  #### Koffi 2.12.3
11
17
 
12
18
  *Released on 2025-07-28*
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/index.js CHANGED
@@ -402,8 +402,8 @@ var require_package = __commonJS({
402
402
  "../../bin/Koffi/package/src/koffi/package.json"(exports2, module2) {
403
403
  module2.exports = {
404
404
  name: "koffi",
405
- version: "2.12.3",
406
- stable: "2.12.3",
405
+ version: "2.12.4",
406
+ stable: "2.12.4",
407
407
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
408
408
  keywords: [
409
409
  "foreign",
package/indirect.js CHANGED
@@ -402,8 +402,8 @@ var require_package = __commonJS({
402
402
  "../../bin/Koffi/package/src/koffi/package.json"(exports2, module2) {
403
403
  module2.exports = {
404
404
  name: "koffi",
405
- version: "2.12.3",
406
- stable: "2.12.3",
405
+ version: "2.12.4",
406
+ stable: "2.12.4",
407
407
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
408
408
  keywords: [
409
409
  "foreign",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "2.12.3",
4
- "stable": "2.12.3",
3
+ "version": "2.12.4",
4
+ "stable": "2.12.4",
5
5
  "description": "Fast and simple C FFI (foreign function interface) for Node.js",
6
6
  "keywords": [
7
7
  "foreign",