create-fluxstack 1.21.0 → 1.21.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.
@@ -206,7 +206,7 @@ function App() {
206
206
 
207
207
  return (
208
208
  <LiveComponentsProvider
209
- url={wsUrl}
209
+ //url={wsUrl}
210
210
  autoConnect={true}
211
211
  reconnectInterval={1000}
212
212
  maxReconnectAttempts={5}
@@ -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.21.0'
6
+ export const FLUXSTACK_VERSION = '1.21.1'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fluxstack",
3
- "version": "1.21.0",
3
+ "version": "1.21.1",
4
4
  "description": "⚡ Revolutionary full-stack TypeScript framework with Declarative Config System, Elysia + React + Bun",
5
5
  "keywords": [
6
6
  "framework",
@@ -78,10 +78,10 @@
78
78
  "@elysiajs/eden": "^1.3.2",
79
79
  "@elysiajs/swagger": "^1.3.1",
80
80
  "@fluxstack/config": "^1.0.0",
81
- "@fluxstack/live": "^0.8.0",
82
- "@fluxstack/live-client": "^0.8.0",
83
- "@fluxstack/live-elysia": "^0.7.1",
84
- "@fluxstack/live-react": "^0.8.0",
81
+ "@fluxstack/live": "^1.0.0",
82
+ "@fluxstack/live-client": "^0.9.1",
83
+ "@fluxstack/live-elysia": "^0.9.1",
84
+ "@fluxstack/live-react": "^0.9.1",
85
85
  "@fluxstack/plugin-kit": "^0.4.0",
86
86
  "@fluxstack/plugin-crypto-auth": "^1.0.0",
87
87
  "@fluxstack/plugin-csrf-protection": "^1.1.0",