@loworbitstudio/visor 1.4.0 → 1.5.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "0.4.0",
3
- "generated_at": "2026-06-02T00:22:18.375Z",
3
+ "generated_at": "2026-06-04T00:42:59.549Z",
4
4
  "components": {
5
5
  "accessibility-specimen": {
6
6
  "changeType": "current",
@@ -308,6 +308,12 @@
308
308
  "breakingChange": false,
309
309
  "migrationNote": null
310
310
  },
311
+ "key-value-list": {
312
+ "changeType": "current",
313
+ "files": [],
314
+ "breakingChange": false,
315
+ "migrationNote": null
316
+ },
311
317
  "label": {
312
318
  "changeType": "current",
313
319
  "files": [],
package/dist/index.js CHANGED
@@ -2751,6 +2751,7 @@ function themeValidateCommand(file, cwd, options) {
2751
2751
  logger.error("Validation failed. Fix the errors above before applying this theme.");
2752
2752
  process.exit(1);
2753
2753
  }
2754
+ process.exit(0);
2754
2755
  }
2755
2756
  function printIssue(issue) {
2756
2757
  const prefix = issue.severity === "error" ? pc3.red(" ERROR") : pc3.yellow(" WARN ");