qlue-ls 0.3.1 → 0.3.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.
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  Qlue-ls is available on [crate.io](https://crates.io/crates/qlue-ls):
17
17
 
18
18
  ```shell
19
- cargo install qlue-ls
19
+ cargo install --bin qlue-ls qlue-ls
20
20
  ```
21
21
 
22
22
  And on [PyPi](https://pypi.org/project/qlue-ls/):
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Ioannis Nezis <ioannis@nezis.de>"
6
6
  ],
7
7
  "description": "A formatter for SPARQL queries",
8
- "version": "0.3.1",
8
+ "version": "0.3.2",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls_bg.js CHANGED
@@ -169,11 +169,11 @@ export function format_raw(text) {
169
169
  }
170
170
 
171
171
  function __wbg_adapter_22(arg0, arg1, arg2) {
172
- wasm.closure235_externref_shim(arg0, arg1, arg2);
172
+ wasm.closure233_externref_shim(arg0, arg1, arg2);
173
173
  }
174
174
 
175
175
  function __wbg_adapter_52(arg0, arg1, arg2, arg3) {
176
- wasm.closure248_externref_shim(arg0, arg1, arg2, arg3);
176
+ wasm.closure246_externref_shim(arg0, arg1, arg2, arg3);
177
177
  }
178
178
 
179
179
  const ServerFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -345,7 +345,7 @@ export function __wbindgen_cb_drop(arg0) {
345
345
  };
346
346
 
347
347
  export function __wbindgen_closure_wrapper1068(arg0, arg1, arg2) {
348
- const ret = makeMutClosure(arg0, arg1, 236, __wbg_adapter_22);
348
+ const ret = makeMutClosure(arg0, arg1, 234, __wbg_adapter_22);
349
349
  return ret;
350
350
  };
351
351
 
package/qlue_ls_bg.wasm CHANGED
Binary file