@fluixi/ts-plugin 0.1.0-alpha.12 → 0.1.0-alpha.13

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
@@ -516,7 +516,7 @@ var u2 = ["Router", "Outlet", "Redirect", "Link"];
516
516
  var p2 = [...s, ...i, ...u2];
517
517
  var a = /* @__PURE__ */ new Set([...s, ...i]);
518
518
  function l(o = {}) {
519
- let { controlFlowModule: e = "@fluixi/dom", coreModule: r = "@fluixi/core", routerModule: c = "@fluixi/core/router-next" } = o, n = {};
519
+ let { controlFlowModule: e = "@fluixi/dom", coreModule: r = "fluixi", routerModule: c = "fluixi/router" } = o, n = {};
520
520
  for (let t of s) n[t] = e;
521
521
  for (let t of i) n[t] = r;
522
522
  for (let t of u2) n[t] = c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluixi/ts-plugin",
3
- "version": "0.1.0-alpha.12",
3
+ "version": "0.1.0-alpha.13",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -17,7 +17,7 @@
17
17
  "main": "./dist/index.js",
18
18
  "dependencies": {
19
19
  "@fluixi/template-parser": "0.1.0-alpha.4",
20
- "@fluixi/compiler": "1.0.0-alpha.78"
20
+ "@fluixi/compiler": "1.0.0-alpha.79"
21
21
  },
22
22
  "devDependencies": {
23
23
  "esbuild": "^0.24.0",