@biomejs/wasm-web 2.4.3 → 2.4.4

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/biome_wasm.d.ts CHANGED
@@ -8557,6 +8557,10 @@ type EmbeddingKind =
8557
8557
  }
8558
8558
  | {
8559
8559
  Vue: {
8560
+ /**
8561
+ * Whether this is a v-on event handler (e.g., @click="handler")
8562
+ */
8563
+ event_handler: boolean;
8560
8564
  /**
8561
8565
  * Where the bindings are defined
8562
8566
  */
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Biome Developers and Contributors"
6
6
  ],
7
7
  "description": "WebAssembly bindings to the Biome workspace API",
8
- "version": "2.4.3",
8
+ "version": "2.4.4",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",