koffi 2.9.0-beta.1 → 2.9.0

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,7 +4,7 @@
4
4
 
5
5
  ### Koffi 2.9
6
6
 
7
- #### Koffi 2.9.0-beta.1 (2024-07-11)
7
+ #### Koffi 2.9.0 (2024-07-22)
8
8
 
9
9
  - Add support for char32_t and wchar_t (wide) strings
10
10
  - Include Linux/musl x64 prebuild (based on Alpine)
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
@@ -363,8 +363,8 @@ var require_package = __commonJS({
363
363
  "../../bin/Koffi/package/src/koffi/package.json"(exports2, module2) {
364
364
  module2.exports = {
365
365
  name: "koffi",
366
- version: "2.9.0-beta.1",
367
- stable: "2.8.11",
366
+ version: "2.9.0",
367
+ stable: "2.9.0",
368
368
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
369
369
  keywords: [
370
370
  "foreign",
package/indirect.js CHANGED
@@ -363,8 +363,8 @@ var require_package = __commonJS({
363
363
  "../../bin/Koffi/package/src/koffi/package.json"(exports2, module2) {
364
364
  module2.exports = {
365
365
  name: "koffi",
366
- version: "2.9.0-beta.1",
367
- stable: "2.8.11",
366
+ version: "2.9.0",
367
+ stable: "2.9.0",
368
368
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
369
369
  keywords: [
370
370
  "foreign",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "2.9.0-beta.1",
4
- "stable": "2.8.11",
3
+ "version": "2.9.0",
4
+ "stable": "2.9.0",
5
5
  "description": "Fast and simple C FFI (foreign function interface) for Node.js",
6
6
  "keywords": [
7
7
  "foreign",