@neondatabase/neon-js 0.1.0-beta.20 → 0.1.0-beta.21

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/index.mjs CHANGED
@@ -24,7 +24,7 @@ var NeonClient = class extends NeonPostgrestClient {
24
24
  //#endregion
25
25
  //#region package.json
26
26
  var name = "@neondatabase/neon-js";
27
- var version = "0.1.0-beta.19";
27
+ var version = "0.1.0-beta.20";
28
28
 
29
29
  //#endregion
30
30
  //#region src/utils/client-info.ts
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neondatabase/neon-js",
3
- "version": "0.1.0-beta.19",
3
+ "version": "0.1.0-beta.20",
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",
@@ -118,7 +118,7 @@
118
118
  "msw": "2.6.8"
119
119
  },
120
120
  "dependencies": {
121
- "@neondatabase/auth": "^0.1.0-beta.19",
121
+ "@neondatabase/auth": "^0.1.0-beta.20",
122
122
  "@neondatabase/postgrest-js": "^0.1.0-alpha.2",
123
123
  "@supabase/postgres-meta": "0.93.1",
124
124
  "meow": "14.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neondatabase/neon-js",
3
- "version": "0.1.0-beta.20",
3
+ "version": "0.1.0-beta.21",
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",
@@ -118,7 +118,7 @@
118
118
  "msw": "2.6.8"
119
119
  },
120
120
  "dependencies": {
121
- "@neondatabase/auth": "0.1.0-beta.19",
121
+ "@neondatabase/auth": "0.1.0-beta.20",
122
122
  "@neondatabase/postgrest-js": "0.1.0-alpha.2",
123
123
  "@supabase/postgres-meta": "0.93.1",
124
124
  "meow": "14.0.0",