juxscript 1.1.136 → 1.1.137

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-13T17:20:09.076Z",
3
+ "generatedAt": "2026-02-13T17:29:37.469Z",
4
4
  "components": [
5
5
  {
6
6
  "file": "alert.js",
@@ -285,7 +285,7 @@ export class JuxCompiler {
285
285
  let viewCode = this.removeImports(v.content).replace(/^\s*export\s+default\s+.*$/gm, '');
286
286
  const asyncPrefix = viewCode.includes('await ') ? 'async ' : '';
287
287
 
288
- // Use sanitized name in function declaration
288
+ // Use sanitized name in function declaration
289
289
  entry += `\n${asyncPrefix}function ${functionName}() {\n${viewCode}\n}\n`;
290
290
  });
291
291
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.136",
3
+ "version": "1.1.137",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "index.js",