@supabase/postgrest-js 2.75.1-canary.2 → 2.75.1-canary.4

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/README.md CHANGED
@@ -1,13 +1,34 @@
1
- # `postgrest-js`
2
-
3
- [![Build](https://github.com/supabase/postgrest-js/workflows/CI/badge.svg)](https://github.com/supabase/postgrest-js/actions?query=branch%3Amaster)
1
+ <br />
2
+ <p align="center">
3
+ <a href="https://supabase.io">
4
+ <picture>
5
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/supabase/supabase/master/packages/common/assets/images/supabase-logo-wordmark--dark.svg">
6
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/supabase/supabase/master/packages/common/assets/images/supabase-logo-wordmark--light.svg">
7
+ <img alt="Supabase Logo" width="300" src="https://raw.githubusercontent.com/supabase/supabase/master/packages/common/assets/images/logo-preview.jpg">
8
+ </picture>
9
+ </a>
10
+
11
+ <h1 align="center">Supabase PostgREST JS SDK</h1>
12
+
13
+ <h3 align="center">Isomorphic JavaScript SDK for <a href="https://postgrest.org">PostgREST</a> with an ORM-like interface.</h3>
14
+
15
+ <p align="center">
16
+ <a href="https://supabase.com/docs/guides/database">Guides</a>
17
+ ·
18
+ <a href="https://supabase.com/docs/reference/javascript/select">Reference Docs</a>
19
+ ·
20
+ <a href="https://supabase.github.io/supabase-js/postgrest-js/v2/spec.json">TypeDoc</a>
21
+ </p>
22
+ </p>
23
+
24
+ <div align="center">
25
+
26
+ [![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)
4
27
  [![Package](https://img.shields.io/npm/v/@supabase/postgrest-js)](https://www.npmjs.com/package/@supabase/postgrest-js)
5
- [![License: MIT](https://img.shields.io/npm/l/@supabase/postgrest-js)](#license)
28
+ [![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)
6
29
  [![pkg.pr.new](https://pkg.pr.new/badge/supabase/postgrest-js)](https://pkg.pr.new/~/supabase/postgrest-js)
7
30
 
8
- Isomorphic JavaScript client for [PostgREST](https://postgrest.org). The goal of this library is to make an "ORM-like" restful interface.
9
-
10
- Full documentation can be found [here](https://supabase.github.io/supabase-js/postgrest-js/v2/spec.json).
31
+ </div>
11
32
 
12
33
  ### Quick start
13
34
 
@@ -167,7 +188,7 @@ It performs these steps:
167
188
  - **Port 3000** - PostgREST server (API)
168
189
  - **Port 8080** - Database schema endpoint (for type generation)
169
190
 
170
- **Note:** Unlike a full Supabase instance, this uses a minimal PostgREST setup specifically for testing the client library.
191
+ **Note:** Unlike a full Supabase instance, this uses a minimal PostgREST setup specifically for testing the SDK.
171
192
 
172
193
  ### Contributing
173
194
 
@@ -1,2 +1,2 @@
1
- export declare const version = "2.75.1-canary.2";
1
+ export declare const version = "2.75.1-canary.4";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -7,5 +7,5 @@ exports.version = void 0;
7
7
  // - Debugging and support (identifying which version is running)
8
8
  // - Telemetry and logging (version reporting in errors/analytics)
9
9
  // - Ensuring build artifacts match the published package version
10
- exports.version = '2.75.1-canary.2';
10
+ exports.version = '2.75.1-canary.4';
11
11
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/postgrest-js",
3
- "version": "2.75.1-canary.2",
3
+ "version": "2.75.1-canary.4",
4
4
  "description": "Isomorphic PostgREST client",
5
5
  "keywords": [
6
6
  "postgrest",
package/src/version.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  // - Debugging and support (identifying which version is running)
5
5
  // - Telemetry and logging (version reporting in errors/analytics)
6
6
  // - Ensuring build artifacts match the published package version
7
- export const version = '2.75.1-canary.2'
7
+ export const version = '2.75.1-canary.4'