create-web-kit 25.829.1040 → 25.909.1654

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.
@@ -77,7 +77,6 @@ export default function RootLayout({
77
77
  strategy="beforeInteractive"
78
78
  />
79
79
  )}
80
- {/* eslint-disable-next-line @next/next/no-before-interactive-script-outside-document */}
81
80
  <script
82
81
  dangerouslySetInnerHTML={{
83
82
  __html: `
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
 
3
3
  import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
4
- import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
4
+ // import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
5
5
  import { useState } from "react";
6
6
 
7
7
  export function QueryProvider({ children }: { children: React.ReactNode }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-web-kit",
3
- "version": "25.0829.1040",
3
+ "version": "25.0909.1654",
4
4
  "description": "A powerful scaffolding tool for creating modern frontend projects with Vue, Next.js, and Electron templates",
5
5
  "type": "module",
6
6
  "bin": {