@loworbitstudio/visor 1.4.0 → 1.5.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.
- package/dist/CHANGELOG.json +7 -1
- package/dist/index.js +1 -0
- package/dist/registry.json +88 -81
- package/dist/visor-manifest.json +260 -53
- package/package.json +2 -2
package/dist/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "0.4.0",
|
|
3
|
-
"generated_at": "2026-06-
|
|
3
|
+
"generated_at": "2026-06-04T02:06:36.190Z",
|
|
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 ");
|