@tombi-toml/wasm-lib 1.3.5 → 1.4.0

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "ya7010 <ya7010@outlook.com>"
6
6
  ],
7
7
  "description": "Tombi formatter, linter, and language server for WebAssembly",
8
- "version": "1.3.5",
8
+ "version": "1.4.0",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -768,8 +768,8 @@ function __wbg_get_imports() {
768
768
  const ret = false;
769
769
  return ret;
770
770
  };
771
- imports.wbg.__wbindgen_closure_wrapper8065 = function(arg0, arg1, arg2) {
772
- const ret = makeMutClosure(arg0, arg1, 2764, __wbg_adapter_50);
771
+ imports.wbg.__wbindgen_closure_wrapper8096 = function(arg0, arg1, arg2) {
772
+ const ret = makeMutClosure(arg0, arg1, 2787, __wbg_adapter_50);
773
773
  return addHeapObject(ret);
774
774
  };
775
775
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tombi-toml/wasm-lib",
3
- "version": "1.3.5",
3
+ "version": "1.4.0",
4
4
  "description": "Tombi formatter and linter for WebAssembly",
5
5
  "repository": {
6
6
  "type": "git",