@fluixi/babel-plugin-jsx 1.0.0-alpha.85 → 1.0.0-alpha.86

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/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @fluixi/babel-plugin-jsx v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/babel-plugin-jsx v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @fluixi/babel-plugin-jsx v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/babel-plugin-jsx v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/index.ts
4
4
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluixi/babel-plugin-jsx",
3
- "version": "1.0.0-alpha.85",
3
+ "version": "1.0.0-alpha.86",
4
4
  "description": "Compiles JSX into fine-grained reactive DOM calls for Fluixi — no virtual DOM.",
5
5
  "license": "MIT",
6
6
  "author": "Ibrahima Touré",
@@ -32,7 +32,7 @@
32
32
  "@babel/generator": "^7.29.1",
33
33
  "@babel/helper-plugin-utils": "^7.27.1",
34
34
  "@babel/preset-typescript": "^7.28.5",
35
- "@fluixi/compiler": "1.0.0-alpha.85"
35
+ "@fluixi/compiler": "1.0.0-alpha.86"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@bambiste/mix-builder": "^0.4.0",