@vulfram/transport-napi 0.21.2-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.
@@ -0,0 +1,2 @@
1
+ import type { EngineTransportFactory } from '@vulfram/transport-types';
2
+ export declare const transportNapi: EngineTransportFactory;
package/dist/index.js CHANGED
@@ -32,32 +32,32 @@ var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports,
32
32
 
33
33
  // lib/macos-arm64/vulfram_core.node
34
34
  var require_vulfram_core = __commonJS((exports, module) => {
35
- module.exports = "./vulfram_core-sa2ckr6h.node";
35
+ module.exports = "./vulfram_core-53nme1gq.node";
36
36
  });
37
37
 
38
38
  // lib/macos-x64/vulfram_core.node
39
39
  var require_vulfram_core2 = __commonJS((exports, module) => {
40
- module.exports = "./vulfram_core-9zn53dg5.node";
40
+ module.exports = "./vulfram_core-cf649e33.node";
41
41
  });
42
42
 
43
43
  // lib/linux-arm64/vulfram_core.node
44
44
  var require_vulfram_core3 = __commonJS((exports, module) => {
45
- module.exports = "./vulfram_core-41yvp642.node";
45
+ module.exports = "./vulfram_core-gp63en5a.node";
46
46
  });
47
47
 
48
48
  // lib/linux-x64/vulfram_core.node
49
49
  var require_vulfram_core4 = __commonJS((exports, module) => {
50
- module.exports = "./vulfram_core-vhndqjh5.node";
50
+ module.exports = "./vulfram_core-hzaxtjjn.node";
51
51
  });
52
52
 
53
53
  // lib/windows-arm64/vulfram_core.node
54
54
  var require_vulfram_core5 = __commonJS((exports, module) => {
55
- module.exports = "./vulfram_core-vgn81mvs.node";
55
+ module.exports = "./vulfram_core-6wxb54nt.node";
56
56
  });
57
57
 
58
58
  // lib/windows-x64/vulfram_core.node
59
59
  var require_vulfram_core6 = __commonJS((exports, module) => {
60
- module.exports = "./vulfram_core-wbr6x7wr.node";
60
+ module.exports = "./vulfram_core-5s1sjpnt.node";
61
61
  });
62
62
 
63
63
  // ../transport-types/src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulfram/transport-napi",
3
- "version": "0.21.2-alpha",
3
+ "version": "0.22.1-alpha",
4
4
  "type": "module",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",