@supabase/realtime-js
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.3.0"; | ||
export declare const version = "2.3.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.3.0'; | ||
exports.version = '2.3.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -55,5 +55,17 @@ import { CHANNEL_STATES } from './lib/constants'; | ||
export declare type RealtimePostgresChangesFilter<T extends `${REALTIME_POSTGRES_CHANGES_LISTEN_EVENT}`> = { | ||
/** | ||
* The type of database change to listen to. | ||
*/ | ||
event: T; | ||
/** | ||
* The database schema to listen to. | ||
*/ | ||
schema: string; | ||
/** | ||
* The database table to listen to. | ||
*/ | ||
table?: string; | ||
/** | ||
* Receive database changes when filter is matched. | ||
*/ | ||
filter?: string; | ||
@@ -60,0 +72,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.3.0"; | ||
export declare const version = "2.3.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.3.0'; | ||
export const version = '2.3.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -55,5 +55,17 @@ import { CHANNEL_STATES } from './lib/constants'; | ||
export declare type RealtimePostgresChangesFilter<T extends `${REALTIME_POSTGRES_CHANGES_LISTEN_EVENT}`> = { | ||
/** | ||
* The type of database change to listen to. | ||
*/ | ||
event: T; | ||
/** | ||
* The database schema to listen to. | ||
*/ | ||
schema: string; | ||
/** | ||
* The database table to listen to. | ||
*/ | ||
table?: string; | ||
/** | ||
* Receive database changes when filter is matched. | ||
*/ | ||
filter?: string; | ||
@@ -60,0 +72,0 @@ }; |
{ | ||
"name": "@supabase/realtime-js", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Listen to realtime updates to your PostgreSQL database", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,1 +0,1 @@ | ||
export const version = '2.3.0' | ||
export const version = '2.3.1' |
@@ -63,15 +63,15 @@ import { CHANNEL_EVENTS, CHANNEL_STATES } from './lib/constants' | ||
> = { | ||
/* | ||
/** | ||
* The type of database change to listen to. | ||
*/ | ||
event: T | ||
/* | ||
/** | ||
* The database schema to listen to. | ||
*/ | ||
schema: string | ||
/* | ||
/** | ||
* The database table to listen to. | ||
*/ | ||
table?: string | ||
/* | ||
/** | ||
* Receive database changes when filter is matched. | ||
@@ -78,0 +78,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
345726
6152