@astral-sh/ruff-wasm-bundler 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_bg.js CHANGED
@@ -590,6 +590,11 @@ export function __wbg_next_3de8f2669431a3ff(arg0) {
590
590
  return ret;
591
591
  };
592
592
 
593
+ export function __wbg_now_e3057dd824ca0191() {
594
+ const ret = Date.now();
595
+ return ret;
596
+ };
597
+
593
598
  export function __wbg_prototypesetcall_c5f74efd31aea86b(arg0, arg1, arg2) {
594
599
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
595
600
  };
package/ruff_wasm_bg.wasm CHANGED
Binary file