@vizejs/native 0.318.0 → 0.321.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.
Files changed (2) hide show
  1. package/index.d.ts +5 -0
  2. package/package.json +9 -9
package/index.d.ts CHANGED
@@ -580,6 +580,11 @@ export interface JsxCompileOptionsNapi {
580
580
  * Per-component `"use vue:vapor"` / `"use vue:vdom"` directives override it.
581
581
  */
582
582
  jsxMode?: string;
583
+ /**
584
+ * JSX semantics: `"native"` (default) or `"babel"`. Babel compatibility is
585
+ * only defined for VDOM output.
586
+ */
587
+ jsxCompat?: "native" | "babel";
583
588
  /**
584
589
  * Legacy default-mode toggle: `true` compiles components to Vapor, `false`
585
590
  * (default) to VDOM. Kept for back-compat; prefer `jsxMode`. Ignored when
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/native",
3
- "version": "0.318.0",
3
+ "version": "0.321.0",
4
4
  "description": "High-performance Vue.js compiler - Native bindings",
5
5
  "keywords": [
6
6
  "compiler",
@@ -35,14 +35,14 @@
35
35
  "@napi-rs/cli": "3.6.2"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@vizejs/native-darwin-arm64": "0.318.0",
39
- "@vizejs/native-darwin-x64": "0.318.0",
40
- "@vizejs/native-linux-arm64-gnu": "0.318.0",
41
- "@vizejs/native-linux-arm64-musl": "0.318.0",
42
- "@vizejs/native-linux-x64-gnu": "0.318.0",
43
- "@vizejs/native-linux-x64-musl": "0.318.0",
44
- "@vizejs/native-win32-arm64-msvc": "0.318.0",
45
- "@vizejs/native-win32-x64-msvc": "0.318.0"
38
+ "@vizejs/native-darwin-arm64": "0.321.0",
39
+ "@vizejs/native-darwin-x64": "0.321.0",
40
+ "@vizejs/native-linux-arm64-gnu": "0.321.0",
41
+ "@vizejs/native-linux-arm64-musl": "0.321.0",
42
+ "@vizejs/native-linux-x64-gnu": "0.321.0",
43
+ "@vizejs/native-linux-x64-musl": "0.321.0",
44
+ "@vizejs/native-win32-arm64-msvc": "0.321.0",
45
+ "@vizejs/native-win32-x64-msvc": "0.321.0"
46
46
  },
47
47
  "napi": {
48
48
  "binaryName": "vize-vitrine",