@idealyst/cli 1.0.26 → 1.0.27

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idealyst/cli",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "CLI tool for generating Idealyst Framework projects",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -57,7 +57,7 @@ function App() {
57
57
  return (
58
58
  <trpc.Provider client={trpcClient} queryClient={queryClient}>
59
59
  <QueryClientProvider client={queryClient}>
60
- {/* Your app components */}
60
+ // Your app components
61
61
  </QueryClientProvider>
62
62
  </trpc.Provider>
63
63
  );
@@ -55,7 +55,7 @@ function App() {
55
55
  return (
56
56
  <trpc.Provider client={trpcClient} queryClient={queryClient}>
57
57
  <QueryClientProvider client={queryClient}>
58
- {/* Your app components */}
58
+ // Your app components
59
59
  </QueryClientProvider>
60
60
  </trpc.Provider>
61
61
  );