@astral-sh/ruff-wasm-web 0.13.3 → 0.14.1

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Charlie Marsh <charlie.r.marsh@gmail.com>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for Ruff",
8
- "version": "0.13.3",
8
+ "version": "0.14.1",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
package/ruff_wasm.js CHANGED
@@ -587,6 +587,10 @@ function __wbg_get_imports() {
587
587
  const ret = arg0.next;
588
588
  return ret;
589
589
  };
590
+ imports.wbg.__wbg_now_e3057dd824ca0191 = function() {
591
+ const ret = Date.now();
592
+ return ret;
593
+ };
590
594
  imports.wbg.__wbg_prototypesetcall_c5f74efd31aea86b = function(arg0, arg1, arg2) {
591
595
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
592
596
  };
package/ruff_wasm_bg.wasm CHANGED
Binary file