@neondatabase/auth 0.1.0-beta.7 → 0.1.0-beta.9

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.
@@ -1,3 +1,6 @@
1
1
  /* Tailwind-ready CSS for consumers WITH Tailwind */
2
2
  /* Import this AFTER @import 'tailwindcss' in your CSS */
3
3
  @import './theme.css';
4
+
5
+ /* Safelist: All Tailwind classes used by better-auth-ui components */
6
+ @source "./.safelist.html";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neondatabase/auth",
3
- "version": "0.1.0-beta.7",
3
+ "version": "0.1.0-beta.9",
4
4
  "description": "TypeScript SDK for Neon Auth - authentication for PostgreSQL with multiple adapter support",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -106,7 +106,7 @@
106
106
  "better-auth": "1.4.6",
107
107
  "zod": "4.1.12",
108
108
  "jose": "6.1.2",
109
- "@neondatabase/auth-ui": "0.1.0-alpha.4"
109
+ "@neondatabase/auth-ui": "0.1.0-alpha.6"
110
110
  },
111
111
  "peerDependencies": {
112
112
  "react": ">=18.0.0",