@grexx/grexxlinter 0.2.549 → 0.2.550

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 CHANGED
@@ -15055,7 +15055,7 @@ function isLintableYaml(text) {
15055
15055
  // src/cli.ts
15056
15056
  var PARALLEL_THRESHOLD = 200;
15057
15057
  var MAX_WORKERS = 8;
15058
- var VERSION = true ? "0.2.549" : "0.0.0-dev";
15058
+ var VERSION = true ? "0.2.550" : "0.0.0-dev";
15059
15059
  function isNewer(latest, current) {
15060
15060
  const a = latest.split(".").map(Number);
15061
15061
  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.549",
3
+ "version": "0.2.550",
4
4
  "description": "Lint Grexx Studio casetype YAML against the studio JSON Schemas.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -131,6 +131,20 @@
131
131
  "casetype"
132
132
  ]
133
133
  },
134
+ "plugin": {
135
+ "pluginLibrary": [
136
+ "pluginLibrary"
137
+ ],
138
+ "datasets": [
139
+ "dataset"
140
+ ],
141
+ "forms": [
142
+ "form"
143
+ ],
144
+ "views": [
145
+ "view"
146
+ ]
147
+ },
134
148
  "requestContext": {
135
149
  "securityProfile": [
136
150
  "securityProfile"