create-z3 0.0.16 → 0.0.17

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": "create-z3",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "type": "module",
5
5
  "description": "CLI for scaffolding Z3 Stack applications (TanStack/Next.js + Convex + Better Auth)",
6
6
  "bin": {
@@ -98,7 +98,7 @@ export default tseslint.config(
98
98
  "perfectionist/sort-named-imports": "warn",
99
99
  "perfectionist/sort-object-types": "warn",
100
100
  "perfectionist/sort-objects": [
101
- "off",
101
+ "warn",
102
102
  {
103
103
  customGroups: [
104
104
  {
@@ -38,11 +38,7 @@ export default function BetterAuthClientProvider({ children }: { children: React
38
38
  router.refresh()
39
39
  }}
40
40
  replace={router.replace}
41
- social={{
42
- providers: [
43
- // {{OAUTH_UI_PROVIDERS}}
44
- ],
45
- }}
41
+ // {{OAUTH_UI_PROVIDERS}}
46
42
  >
47
43
  {children}
48
44
  </AuthUIProvider>