@supabase/realtime-js 2.106.1-beta.1 → 2.106.1-beta.3
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/dist/main/lib/constants.d.ts +2 -2
- package/dist/main/lib/version.d.ts +1 -1
- package/dist/main/lib/version.js +1 -1
- package/dist/module/lib/constants.d.ts +2 -2
- package/dist/module/lib/version.d.ts +1 -1
- package/dist/module/lib/version.js +1 -1
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/lib/version.ts +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { SocketState, ChannelState, ChannelEvent as PhoenixChannelEvent, Transport, Vsn } from '../phoenix/types';
|
|
2
2
|
export type { SocketState, ChannelState, Transport };
|
|
3
|
-
export declare const DEFAULT_VERSION = "realtime-js/2.106.1-beta.
|
|
3
|
+
export declare const DEFAULT_VERSION = "realtime-js/2.106.1-beta.3";
|
|
4
4
|
export declare const VSN_1_0_0: Vsn;
|
|
5
5
|
export declare const VSN_2_0_0: Vsn;
|
|
6
6
|
export declare const DEFAULT_VSN: Vsn;
|
|
7
|
-
export declare const VERSION = "2.106.1-beta.
|
|
7
|
+
export declare const VERSION = "2.106.1-beta.3";
|
|
8
8
|
export declare const DEFAULT_TIMEOUT = 10000;
|
|
9
9
|
export declare const WS_CLOSE_NORMAL = 1000;
|
|
10
10
|
export declare const MAX_PUSH_BUFFER_SIZE = 100;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.106.1-beta.
|
|
1
|
+
export declare const version = "2.106.1-beta.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/main/lib/version.js
CHANGED
|
@@ -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.106.1-beta.
|
|
10
|
+
exports.version = '2.106.1-beta.3';
|
|
11
11
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { SocketState, ChannelState, ChannelEvent as PhoenixChannelEvent, Transport, Vsn } from '../phoenix/types';
|
|
2
2
|
export type { SocketState, ChannelState, Transport };
|
|
3
|
-
export declare const DEFAULT_VERSION = "realtime-js/2.106.1-beta.
|
|
3
|
+
export declare const DEFAULT_VERSION = "realtime-js/2.106.1-beta.3";
|
|
4
4
|
export declare const VSN_1_0_0: Vsn;
|
|
5
5
|
export declare const VSN_2_0_0: Vsn;
|
|
6
6
|
export declare const DEFAULT_VSN: Vsn;
|
|
7
|
-
export declare const VERSION = "2.106.1-beta.
|
|
7
|
+
export declare const VERSION = "2.106.1-beta.3";
|
|
8
8
|
export declare const DEFAULT_TIMEOUT = 10000;
|
|
9
9
|
export declare const WS_CLOSE_NORMAL = 1000;
|
|
10
10
|
export declare const MAX_PUSH_BUFFER_SIZE = 100;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.106.1-beta.
|
|
1
|
+
export declare const version = "2.106.1-beta.3";
|
|
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.106.1-beta.
|
|
7
|
+
export const version = '2.106.1-beta.3';
|
|
8
8
|
//# sourceMappingURL=version.js.map
|