@supabase/realtime-js
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.7.2"; | ||
export declare const version = "2.7.3"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.7.2'; | ||
exports.version = '2.7.3'; | ||
//# sourceMappingURL=version.js.map |
@@ -20,2 +20,3 @@ import { CONNECTION_STATE } from './lib/constants'; | ||
}; | ||
log_level?: 'info' | 'debug' | 'warn' | 'error'; | ||
}; | ||
@@ -22,0 +23,0 @@ export declare type RealtimeMessage = { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.7.2"; | ||
export declare const version = "2.7.3"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.7.2'; | ||
export const version = '2.7.3'; | ||
//# sourceMappingURL=version.js.map |
@@ -20,2 +20,3 @@ import { CONNECTION_STATE } from './lib/constants'; | ||
}; | ||
log_level?: 'info' | 'debug' | 'warn' | 'error'; | ||
}; | ||
@@ -22,0 +23,0 @@ export declare type RealtimeMessage = { |
{ | ||
"name": "@supabase/realtime-js", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "Listen to realtime updates to your PostgreSQL database", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,1 +0,1 @@ | ||
export const version = '2.7.2' | ||
export const version = '2.7.3' |
@@ -27,2 +27,3 @@ import { w3cwebsocket } from 'websocket' | ||
params?: { [key: string]: any } | ||
log_level?: 'info' | 'debug' | 'warn' | 'error' | ||
} | ||
@@ -29,0 +30,0 @@ |
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
346518
6170