koffi 2.15.2-beta.1 → 2.15.2-beta.2

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
package/index.js CHANGED
@@ -398,7 +398,7 @@ var require_package = __commonJS({
398
398
  "../../../bin/Koffi/package/src/koffi/package.json"(exports2, module2) {
399
399
  module2.exports = {
400
400
  name: "koffi",
401
- version: "2.15.2-beta.1",
401
+ version: "2.15.2-beta.2",
402
402
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
403
403
  keywords: [
404
404
  "foreign",
package/indirect.js CHANGED
@@ -398,7 +398,7 @@ var require_package = __commonJS({
398
398
  "../../../bin/Koffi/package/src/koffi/package.json"(exports2, module2) {
399
399
  module2.exports = {
400
400
  name: "koffi",
401
- version: "2.15.2-beta.1",
401
+ version: "2.15.2-beta.2",
402
402
  description: "Fast and simple C FFI (foreign function interface) for Node.js",
403
403
  keywords: [
404
404
  "foreign",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "2.15.2-beta.1",
3
+ "version": "2.15.2-beta.2",
4
4
  "description": "Fast and simple C FFI (foreign function interface) for Node.js",
5
5
  "keywords": [
6
6
  "foreign",
@@ -24,7 +24,7 @@
24
24
  "main": "./index.js",
25
25
  "types": "./index.d.ts",
26
26
  "scripts": {
27
- "install": "node src/cnoke/cnoke.js -p . -d src/koffi --prebuild"
27
+ "install": "node src/cnoke/cnoke.js -P . -D src/koffi --prebuild"
28
28
  },
29
29
  "license": "MIT",
30
30
  "cnoke": {