@supabase/realtime-js
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.4.4"; | ||
export declare const version = "1.4.5"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '1.4.4'; | ||
exports.version = '1.4.5'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.4.4"; | ||
export declare const version = "1.4.5"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '1.4.4'; | ||
export const version = '1.4.5'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/realtime-js", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Listen to realtime updates to your PostgreSQL database", | ||
@@ -22,2 +22,3 @@ "keywords": [ | ||
"module": "dist/module/index.js", | ||
"types": "dist/module/index.d.ts", | ||
"repository": "https://github.com/supabase/realtime-js", | ||
@@ -24,0 +25,0 @@ "author": "Supabase", |
@@ -1,1 +0,1 @@ | ||
export const version = '1.4.4' | ||
export const version = '1.4.5' |
261050