@grexx/grexxlinter 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -14793,7 +14793,7 @@ function isLintableYaml(text) {
14793
14793
  // src/cli.ts
14794
14794
  var PARALLEL_THRESHOLD = 200;
14795
14795
  var MAX_WORKERS = 8;
14796
- var VERSION = true ? "0.2.0" : "0.0.0-dev";
14796
+ var VERSION = true ? "0.2.1" : "0.0.0-dev";
14797
14797
  function isNewer(latest, current) {
14798
14798
  const a = latest.split(".").map(Number);
14799
14799
  const b = current.split(".").map(Number);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grexx/grexxlinter",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Lint Grexx Studio casetype YAML against the studio JSON Schemas.",
5
5
  "type": "module",
6
6
  "bin": {