juxscript 1.1.283 → 1.1.285

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.
@@ -121,7 +121,7 @@ export class JuxCompiler {
121
121
  wrappedContent = `export default async function() {\n${processedContent}\n}`;
122
122
  }
123
123
 
124
- views.push({ name, file: relativePath, content: wrappedContent, originalContent: content });towrappedContent: processedContent });
124
+ views.push({ name, file: relativePath, content: wrappedContent, originalContent: content, autowrappedContent: processedContent });
125
125
  }
126
126
  }
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.283",
3
+ "version": "1.1.285",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "./dist/lib/index.js",