@neondatabase/neon-js 0.1.0-beta.5 → 0.1.0-beta.6
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@neondatabase/auth/types";
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neondatabase/neon-js",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.5",
|
|
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",
|
|
@@ -51,6 +51,10 @@
|
|
|
51
51
|
"types": "./dist/auth/index.d.mts",
|
|
52
52
|
"default": "./dist/auth/index.mjs"
|
|
53
53
|
},
|
|
54
|
+
"./auth/types": {
|
|
55
|
+
"types": "./dist/auth/types/index.d.mts",
|
|
56
|
+
"default": "./dist/auth/types/index.mjs"
|
|
57
|
+
},
|
|
54
58
|
"./auth/react": {
|
|
55
59
|
"types": "./dist/auth/react/index.d.mts",
|
|
56
60
|
"default": "./dist/auth/react/index.mjs"
|
|
@@ -110,7 +114,7 @@
|
|
|
110
114
|
},
|
|
111
115
|
"dependencies": {
|
|
112
116
|
"@neondatabase/postgrest-js": "^0.1.0-alpha.1",
|
|
113
|
-
"@neondatabase/auth": "^0.1.0-beta.
|
|
117
|
+
"@neondatabase/auth": "^0.1.0-beta.6",
|
|
114
118
|
"@supabase/postgres-meta": "0.93.1",
|
|
115
119
|
"meow": "14.0.0",
|
|
116
120
|
"zod": "4.1.12"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neondatabase/neon-js",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.6",
|
|
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",
|
|
@@ -51,6 +51,10 @@
|
|
|
51
51
|
"types": "./dist/auth/index.d.mts",
|
|
52
52
|
"default": "./dist/auth/index.mjs"
|
|
53
53
|
},
|
|
54
|
+
"./auth/types": {
|
|
55
|
+
"types": "./dist/auth/types/index.d.mts",
|
|
56
|
+
"default": "./dist/auth/types/index.mjs"
|
|
57
|
+
},
|
|
54
58
|
"./auth/react": {
|
|
55
59
|
"types": "./dist/auth/react/index.d.mts",
|
|
56
60
|
"default": "./dist/auth/react/index.mjs"
|
|
@@ -110,7 +114,7 @@
|
|
|
110
114
|
},
|
|
111
115
|
"dependencies": {
|
|
112
116
|
"@neondatabase/postgrest-js": "0.1.0-alpha.1",
|
|
113
|
-
"@neondatabase/auth": "0.1.0-beta.
|
|
117
|
+
"@neondatabase/auth": "0.1.0-beta.6",
|
|
114
118
|
"@supabase/postgres-meta": "0.93.1",
|
|
115
119
|
"meow": "14.0.0",
|
|
116
120
|
"zod": "4.1.12"
|