@palbase/web 1.9.0 → 1.10.0
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/{analytics-facade-DFd5LB3_.d.cts → analytics-facade-B7vujhPJ.d.cts} +1 -1
- package/dist/{analytics-facade-DsvKx5A5.d.ts → analytics-facade-CHh5EGC2.d.ts} +1 -1
- package/dist/{chunk-I3ZMB7XM.js → chunk-4ZJHHXD3.js} +5 -7
- package/dist/{chunk-I3ZMB7XM.js.map → chunk-4ZJHHXD3.js.map} +1 -1
- package/dist/chunk-PZ5AY32C.js +10 -0
- package/dist/chunk-PZ5AY32C.js.map +1 -0
- package/dist/gen/cli.cjs +1220 -0
- package/dist/gen/cli.cjs.map +1 -0
- package/dist/gen/cli.d.cts +1 -0
- package/dist/gen/cli.d.ts +1 -0
- package/dist/gen/cli.js +1198 -0
- package/dist/gen/cli.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -1
- package/dist/internal.cjs +1 -1
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +3 -3
- package/dist/internal.d.ts +3 -3
- package/dist/internal.js +2 -1
- package/dist/next/client.cjs +1 -1
- package/dist/next/client.cjs.map +1 -1
- package/dist/next/client.js +2 -1
- package/dist/next/client.js.map +1 -1
- package/dist/next/index.cjs +1 -1
- package/dist/next/index.cjs.map +1 -1
- package/dist/next/index.d.cts +2 -2
- package/dist/next/index.d.ts +2 -2
- package/dist/next/index.js +2 -1
- package/dist/next/index.js.map +1 -1
- package/dist/{pb-D_fuhafL.d.cts → pb-6965XULp.d.cts} +1 -1
- package/dist/{pb-CDVMy1l1.d.ts → pb-ChNq987M.d.ts} +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.d.cts +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +2 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +6 -2
|
@@ -1978,4 +1978,4 @@ declare class PalbeAnalytics {
|
|
|
1978
1978
|
private post;
|
|
1979
1979
|
}
|
|
1980
1980
|
|
|
1981
|
-
export { type
|
|
1981
|
+
export { type AuthUser as A, PalbeMessaging as B, Chat as C, type PalbeOAuthConfig as D, PalbeRealtime as E, type FlagsView as F, type PresenceState as G, RealtimeChannel as H, type RealtimeHandler as I, type RealtimeStatus as J, type RealtimeStatusSnapshot as K, type RealtimeSubscription as L, type MagicLinkResult as M, type NotifyScope as N, type OAuthExchangeResult as O, type PalbeConfig as P, type ResolvedMention as Q, type RealtimeConnectionState as R, type ResolvedReply as S, type SentReceipt as T, type UnreadView as U, type Unsubscribe as V, PalbePerf as W, type RealtimePayload as a, type ChatMember as b, type ChatMessage as c, type PalbeRuntime as d, buildRuntime as e, type AnalyticsProperties as f, type AuthChangeEvent as g, type AuthState as h, type AuthSuccess as i, Call as j, type CallChangeCallback as k, type CallParticipant as l, type CallState as m, type ChatBackend as n, type ChatDraft as o, type ChatKind as p, type ChatMessageKind as q, type ChatRole as r, type ChatState as s, type CommsPrefs as t, type MentionRange as u, type MessageDirection as v, PalbeAnalytics as w, PalbeAuth as x, PalbeCalls as y, PalbeFlags as z };
|
|
@@ -1978,4 +1978,4 @@ declare class PalbeAnalytics {
|
|
|
1978
1978
|
private post;
|
|
1979
1979
|
}
|
|
1980
1980
|
|
|
1981
|
-
export { type
|
|
1981
|
+
export { type AuthUser as A, PalbeMessaging as B, Chat as C, type PalbeOAuthConfig as D, PalbeRealtime as E, type FlagsView as F, type PresenceState as G, RealtimeChannel as H, type RealtimeHandler as I, type RealtimeStatus as J, type RealtimeStatusSnapshot as K, type RealtimeSubscription as L, type MagicLinkResult as M, type NotifyScope as N, type OAuthExchangeResult as O, type PalbeConfig as P, type ResolvedMention as Q, type RealtimeConnectionState as R, type ResolvedReply as S, type SentReceipt as T, type UnreadView as U, type Unsubscribe as V, PalbePerf as W, type RealtimePayload as a, type ChatMember as b, type ChatMessage as c, type PalbeRuntime as d, buildRuntime as e, type AnalyticsProperties as f, type AuthChangeEvent as g, type AuthState as h, type AuthSuccess as i, Call as j, type CallChangeCallback as k, type CallParticipant as l, type CallState as m, type ChatBackend as n, type ChatDraft as o, type ChatKind as p, type ChatMessageKind as q, type ChatRole as r, type ChatState as s, type CommsPrefs as t, type MentionRange as u, type MessageDirection as v, PalbeAnalytics as w, PalbeAuth as x, PalbeCalls as y, PalbeFlags as z };
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
5
|
-
};
|
|
1
|
+
import {
|
|
2
|
+
__export
|
|
3
|
+
} from "./chunk-PZ5AY32C.js";
|
|
6
4
|
|
|
7
5
|
// ../core/dist/index.js
|
|
8
6
|
var CACHE_TTL_MS = 5 * 60 * 1e3;
|
|
@@ -8928,7 +8926,7 @@ function defaultSessionStorage(key) {
|
|
|
8928
8926
|
}
|
|
8929
8927
|
|
|
8930
8928
|
// src/version.ts
|
|
8931
|
-
var VERSION = "1.
|
|
8929
|
+
var VERSION = "1.10.0";
|
|
8932
8930
|
|
|
8933
8931
|
// src/runtime.ts
|
|
8934
8932
|
function buildRuntime(config) {
|
|
@@ -9342,4 +9340,4 @@ export {
|
|
|
9342
9340
|
pb,
|
|
9343
9341
|
createBoundClient
|
|
9344
9342
|
};
|
|
9345
|
-
//# sourceMappingURL=chunk-
|
|
9343
|
+
//# sourceMappingURL=chunk-4ZJHHXD3.js.map
|