virtual-machine 0.2.0 → 0.2.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.
package/native/index.d.ts CHANGED
@@ -59,3 +59,6 @@ export declare class WebTransportClient {
59
59
  /** Shut down the connection and cleanup. */
60
60
  shutdown(): void
61
61
  }
62
+
63
+
64
+
package/native/index.mjs CHANGED
@@ -8,3 +8,6 @@ const native = require('./index.js');
8
8
  export const { ConnectionStatus, WebTransportClient } = native;
9
9
 
10
10
 
11
+
12
+
13
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "virtual-machine",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "RISCV Virtual Machine with WASM and Node.js native support",
5
5
  "bin": "build/cli.js",
6
6
  "publishConfig": {