juxscript 1.1.126 → 1.1.127

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
  "totalComponents": 69,
3
- "generatedAt": "2026-02-13T05:27:51.273Z",
3
+ "generatedAt": "2026-02-13T05:34:47.501Z",
4
4
  "components": [
5
5
  {
6
6
  "file": "alert.js",
@@ -565,6 +565,7 @@ document.addEventListener('click', (e) => {
565
565
  );
566
566
 
567
567
  console.log(' ✅ Generated index.html');
568
+ return { success: true, errors: [], warnings: validation.warnings };
568
569
  }
569
570
 
570
571
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.126",
3
+ "version": "1.1.127",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "index.js",