@vizejs/wasm 0.120.0 → 0.123.0

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/index.d.ts CHANGED
@@ -26,6 +26,10 @@ export interface CompilerOptions {
26
26
  outputMode?: "vdom" | "vapor";
27
27
  /** Whether the template contains TypeScript */
28
28
  isTs?: boolean;
29
+ /** Whether the template targets a custom renderer instead of the DOM. */
30
+ customRenderer?: boolean;
31
+ /** Enable Vue parser quirk compatibility for known edge cases. */
32
+ vueParserQuirks?: boolean;
29
33
  }
30
34
 
31
35
  /** Result of template compilation */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/wasm",
3
- "version": "0.120.0",
3
+ "version": "0.123.0",
4
4
  "description": "Vize WASM bindings for browser environments",
5
5
  "homepage": "https://github.com/ubugeeei/vize",
6
6
  "bugs": {
Binary file