@supabase/realtime-js
Advanced tools
Comparing version 1.8.0-next.4 to 1.8.0-next.5
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.8.0-next.4"; | ||
export declare const version = "1.8.0-next.5"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '1.8.0-next.4'; | ||
exports.version = '1.8.0-next.5'; | ||
//# sourceMappingURL=version.js.map |
@@ -23,3 +23,2 @@ import { CHANNEL_EVENTS, CHANNEL_STATES } from './lib/constants'; | ||
}, socket: RealtimeClient); | ||
list(): any[]; | ||
rejoinUntilConnected(): void; | ||
@@ -26,0 +25,0 @@ subscribe(timeout?: number): Push; |
@@ -74,5 +74,2 @@ "use strict"; | ||
} | ||
list() { | ||
return this.presence.list(); | ||
} | ||
rejoinUntilConnected() { | ||
@@ -79,0 +76,0 @@ this.rejoinTimer.scheduleTimeout(); |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.8.0-next.4"; | ||
export declare const version = "1.8.0-next.5"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '1.8.0-next.4'; | ||
export const version = '1.8.0-next.5'; | ||
//# sourceMappingURL=version.js.map |
@@ -23,3 +23,2 @@ import { CHANNEL_EVENTS, CHANNEL_STATES } from './lib/constants'; | ||
}, socket: RealtimeClient); | ||
list(): any[]; | ||
rejoinUntilConnected(): void; | ||
@@ -26,0 +25,0 @@ subscribe(timeout?: number): Push; |
@@ -69,5 +69,2 @@ import { CHANNEL_EVENTS, CHANNEL_STATES } from './lib/constants'; | ||
} | ||
list() { | ||
return this.presence.list(); | ||
} | ||
rejoinUntilConnected() { | ||
@@ -74,0 +71,0 @@ this.rejoinTimer.scheduleTimeout(); |
{ | ||
"name": "@supabase/realtime-js", | ||
"version": "1.8.0-next.4", | ||
"version": "1.8.0-next.5", | ||
"description": "Listen to realtime updates to your PostgreSQL database", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,1 +0,1 @@ | ||
export const version = '1.8.0-next.4' | ||
export const version = '1.8.0-next.5' |
@@ -87,6 +87,2 @@ import { CHANNEL_EVENTS, CHANNEL_STATES } from './lib/constants' | ||
list() { | ||
return this.presence.list() | ||
} | ||
rejoinUntilConnected() { | ||
@@ -93,0 +89,0 @@ this.rejoinTimer.scheduleTimeout() |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
282199
5129