nucleation 0.1.85 → 0.1.87

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.
@@ -225,11 +225,6 @@ function getArrayJsValueFromWasm0(ptr, len) {
225
225
  wasm.__externref_drop_slice(ptr, len);
226
226
  return result;
227
227
  }
228
-
229
- export function start() {
230
- wasm.start();
231
- }
232
-
233
228
  /**
234
229
  * @param {SchematicWrapper} schematic
235
230
  * @returns {string}
@@ -248,6 +243,10 @@ export function debug_schematic(schematic) {
248
243
  }
249
244
  }
250
245
 
246
+ export function start() {
247
+ wasm.start();
248
+ }
249
+
251
250
  /**
252
251
  * @param {SchematicWrapper} schematic
253
252
  * @returns {string}
package/nucleation.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
- export function start(): void;
4
3
  export function debug_schematic(schematic: SchematicWrapper): string;
4
+ export function start(): void;
5
5
  export function debug_json_schematic(schematic: SchematicWrapper): string;
6
6
  export class BlockPosition {
7
7
  free(): void;
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Nano nano@schem.at"
6
6
  ],
7
7
  "description": "A high-performance Minecraft schematic parser and utility library",
8
- "version": "0.1.85",
8
+ "version": "0.1.87",
9
9
  "license": "AGPL-3.0-only",
10
10
  "repository": {
11
11
  "type": "git",