math-core 0.2.0 → 0.2.2

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.
@@ -312,7 +312,7 @@ export function __wbg_latexerror_new(arg0) {
312
312
  return ret;
313
313
  };
314
314
 
315
- export function __wbg_macros_f77df81fd3cdf2b1(arg0) {
315
+ export function __wbg_macros_3380c47e0edc8e5c(arg0) {
316
316
  const ret = arg0.macros;
317
317
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
318
318
  };
@@ -322,7 +322,7 @@ export function __wbg_next_020810e0ae8ebcb0() { return handleError(function (arg
322
322
  return ret;
323
323
  }, arguments) };
324
324
 
325
- export function __wbg_prettyPrint_efae38397ba4eb91(arg0, arg1) {
325
+ export function __wbg_prettyPrint_ec45c2f58e4177d3(arg0, arg1) {
326
326
  const ret = arg1.prettyPrint;
327
327
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
328
328
  var len1 = WASM_VECTOR_LEN;
@@ -335,7 +335,7 @@ export function __wbg_size_252e34f77ca59a74(arg0) {
335
335
  return ret;
336
336
  };
337
337
 
338
- export function __wbg_throwOnError_98d85a050ea766f7(arg0) {
338
+ export function __wbg_throwOnError_32ac5d7046717964(arg0) {
339
339
  const ret = arg0.throwOnError;
340
340
  return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
341
341
  };
@@ -345,7 +345,7 @@ export function __wbg_value_692627309814bb8c(arg0) {
345
345
  return ret;
346
346
  };
347
347
 
348
- export function __wbg_xmlNamespace_1292c444f8ceba75(arg0) {
348
+ export function __wbg_xmlNamespace_3f74e05796c7263f(arg0) {
349
349
  const ret = arg0.xmlNamespace;
350
350
  return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
351
351
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-core",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Convert LaTeX to MathML Core",
5
5
  "homepage": "https://github.com/tmke8/math-core#readme",
6
6
  "bugs": {