@neondatabase/neon-js 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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neondatabase/neon-js",
3
- "version": "0.1.0-beta.6",
3
+ "version": "0.1.0-beta.8",
4
4
  "description": "TypeScript SDK for Neon Auth and Data API - authentication and PostgreSQL querying",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -114,7 +114,7 @@
114
114
  },
115
115
  "dependencies": {
116
116
  "@neondatabase/postgrest-js": "^0.1.0-alpha.1",
117
- "@neondatabase/auth": "^0.1.0-beta.7",
117
+ "@neondatabase/auth": "^0.1.0-beta.9",
118
118
  "@supabase/postgres-meta": "0.93.1",
119
119
  "meow": "14.0.0",
120
120
  "zod": "4.1.12"
@@ -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/neon-js",
3
- "version": "0.1.0-beta.7",
3
+ "version": "0.1.0-beta.9",
4
4
  "description": "TypeScript SDK for Neon Auth and Data API - authentication and PostgreSQL querying",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -114,7 +114,7 @@
114
114
  },
115
115
  "dependencies": {
116
116
  "@neondatabase/postgrest-js": "0.1.0-alpha.1",
117
- "@neondatabase/auth": "0.1.0-beta.7",
117
+ "@neondatabase/auth": "0.1.0-beta.9",
118
118
  "@supabase/postgres-meta": "0.93.1",
119
119
  "meow": "14.0.0",
120
120
  "zod": "4.1.12"