@formata/stof 0.9.10 → 0.9.12

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/dist/doc.d.ts CHANGED
@@ -22,7 +22,7 @@ export declare function stofAsync(strings: TemplateStringsArray, ...values: unkn
22
22
  * Stof document.
23
23
  */
24
24
  export declare class StofDoc {
25
- static readonly VERSION = "0.9.10";
25
+ static readonly VERSION = "0.9.12";
26
26
  private static initialized?;
27
27
  private static wasmGate;
28
28
  stof: Stof;
package/dist/doc.js CHANGED
@@ -320,6 +320,6 @@ export class StofDoc {
320
320
  });
321
321
  }
322
322
  }
323
- StofDoc.VERSION = '0.9.10';
323
+ StofDoc.VERSION = '0.9.12';
324
324
  StofDoc.wasmGate = new WasmGate();
325
325
  //# sourceMappingURL=doc.js.map
package/dist/pkg/stof.js CHANGED
@@ -980,11 +980,6 @@ function __wbg_get_imports() {
980
980
  const ret = BigInt.asUintN(64, arg0);
981
981
  return ret;
982
982
  };
983
- imports.wbg.__wbindgen_cast_4f41d4709fd67779 = function(arg0, arg1) {
984
- // Cast intrinsic for `Closure(Closure { dtor_idx: 7056, function: Function { arguments: [Externref], shim_idx: 7057, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
985
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h72b14ab7db8750ca, wasm_bindgen__convert__closures_____invoke__h53d5cf04cab8438f);
986
- return ret;
987
- };
988
983
  imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
989
984
  // Cast intrinsic for `I64 -> Externref`.
990
985
  const ret = arg0;
@@ -1000,6 +995,11 @@ function __wbg_get_imports() {
1000
995
  const ret = arg0;
1001
996
  return ret;
1002
997
  };
998
+ imports.wbg.__wbindgen_cast_dc8325cc96db5211 = function(arg0, arg1) {
999
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 7044, function: Function { arguments: [Externref], shim_idx: 7045, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1000
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h72b14ab7db8750ca, wasm_bindgen__convert__closures_____invoke__h53d5cf04cab8438f);
1001
+ return ret;
1002
+ };
1003
1003
  imports.wbg.__wbindgen_init_externref_table = function() {
1004
1004
  const table = wasm.__wbindgen_externrefs;
1005
1005
  const offset = table.grow(4);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formata/stof",
3
- "version": "0.9.10",
3
+ "version": "0.9.12",
4
4
  "type": "module",
5
5
  "main": "./dist/doc.js",
6
6
  "types": "./dist/doc.d.ts",