koffi 3.0.0-alpha.6 → 3.0.0-alpha.7
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/bin/koffi/darwin_arm64/koffi.node +0 -0
- package/bin/koffi/darwin_x64/koffi.node +0 -0
- package/bin/koffi/freebsd_arm64/koffi.node +0 -0
- package/bin/koffi/freebsd_ia32/koffi.node +0 -0
- package/bin/koffi/freebsd_x64/koffi.node +0 -0
- package/bin/koffi/linux_arm64/koffi.node +0 -0
- package/bin/koffi/linux_ia32/koffi.node +0 -0
- package/bin/koffi/linux_x64/koffi.node +0 -0
- package/bin/koffi/musl_arm64/koffi.node +0 -0
- package/bin/koffi/musl_x64/koffi.node +0 -0
- package/bin/koffi/openbsd_ia32/koffi.node +0 -0
- package/bin/koffi/openbsd_x64/koffi.node +0 -0
- package/bin/koffi/win32_ia32/koffi.node +0 -0
- package/bin/koffi/win32_x64/koffi.node +0 -0
- package/package.json +2 -2
- package/src/koffi/index.cjs +1 -1
- package/src/koffi/index.js +1 -1
- package/src/koffi/indirect.cjs +1 -1
- package/src/koffi/indirect.js +1 -1
- /package/{build.js → build.cjs} +0 -0
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koffi",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.7",
|
|
4
4
|
"description": "Fast and simple C FFI (foreign function interface) for Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"foreign",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"url": "https://koromix.dev/"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
|
-
"install": "node ./build.
|
|
25
|
+
"install": "node ./build.cjs -P . -D src/koffi --prebuild --release"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"cnoke": {
|
package/src/koffi/index.cjs
CHANGED
|
@@ -131,7 +131,7 @@ var init_abi = __esm({
|
|
|
131
131
|
var package_default;
|
|
132
132
|
var init_package = __esm({
|
|
133
133
|
"package.json"() {
|
|
134
|
-
package_default = { name: "koffi", version: "3.0.0-alpha.
|
|
134
|
+
package_default = { name: "koffi", version: "3.0.0-alpha.7", cnoke: { api: "../../vendor/node-api-headers", output: "../../bin/koffi/{{ toolchain }}", node: 16, napi: 8 } };
|
|
135
135
|
}
|
|
136
136
|
});
|
|
137
137
|
|
package/src/koffi/index.js
CHANGED
|
@@ -93,7 +93,7 @@ function decodeElfHeader(buf) {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
// package.json
|
|
96
|
-
var package_default = { name: "koffi", version: "3.0.0-alpha.
|
|
96
|
+
var package_default = { name: "koffi", version: "3.0.0-alpha.7", cnoke: { api: "../../vendor/node-api-headers", output: "../../bin/koffi/{{ toolchain }}", node: 16, napi: 8 } };
|
|
97
97
|
|
|
98
98
|
// src/init.js
|
|
99
99
|
var requireNative = createRequire(import.meta.dirname);
|
package/src/koffi/indirect.cjs
CHANGED
|
@@ -131,7 +131,7 @@ var init_abi = __esm({
|
|
|
131
131
|
var package_default;
|
|
132
132
|
var init_package = __esm({
|
|
133
133
|
"package.json"() {
|
|
134
|
-
package_default = { name: "koffi", version: "3.0.0-alpha.
|
|
134
|
+
package_default = { name: "koffi", version: "3.0.0-alpha.7", cnoke: { api: "../../vendor/node-api-headers", output: "../../bin/koffi/{{ toolchain }}", node: 16, napi: 8 } };
|
|
135
135
|
}
|
|
136
136
|
});
|
|
137
137
|
|
package/src/koffi/indirect.js
CHANGED
|
@@ -93,7 +93,7 @@ function decodeElfHeader(buf) {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
// package.json
|
|
96
|
-
var package_default = { name: "koffi", version: "3.0.0-alpha.
|
|
96
|
+
var package_default = { name: "koffi", version: "3.0.0-alpha.7", cnoke: { api: "../../vendor/node-api-headers", output: "../../bin/koffi/{{ toolchain }}", node: 16, napi: 8 } };
|
|
97
97
|
|
|
98
98
|
// src/init.js
|
|
99
99
|
var requireNative = createRequire(import.meta.dirname);
|
/package/{build.js → build.cjs}
RENAMED
|
File without changes
|