@tsukilabs/nil-continent 0.1.3 → 0.1.5

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.
@@ -26,4 +26,4 @@ export class Coord {
26
26
  constructor(x: number, y: number);
27
27
  static type_size(): number;
28
28
  }
29
-
29
+
package/nil_continent.js CHANGED
@@ -6,4 +6,4 @@ export * from "./nil_continent_bg.js";
6
6
  import { __wbg_set_wasm } from "./nil_continent_bg.js";
7
7
  __wbg_set_wasm(wasm);
8
8
  wasm.__wbindgen_start();
9
-
9
+
@@ -181,4 +181,4 @@ export function __wbindgen_init_externref_table() {
181
181
  table.set(offset + 2, true);
182
182
  table.set(offset + 3, false);
183
183
  };
184
-
184
+
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Andrew Ferreira <andrew.shien2@gmail.com>",
6
6
  "Danilo Soares <danilofs18@gmail.com>"
7
7
  ],
8
- "version": "0.1.3",
8
+ "version": "0.1.5",
9
9
  "license": "AGPL-3.0-only",
10
10
  "repository": {
11
11
  "type": "git",