@grexx/grexxlinter 0.2.1621 → 0.2.2001
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/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -15248,7 +15248,7 @@ function toJSOrError(doc) {
|
|
|
15248
15248
|
// src/cli.ts
|
|
15249
15249
|
var PARALLEL_THRESHOLD = 200;
|
|
15250
15250
|
var MAX_WORKERS = 8;
|
|
15251
|
-
var VERSION = "0.2.
|
|
15251
|
+
var VERSION = "0.2.2001";
|
|
15252
15252
|
function isNewer(latest, current) {
|
|
15253
15253
|
const a = latest.split(".").map(Number);
|
|
15254
15254
|
const b = current.split(".").map(Number);
|