@fluixi/core 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.
Files changed (39) hide show
  1. package/dist/cdn/core.global.js +2 -2
  2. package/dist/src/cdn/core.cjs +1 -1
  3. package/dist/src/cdn/core.mjs +1 -1
  4. package/dist/src/index.cjs +2 -2
  5. package/dist/src/index.mjs +2 -2
  6. package/dist/src/lib/client/{chunk-7IUN2FLI.mjs → chunk-TSPAMV2Z.mjs} +1 -1
  7. package/dist/src/lib/client/index.cjs +2 -2
  8. package/dist/src/lib/client/index.mjs +4 -4
  9. package/dist/src/lib/client/{router-NOFEMOEH.mjs → router-5XQ75CW2.mjs} +2 -2
  10. package/dist/src/lib/core.cjs +1 -1
  11. package/dist/src/lib/core.mjs +1 -1
  12. package/dist/src/lib/i18n/index.cjs +1 -1
  13. package/dist/src/lib/i18n/index.mjs +1 -1
  14. package/dist/src/lib/index.cjs +1 -1
  15. package/dist/src/lib/index.mjs +1 -1
  16. package/dist/src/lib/jsx-runtime/index.cjs +1 -1
  17. package/dist/src/lib/jsx-runtime/index.mjs +1 -1
  18. package/dist/src/lib/jsx-runtime/jsx-dev-runtime.cjs +1 -1
  19. package/dist/src/lib/jsx-runtime/jsx-dev-runtime.mjs +1 -1
  20. package/dist/src/lib/plugins/index.cjs +1 -1
  21. package/dist/src/lib/plugins/index.mjs +1 -1
  22. package/dist/src/lib/render/index.cjs +1 -1
  23. package/dist/src/lib/render/index.mjs +1 -1
  24. package/dist/src/lib/render/versions.cjs +1 -1
  25. package/dist/src/lib/render/versions.mjs +1 -1
  26. package/dist/src/lib/router/index.cjs +1 -1
  27. package/dist/src/lib/router/index.mjs +1 -1
  28. package/dist/src/lib/server/index.cjs +1 -1
  29. package/dist/src/lib/server/index.mjs +1 -1
  30. package/dist/src/routes.cjs +1 -1
  31. package/dist/src/routes.mjs +1 -1
  32. package/dist/src/utils.cjs +1 -1
  33. package/dist/src/utils.mjs +1 -1
  34. package/dist/src/version.generated.cjs +1 -1
  35. package/dist/src/version.generated.d.ts +1 -1
  36. package/dist/src/version.generated.js +1 -1
  37. package/dist/src/version.generated.mjs +1 -1
  38. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  39. package/package.json +11 -11
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/lib/server/hydration.ts
4
4
  import { isServer as domIsServer } from "@fluixi/dom";
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -781,7 +781,7 @@ var import_dom13 = require("@fluixi/dom");
781
781
  var import_dom = require("@fluixi/dom");
782
782
 
783
783
  // src/version.generated.ts
784
- var VERSION = "1.0.0-alpha.85";
784
+ var VERSION = "1.0.0-alpha.86";
785
785
 
786
786
  // src/lib/render/versions.ts
787
787
  var import_dom2 = require("@fluixi/dom");
@@ -1,9 +1,9 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  import {
3
3
  cleanupHydration,
4
4
  deserializeHydrationData,
5
5
  setHydrating
6
- } from "./chunk-7IUN2FLI.mjs";
6
+ } from "./chunk-TSPAMV2Z.mjs";
7
7
 
8
8
  // src/lib/client/index.ts
9
9
  import {
@@ -15,7 +15,7 @@ import {
15
15
  import { registerCoreVersion } from "@fluixi/dom";
16
16
 
17
17
  // src/version.generated.ts
18
- var VERSION = "1.0.0-alpha.85";
18
+ var VERSION = "1.0.0-alpha.86";
19
19
 
20
20
  // src/lib/render/versions.ts
21
21
  import { stampVersions, warnOnVersionSkew, versions } from "@fluixi/dom";
@@ -183,7 +183,7 @@ async function startClient(App, options = {}) {
183
183
  stripHeadMarker(container);
184
184
  if (shouldHydrate) {
185
185
  if (options.routes && options.routes.length) {
186
- const { preloadRoutes } = await import("./router-NOFEMOEH.mjs");
186
+ const { preloadRoutes } = await import("./router-5XQ75CW2.mjs");
187
187
  await preloadRoutes(options.routes, window.location.pathname);
188
188
  }
189
189
  deserializeHydrationData();
@@ -1,11 +1,11 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  import {
3
3
  getHydrationData,
4
4
  isHydrating,
5
5
  isServerEnvironment,
6
6
  lazy,
7
7
  setHydrationData
8
- } from "./chunk-7IUN2FLI.mjs";
8
+ } from "./chunk-TSPAMV2Z.mjs";
9
9
 
10
10
  // src/lib/router/index.ts
11
11
  import {
@@ -150,7 +150,7 @@ var import_signal6 = require("@fluixi/reactive/signal");
150
150
  var import_dom = require("@fluixi/dom");
151
151
 
152
152
  // src/version.generated.ts
153
- var VERSION = "1.0.0-alpha.85";
153
+ var VERSION = "1.0.0-alpha.86";
154
154
 
155
155
  // src/lib/render/versions.ts
156
156
  var import_dom2 = require("@fluixi/dom");
@@ -38,7 +38,7 @@ import { createRoot as createRoot2 } from "@fluixi/reactive/signal";
38
38
  import { registerCoreVersion } from "@fluixi/dom";
39
39
 
40
40
  // src/version.generated.ts
41
- var VERSION = "1.0.0-alpha.85";
41
+ var VERSION = "1.0.0-alpha.86";
42
42
 
43
43
  // src/lib/render/versions.ts
44
44
  import { stampVersions, warnOnVersionSkew, versions } from "@fluixi/dom";
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/lib/i18n/index.ts
4
4
  import { createSignal } from "@fluixi/reactive/signal";
@@ -116,7 +116,7 @@ var import_signal6 = require("@fluixi/reactive/signal");
116
116
  var import_dom = require("@fluixi/dom");
117
117
 
118
118
  // src/version.generated.ts
119
- var VERSION = "1.0.0-alpha.85";
119
+ var VERSION = "1.0.0-alpha.86";
120
120
 
121
121
  // src/lib/render/versions.ts
122
122
  var import_dom2 = require("@fluixi/dom");
@@ -44,7 +44,7 @@ import { createRoot as createRoot2 } from "@fluixi/reactive/signal";
44
44
  import { registerCoreVersion } from "@fluixi/dom";
45
45
 
46
46
  // src/version.generated.ts
47
- var VERSION = "1.0.0-alpha.85";
47
+ var VERSION = "1.0.0-alpha.86";
48
48
 
49
49
  // src/lib/render/versions.ts
50
50
  import { stampVersions, warnOnVersionSkew, versions } from "@fluixi/dom";
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/lib/jsx-runtime/index.ts
4
4
  export * from "@fluixi/jsx/jsx-runtime";
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/lib/jsx-runtime/jsx-dev-runtime.ts
4
4
  export * from "@fluixi/jsx/jsx-dev-runtime";
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core 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;
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/lib/plugins/vite.ts
4
4
  import { fluixi, createVitePlugin } from "@fluixi/vite-plugin";
@@ -63,7 +63,7 @@ var import_signal6 = require("@fluixi/reactive/signal");
63
63
  var import_dom = require("@fluixi/dom");
64
64
 
65
65
  // src/version.generated.ts
66
- var VERSION = "1.0.0-alpha.85";
66
+ var VERSION = "1.0.0-alpha.86";
67
67
 
68
68
  // src/lib/render/versions.ts
69
69
  var import_dom2 = require("@fluixi/dom");
@@ -6,7 +6,7 @@ import { createRoot as createRoot2 } from "@fluixi/reactive/signal";
6
6
  import { registerCoreVersion } from "@fluixi/dom";
7
7
 
8
8
  // src/version.generated.ts
9
- var VERSION = "1.0.0-alpha.85";
9
+ var VERSION = "1.0.0-alpha.86";
10
10
 
11
11
  // src/lib/render/versions.ts
12
12
  import { stampVersions, warnOnVersionSkew, versions } from "@fluixi/dom";
@@ -28,7 +28,7 @@ module.exports = __toCommonJS(versions_exports);
28
28
  var import_dom = require("@fluixi/dom");
29
29
 
30
30
  // src/version.generated.ts
31
- var VERSION = "1.0.0-alpha.85";
31
+ var VERSION = "1.0.0-alpha.86";
32
32
 
33
33
  // src/lib/render/versions.ts
34
34
  var import_dom2 = require("@fluixi/dom");
@@ -2,7 +2,7 @@
2
2
  import { registerCoreVersion } from "@fluixi/dom";
3
3
 
4
4
  // src/version.generated.ts
5
- var VERSION = "1.0.0-alpha.85";
5
+ var VERSION = "1.0.0-alpha.86";
6
6
 
7
7
  // src/lib/render/versions.ts
8
8
  import { stampVersions, warnOnVersionSkew, versions } from "@fluixi/dom";
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/lib/router/index.ts
4
4
  import {
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/lib/server/hydration.ts
4
4
  import { isServer as domIsServer } from "@fluixi/dom";
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/routes.ts
4
4
  function missingPlugin() {
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- /*! @fluixi/core v1.0.0-alpha.85 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
1
+ /*! @fluixi/core v1.0.0-alpha.86 | (c) 2026 Ibrahima Touré and Fluixi contributors | MIT */
2
2
 
3
3
  // src/utils.ts
4
4
  export * from "@fluixi/utils";
@@ -23,4 +23,4 @@ __export(version_generated_exports, {
23
23
  VERSION: () => VERSION
24
24
  });
25
25
  module.exports = __toCommonJS(version_generated_exports);
26
- var VERSION = "1.0.0-alpha.85";
26
+ var VERSION = "1.0.0-alpha.86";
@@ -1,3 +1,3 @@
1
1
  /** The published version of @fluixi/core that this build came from. */
2
- export declare const VERSION = "1.0.0-alpha.85";
2
+ export declare const VERSION = "1.0.0-alpha.86";
3
3
  //# sourceMappingURL=version.generated.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // GENERATED by scripts/gen-version.mjs. Do not edit.
2
2
  /** The published version of @fluixi/core that this build came from. */
3
- export const VERSION = '1.0.0-alpha.85';
3
+ export const VERSION = '1.0.0-alpha.86';
@@ -1,5 +1,5 @@
1
1
  // src/version.generated.ts
2
- var VERSION = "1.0.0-alpha.85";
2
+ var VERSION = "1.0.0-alpha.86";
3
3
  export {
4
4
  VERSION
5
5
  };