@astral-sh/ruff-wasm-nodejs 0.14.0 → 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
@@ -4,7 +4,7 @@
4
4
  "Charlie Marsh <charlie.r.marsh@gmail.com>"
5
5
  ],
6
6
  "description": "WebAssembly bindings for Ruff",
7
- "version": "0.14.0",
7
+ "version": "0.14.1",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
package/ruff_wasm.js CHANGED
@@ -579,6 +579,11 @@ module.exports.__wbg_next_3de8f2669431a3ff = function(arg0) {
579
579
  return ret;
580
580
  };
581
581
 
582
+ module.exports.__wbg_now_e3057dd824ca0191 = function() {
583
+ const ret = Date.now();
584
+ return ret;
585
+ };
586
+
582
587
  module.exports.__wbg_prototypesetcall_c5f74efd31aea86b = function(arg0, arg1, arg2) {
583
588
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
584
589
  };
package/ruff_wasm_bg.wasm CHANGED
Binary file