@grexx/grexxlinter 0.2.1222 → 0.2.1295
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
|
@@ -15124,7 +15124,7 @@ function toJSOrError(doc) {
|
|
|
15124
15124
|
// src/cli.ts
|
|
15125
15125
|
var PARALLEL_THRESHOLD = 200;
|
|
15126
15126
|
var MAX_WORKERS = 8;
|
|
15127
|
-
var VERSION = true ? "0.2.
|
|
15127
|
+
var VERSION = true ? "0.2.1295" : "0.0.0-dev";
|
|
15128
15128
|
function isNewer(latest, current) {
|
|
15129
15129
|
const a = latest.split(".").map(Number);
|
|
15130
15130
|
const b = current.split(".").map(Number);
|