epicenter-libs 3.28.1 → 3.28.2
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/CHANGELOG.md +9 -0
- package/dist/browser/{AckExtension-ac0684ea.js → AckExtension-4ccb1b3b.js} +3 -3
- package/dist/{module/AckExtension-248305c9.js.map → browser/AckExtension-4ccb1b3b.js.map} +1 -1
- package/dist/{module/ReloadExtension-3c213a58.js → browser/ReloadExtension-26e320cf.js} +3 -3
- package/dist/{module/ReloadExtension-3c213a58.js.map → browser/ReloadExtension-26e320cf.js.map} +1 -1
- package/dist/browser/{cometd-38c71404.js → cometd-009d1cc7.js} +2 -2
- package/dist/browser/{cometd-38c71404.js.map → cometd-009d1cc7.js.map} +1 -1
- package/dist/browser/{epicenter-cf2a231d.js → epicenter-ffc2b7a7.js} +6 -5
- package/dist/browser/epicenter-ffc2b7a7.js.map +1 -0
- package/dist/browser/epicenter.js +1 -1
- package/dist/cjs/{AckExtension-1936a6de.js → AckExtension-f8c57030.js} +3 -3
- package/dist/cjs/{AckExtension-1936a6de.js.map → AckExtension-f8c57030.js.map} +1 -1
- package/dist/cjs/{ReloadExtension-ed763de8.js → ReloadExtension-0d52f073.js} +3 -3
- package/dist/cjs/{ReloadExtension-ed763de8.js.map → ReloadExtension-0d52f073.js.map} +1 -1
- package/dist/cjs/{cometd-d9ddfa8c.js → cometd-369eb10e.js} +2 -2
- package/dist/cjs/{cometd-d9ddfa8c.js.map → cometd-369eb10e.js.map} +1 -1
- package/dist/cjs/{epicenter-28b78d70.js → epicenter-54f0befe.js} +6 -5
- package/dist/cjs/epicenter-54f0befe.js.map +1 -0
- package/dist/cjs/epicenter.js +1 -1
- package/dist/epicenter.js +3 -2
- package/dist/epicenter.js.map +1 -1
- package/dist/epicenter.min.js +1 -1
- package/dist/epicenter.min.js.map +1 -1
- package/dist/module/{AckExtension-248305c9.js → AckExtension-cd7b3bcb.js} +3 -3
- package/dist/{browser/AckExtension-ac0684ea.js.map → module/AckExtension-cd7b3bcb.js.map} +1 -1
- package/dist/{browser/ReloadExtension-76d13d4b.js → module/ReloadExtension-da4ee10c.js} +3 -3
- package/dist/{browser/ReloadExtension-76d13d4b.js.map → module/ReloadExtension-da4ee10c.js.map} +1 -1
- package/dist/module/{cometd-15af6326.js → cometd-c640d287.js} +2 -2
- package/dist/module/{cometd-15af6326.js.map → cometd-c640d287.js.map} +1 -1
- package/dist/module/{epicenter-ee8bdb82.js → epicenter-e4a6d235.js} +6 -5
- package/dist/module/epicenter-e4a6d235.js.map +1 -0
- package/dist/module/epicenter.js +1 -1
- package/package.json +1 -1
- package/src/adapters/cometd.ts +2 -2
- package/dist/browser/epicenter-cf2a231d.js.map +0 -1
- package/dist/cjs/epicenter-28b78d70.js.map +0 -1
- package/dist/module/epicenter-ee8bdb82.js.map +0 -1
|
@@ -2929,11 +2929,12 @@ class CometdAdapter {
|
|
|
2929
2929
|
const project = await get$d();
|
|
2930
2930
|
if (!project.channelEnabled) throw new EpicenterError('Push Channels are not enabled on this project');
|
|
2931
2931
|
const channelProtocol = ((_project$channelProto = project.channelProtocol) === null || _project$channelProto === void 0 ? void 0 : _project$channelProto.toLowerCase()) || DEFAULT_CHANNEL_PROTOCOL;
|
|
2932
|
+
const CometDImports = await import('./cometd-009d1cc7.js').then(function (n) { return n.c; });
|
|
2932
2933
|
const {
|
|
2933
2934
|
CometD
|
|
2934
|
-
} =
|
|
2935
|
-
const AckExtension = (await import('./AckExtension-
|
|
2936
|
-
const ReloadExtension = (await import('./ReloadExtension-
|
|
2935
|
+
} = CometDImports;
|
|
2936
|
+
const AckExtension = (await import('./AckExtension-4ccb1b3b.js').then(function (n) { return n.A; })).default;
|
|
2937
|
+
const ReloadExtension = (await import('./ReloadExtension-26e320cf.js').then(function (n) { return n.R; })).default;
|
|
2937
2938
|
this.cometd = new CometD();
|
|
2938
2939
|
const {
|
|
2939
2940
|
apiProtocol,
|
|
@@ -8155,7 +8156,7 @@ var utilities = /*#__PURE__*/Object.freeze({
|
|
|
8155
8156
|
/* yes, this string template literal is weird;
|
|
8156
8157
|
* it's cause rollup does not recogize 3.28.1 as an individual token otherwise */
|
|
8157
8158
|
|
|
8158
|
-
const version = "Epicenter (v".concat('3.28.1', ") for Browsers | Build Date: 2024-
|
|
8159
|
+
const version = "Epicenter (v".concat('3.28.1', ") for Browsers | Build Date: 2024-10-18T18:24:16.347Z");
|
|
8159
8160
|
const UNAUTHORIZED = 401;
|
|
8160
8161
|
const FORBIDDEN = 403;
|
|
8161
8162
|
const DEFAULT_ERROR_HANDLERS = {};
|
|
@@ -8211,4 +8212,4 @@ DEFAULT_ERROR_HANDLERS.authInvalidated = errorManager.registerHandler(error => e
|
|
|
8211
8212
|
Object.freeze(DEFAULT_ERROR_HANDLERS);
|
|
8212
8213
|
|
|
8213
8214
|
export { video as A, vonage as B, world as C, DEFAULT_ERROR_HANDLERS as D, somebody as E, Fault as F, daily as G, matchmaker as H, wallet as I, Channel as J, video$1 as K, vonage$1 as L, PUSH_CATEGORY as P, RITUAL as R, SCOPE_BOUNDARY as S, commonjsGlobal as a, ROLE as b, createCommonjsModule as c, config as d, errorManager as e, Router as f, account as g, admin as h, asset as i, consensus as j, email as k, authentication as l, chat as m, episode as n, group as o, leaderboard as p, presence as q, project as r, recaptcha as s, run as t, utilities as u, version as v, task as w, time as x, user as y, vault as z };
|
|
8214
|
-
//# sourceMappingURL=epicenter-
|
|
8215
|
+
//# sourceMappingURL=epicenter-ffc2b7a7.js.map
|