@grexx/grexxlinter 0.2.1118 → 0.2.1146
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
|
@@ -15113,7 +15113,7 @@ function isLintableYaml(text) {
|
|
|
15113
15113
|
// src/cli.ts
|
|
15114
15114
|
var PARALLEL_THRESHOLD = 200;
|
|
15115
15115
|
var MAX_WORKERS = 8;
|
|
15116
|
-
var VERSION = true ? "0.2.
|
|
15116
|
+
var VERSION = true ? "0.2.1146" : "0.0.0-dev";
|
|
15117
15117
|
function isNewer(latest, current) {
|
|
15118
15118
|
const a = latest.split(".").map(Number);
|
|
15119
15119
|
const b = current.split(".").map(Number);
|