@vulfram/transport-napi 0.20.3-alpha → 0.22.1-alpha
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/dist/index.d.ts +2 -0
- package/dist/index.js +8 -10
- package/dist/{vulfram_core-kstx3gbp.node → vulfram_core-53nme1gq.node} +0 -0
- package/dist/{vulfram_core-wksy6jdg.node → vulfram_core-5s1sjpnt.node} +0 -0
- package/dist/{vulfram_core-w0b3vvka.node → vulfram_core-6wxb54nt.node} +0 -0
- package/dist/{vulfram_core-gpavdzwe.node → vulfram_core-cf649e33.node} +0 -0
- package/dist/{vulfram_core-4bmtdxpz.node → vulfram_core-gp63en5a.node} +0 -0
- package/dist/{vulfram_core-5nh1dvx6.node → vulfram_core-hzaxtjjn.node} +0 -0
- package/package.json +1 -1
package/dist/index.d.ts
ADDED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { createRequire } from "node:module";
|
|
2
1
|
var __create = Object.create;
|
|
3
2
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
3
|
var __defProp = Object.defineProperty;
|
|
@@ -30,36 +29,35 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
30
29
|
return to;
|
|
31
30
|
};
|
|
32
31
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
33
|
-
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
34
32
|
|
|
35
33
|
// lib/macos-arm64/vulfram_core.node
|
|
36
34
|
var require_vulfram_core = __commonJS((exports, module) => {
|
|
37
|
-
module.exports =
|
|
35
|
+
module.exports = "./vulfram_core-53nme1gq.node";
|
|
38
36
|
});
|
|
39
37
|
|
|
40
38
|
// lib/macos-x64/vulfram_core.node
|
|
41
39
|
var require_vulfram_core2 = __commonJS((exports, module) => {
|
|
42
|
-
module.exports =
|
|
40
|
+
module.exports = "./vulfram_core-cf649e33.node";
|
|
43
41
|
});
|
|
44
42
|
|
|
45
43
|
// lib/linux-arm64/vulfram_core.node
|
|
46
44
|
var require_vulfram_core3 = __commonJS((exports, module) => {
|
|
47
|
-
module.exports =
|
|
45
|
+
module.exports = "./vulfram_core-gp63en5a.node";
|
|
48
46
|
});
|
|
49
47
|
|
|
50
48
|
// lib/linux-x64/vulfram_core.node
|
|
51
49
|
var require_vulfram_core4 = __commonJS((exports, module) => {
|
|
52
|
-
module.exports =
|
|
50
|
+
module.exports = "./vulfram_core-hzaxtjjn.node";
|
|
53
51
|
});
|
|
54
52
|
|
|
55
53
|
// lib/windows-arm64/vulfram_core.node
|
|
56
54
|
var require_vulfram_core5 = __commonJS((exports, module) => {
|
|
57
|
-
module.exports =
|
|
55
|
+
module.exports = "./vulfram_core-6wxb54nt.node";
|
|
58
56
|
});
|
|
59
57
|
|
|
60
58
|
// lib/windows-x64/vulfram_core.node
|
|
61
59
|
var require_vulfram_core6 = __commonJS((exports, module) => {
|
|
62
|
-
module.exports =
|
|
60
|
+
module.exports = "./vulfram_core-5s1sjpnt.node";
|
|
63
61
|
});
|
|
64
62
|
|
|
65
63
|
// ../transport-types/src/index.ts
|
|
@@ -143,8 +141,8 @@ function getArtifactFileName(binding, platform) {
|
|
|
143
141
|
}
|
|
144
142
|
|
|
145
143
|
// src/bind/napi-loader.ts
|
|
146
|
-
import { createRequire
|
|
147
|
-
var requireNative =
|
|
144
|
+
import { createRequire } from "module";
|
|
145
|
+
var requireNative = createRequire(import.meta.url);
|
|
148
146
|
var loaders = {
|
|
149
147
|
darwin: {
|
|
150
148
|
arm64: () => Promise.resolve().then(() => __toESM(require_vulfram_core(), 1)),
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|