@multisystemsuite/create-mf-app 1.0.17 → 1.0.18

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 +1 -1
package/dist/index.js CHANGED
@@ -7941,7 +7941,7 @@ export function clearQueryCache(client: QueryClient): void {
7941
7941
  client.clear();
7942
7942
  }
7943
7943
  `;
7944
- const providerBody = `import React, { type ReactNode } from "react";
7944
+ const providerBody = `import { type ReactNode } from "react";
7945
7945
  import { QueryClientProvider } from "@tanstack/react-query";
7946
7946
  import { createAppQueryClient } from "./index";
7947
7947
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multisystemsuite/create-mf-app",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Production-ready TypeScript CLI to scaffold enterprise microfrontend apps with React, Vite and Module Federation.",
5
5
  "license": "MIT",
6
6
  "keywords": [