fullstacked 0.12.2-1419 → 0.12.2-1421

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.
@@ -9,7 +9,7 @@ import { BridgeNode, initCallbackNode } from "./platform/node";
9
9
  import { BridgeWasm } from "./platform/wasm";
10
10
  import { BridgeWindows, initRespondWindows } from "./platform/windows";
11
11
  import { serializeArgs } from "./serialization";
12
- import { debug } from "../debug";
12
+ import debug from "../debug";
13
13
 
14
14
  if (debug) {
15
15
  console.log("Running DEBUG");
@@ -1,5 +1,5 @@
1
1
  import { SnackBar } from "./components/snackbar";
2
- import { debug } from "./debug";
2
+ import debug from "./debug";
3
3
 
4
4
  const coreMessageListeners = new Map<string, Set<(message: string) => void>>();
5
5
  export const addListener = (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fullstacked",
3
- "version": "0.12.2-1419",
3
+ "version": "0.12.2-1421",
4
4
  "scripts": {
5
5
  "build": "node build.js",
6
6
  "postbuild": "node build.js --binding",