@fluixi/ts-plugin 0.1.0-alpha.19 → 0.1.0-alpha.20

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2202,4 +2202,4 @@ function init(modules) {
2202
2202
  }
2203
2203
  module.exports = init;
2204
2204
  /*! @fluixi/template-parser v0.1.0-alpha.4 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2205
- /*! @fluixi/compiler v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2205
+ /*! @fluixi/compiler v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluixi/ts-plugin",
3
- "version": "0.1.0-alpha.19",
3
+ "version": "0.1.0-alpha.20",
4
4
  "license": "MIT",
5
5
  "author": "Ibrahima Touré",
6
6
  "private": false,
@@ -18,7 +18,7 @@
18
18
  "main": "./dist/index.js",
19
19
  "dependencies": {
20
20
  "@fluixi/template-parser": "0.1.0-alpha.4",
21
- "@fluixi/compiler": "1.0.0-alpha.85"
21
+ "@fluixi/compiler": "1.0.0-alpha.86"
22
22
  },
23
23
  "devDependencies": {
24
24
  "esbuild": "^0.24.0",