koffi 2.5.18-beta.3 → 2.5.18

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.
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
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "2.5.18-beta.3",
4
- "stable": "2.5.16",
3
+ "version": "2.5.18",
4
+ "stable": "2.5.18",
5
5
  "description": "Fast and simple C FFI (foreign function interface) for Node.js",
6
6
  "keywords": [
7
7
  "foreign",
package/src/index.js CHANGED
@@ -4,9 +4,9 @@ var __commonJS = (cb, mod) => function __require() {
4
4
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
5
5
  };
6
6
 
7
- // src/cnoke/src/tools.js
7
+ // build/dist/src/cnoke/src/tools.js
8
8
  var require_tools = __commonJS({
9
- "src/cnoke/src/tools.js"(exports2, module2) {
9
+ "build/dist/src/cnoke/src/tools.js"(exports2, module2) {
10
10
  "use strict";
11
11
  var crypto = require("crypto");
12
12
  var fs2 = require("fs");
@@ -373,13 +373,13 @@ var require_tools = __commonJS({
373
373
  }
374
374
  });
375
375
 
376
- // src/koffi/package.json
376
+ // build/dist/src/koffi/package.json
377
377
  var require_package = __commonJS({
378
- "src/koffi/package.json"(exports2, module2) {
378
+ "build/dist/src/koffi/package.json"(exports2, module2) {
379
379
  module2.exports = {
380
380
  name: "koffi",
381
- version: "2.5.18-beta.3",
382
- stable: "2.5.16",
381
+ version: "2.5.18",
382
+ stable: "2.5.18",
383
383
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
384
384
  keywords: [
385
385
  "foreign",
@@ -429,7 +429,7 @@ var require_package = __commonJS({
429
429
  }
430
430
  });
431
431
 
432
- // src/koffi/src/index.js
432
+ // build/dist/src/koffi/src/index.js
433
433
  var util = require("util");
434
434
  var fs = require("fs");
435
435
  var { get_napi_version, determine_arch } = require_tools();
@@ -16,6 +16,6 @@
16
16
  "esbuild": "^0.18.17"
17
17
  },
18
18
  "dependencies": {
19
- "koffi": "2.5.17"
19
+ "koffi": "^2.5.18"
20
20
  }
21
21
  }
@@ -32,6 +32,6 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "electron-squirrel-startup": "^1.0.0",
35
- "koffi": "^2.5.17"
35
+ "koffi": "^2.5.18"
36
36
  }
37
37
  }
@@ -11,6 +11,6 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "esbuild": "^0.18.17",
14
- "koffi": "^2.5.17"
14
+ "koffi": "^2.5.18"
15
15
  }
16
16
  }
@@ -5,6 +5,6 @@
5
5
  "author": "Niels Martignène <niels.martignene@protonmail.com>",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "koffi": "^2.5.17"
8
+ "koffi": "^2.5.18"
9
9
  }
10
10
  }