create-fluxstack 1.17.0 → 1.17.1

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.
@@ -1,4 +1,4 @@
1
- import { Elysia } from "elysia"
1
+ import { Elysia, type AnyElysia } from "elysia"
2
2
  import type { FluxStackConfig, FluxStackContext } from "@core/types"
3
3
  import type { FluxStack, PluginContext, PluginUtils, PluginConfigSchema, PluginHook } from "@core/plugins/types"
4
4
  import { PluginRegistry } from "@core/plugins/registry"
@@ -666,7 +666,7 @@ export class FluxStackFramework {
666
666
  }
667
667
  }
668
668
 
669
- routes(routeModule: Elysia) {
669
+ routes(routeModule: AnyElysia) {
670
670
  this.app.use(routeModule)
671
671
  return this
672
672
  }
@@ -3,4 +3,4 @@
3
3
  * Single source of truth for version number
4
4
  * Auto-synced with package.json
5
5
  */
6
- export const FLUXSTACK_VERSION = '1.17.0'
6
+ export const FLUXSTACK_VERSION = '1.17.1'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fluxstack",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "description": "⚡ Revolutionary full-stack TypeScript framework with Declarative Config System, Elysia + React + Bun",
5
5
  "keywords": [
6
6
  "framework",