@supabase/realtime-js 2.75.1-canary.3 → 2.75.1-canary.5

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
@@ -8,7 +8,7 @@
8
8
  </picture>
9
9
  </a>
10
10
 
11
- <h1 align="center">Supabase Realtime Client</h1>
11
+ <h1 align="center">Supabase Realtime JS SDK</h1>
12
12
 
13
13
  <h3 align="center">Send ephemeral messages with <b>Broadcast</b>, track and synchronize state with <b>Presence</b>, and listen to database changes with <b>Postgres Change Data Capture (CDC)</b>.</h3>
14
14
 
@@ -23,13 +23,16 @@
23
23
 
24
24
  <div align="center">
25
25
 
26
+ [![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)
27
+ [![Package](https://img.shields.io/npm/v/@supabase/realtime-js)](https://www.npmjs.com/package/@supabase/realtime-js)
28
+ [![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)
26
29
  [![pkg.pr.new](https://pkg.pr.new/badge/supabase/realtime-js)](https://pkg.pr.new/~/supabase/realtime-js)
27
30
 
28
31
  </div>
29
32
 
30
33
  # Overview
31
34
 
32
- This client enables you to use the following Supabase Realtime's features:
35
+ This SDK enables you to use the following Supabase Realtime's features:
33
36
 
34
37
  - **Broadcast**: send ephemeral messages from client to clients with minimal latency. Use cases include sharing cursor positions between users.
35
38
  - **Presence**: track and synchronize shared state across clients with the help of CRDTs. Use cases include tracking which users are currently viewing a specific webpage.
@@ -1,6 +1,6 @@
1
- export declare const DEFAULT_VERSION = "realtime-js/2.75.1-canary.3";
1
+ export declare const DEFAULT_VERSION = "realtime-js/2.75.1-canary.5";
2
2
  export declare const VSN: string;
3
- export declare const VERSION = "2.75.1-canary.3";
3
+ export declare const VERSION = "2.75.1-canary.5";
4
4
  export declare const DEFAULT_TIMEOUT = 10000;
5
5
  export declare const WS_CLOSE_NORMAL = 1000;
6
6
  export declare const MAX_PUSH_BUFFER_SIZE = 100;
@@ -1,2 +1,2 @@
1
- export declare const version = "2.75.1-canary.3";
1
+ export declare const version = "2.75.1-canary.5";
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.3';
10
+ exports.version = '2.75.1-canary.5';
11
11
  //# sourceMappingURL=version.js.map
@@ -1,6 +1,6 @@
1
- export declare const DEFAULT_VERSION = "realtime-js/2.75.1-canary.3";
1
+ export declare const DEFAULT_VERSION = "realtime-js/2.75.1-canary.5";
2
2
  export declare const VSN: string;
3
- export declare const VERSION = "2.75.1-canary.3";
3
+ export declare const VERSION = "2.75.1-canary.5";
4
4
  export declare const DEFAULT_TIMEOUT = 10000;
5
5
  export declare const WS_CLOSE_NORMAL = 1000;
6
6
  export declare const MAX_PUSH_BUFFER_SIZE = 100;
@@ -1,2 +1,2 @@
1
- export declare const version = "2.75.1-canary.3";
1
+ export declare const version = "2.75.1-canary.5";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -4,5 +4,5 @@
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.3';
7
+ export const version = '2.75.1-canary.5';
8
8
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/realtime-js",
3
- "version": "2.75.1-canary.3",
3
+ "version": "2.75.1-canary.5",
4
4
  "description": "Listen to realtime updates to your PostgreSQL database",
5
5
  "keywords": [
6
6
  "realtime",
@@ -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.3'
7
+ export const version = '2.75.1-canary.5'