juxscript 1.0.55 → 1.0.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "lib/jux.js",
@@ -85,6 +85,6 @@ jux.paragraph('counter')
85
85
  // ═══════════════════════════════════════════════════════════════════
86
86
 
87
87
  jux.paragraph('footer-text')
88
- .text('© 2026 JUX Platform')
88
+ .text('© 2026 JUX Authoring Framework')
89
89
  .style('color: var(--color-text-tertiary);')
90
90
  .render('#appfooter-content');