@tsukilabs/nil-continent 0.1.40 → 0.1.41

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.
@@ -1,3 +1,6 @@
1
+ // Copyright (C) Call of Nil contributors
2
+ // SPDX-License-Identifier: AGPL-3.0-only
3
+
1
4
  /* tslint:disable */
2
5
  /* eslint-disable */
3
6
  export class Continent {
@@ -19,3 +22,4 @@ export class Coord {
19
22
  constructor(x: number, y: number);
20
23
  static type_size(): number;
21
24
  }
25
+
package/nil_continent.js CHANGED
@@ -1,5 +1,9 @@
1
+ // Copyright (C) Call of Nil contributors
2
+ // SPDX-License-Identifier: AGPL-3.0-only
3
+
1
4
  import * as wasm from "./nil_continent_bg.wasm";
2
5
  export * from "./nil_continent_bg.js";
3
6
  import { __wbg_set_wasm } from "./nil_continent_bg.js";
4
7
  __wbg_set_wasm(wasm);
5
8
  wasm.__wbindgen_start();
9
+
@@ -1,3 +1,6 @@
1
+ // Copyright (C) Call of Nil contributors
2
+ // SPDX-License-Identifier: AGPL-3.0-only
3
+
1
4
  let wasm;
2
5
  export function __wbg_set_wasm(val) {
3
6
  wasm = val;
@@ -177,3 +180,4 @@ export function __wbindgen_throw(arg0, arg1) {
177
180
  throw new Error(getStringFromWasm0(arg0, arg1));
178
181
  };
179
182
 
183
+
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.40",
8
+ "version": "0.1.41",
9
9
  "license": "AGPL-3.0-only",
10
10
  "repository": {
11
11
  "type": "git",