koffi 2.8.3 → 2.8.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,10 +4,14 @@
4
4
 
5
5
  ### Koffi 2.8
6
6
 
7
- #### Koffi 2.8.3 (2024-04-08)
7
+ #### Koffi 2.8.4 (2024-04-09)
8
8
 
9
9
  - Use simpler workaround for Node 20.12+ and 21.6+ to avoid excessive memory use
10
10
 
11
+ ```{warning}
12
+ Some pre-built binaries are missing in Koffi 2.8.3, skip this version.
13
+ ```
14
+
11
15
  #### Koffi 2.8.2 (2024-04-07)
12
16
 
13
17
  - Support [loading library](functions.md#loading-options) with RTLD_GLOBAL on POSIX platforms
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
@@ -378,8 +378,8 @@ var require_package = __commonJS({
378
378
  "build/dist/src/koffi/package.json"(exports2, module2) {
379
379
  module2.exports = {
380
380
  name: "koffi",
381
- version: "2.8.3",
382
- stable: "2.8.3",
381
+ version: "2.8.4",
382
+ stable: "2.8.4",
383
383
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
384
384
  keywords: [
385
385
  "foreign",
package/indirect.js CHANGED
@@ -378,8 +378,8 @@ var require_package = __commonJS({
378
378
  "build/dist/src/koffi/package.json"(exports2, module2) {
379
379
  module2.exports = {
380
380
  name: "koffi",
381
- version: "2.8.3",
382
- stable: "2.8.3",
381
+ version: "2.8.4",
382
+ stable: "2.8.4",
383
383
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
384
384
  keywords: [
385
385
  "foreign",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "2.8.3",
4
- "stable": "2.8.3",
3
+ "version": "2.8.4",
4
+ "stable": "2.8.4",
5
5
  "description": "Fast and simple C FFI (foreign function interface) for Node.js",
6
6
  "keywords": [
7
7
  "foreign",