@hexclave/tanstack-start 1.0.55 → 1.0.56
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/{admin-app-impl-CFBIgDHN.d.ts → admin-app-impl-CU4o5_CU.d.ts} +7 -7
- package/dist/{admin-app-impl-CFBIgDHN.d.ts.map → admin-app-impl-CU4o5_CU.d.ts.map} +1 -1
- package/dist/components/api-key-dialogs.d.ts +1 -1
- package/dist/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
- package/dist/components-page/account-settings/api-keys/api-keys-page.js +2 -2
- package/dist/components-page/account-settings/email-and-auth/emails-section.js +1 -1
- package/dist/components-page/account-settings/email-and-auth/mfa-section.js +1 -1
- package/dist/components-page/account-settings/email-and-auth/passkey-section.js +1 -1
- package/dist/components-page/account-settings/email-and-auth/password-section.js +2 -2
- package/dist/components-page/account-settings/payments/payments-panel.js +1 -1
- package/dist/components-page/account-settings/teams/team-api-keys-section.js +2 -2
- package/dist/components-page/account-settings/teams/team-creation-page.js +1 -1
- package/dist/components-page/account-settings/teams/team-member-invitation-section.js +1 -1
- package/dist/esm/components/api-key-dialogs.d.ts +1 -1
- package/dist/esm/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
- package/dist/esm/components-page/account-settings/api-keys/api-keys-page.js +2 -2
- package/dist/esm/components-page/account-settings/email-and-auth/emails-section.js +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/mfa-section.js +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/passkey-section.js +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/password-section.js +2 -2
- package/dist/esm/components-page/account-settings/payments/payments-panel.js +1 -1
- package/dist/esm/components-page/account-settings/teams/team-api-keys-section.js +2 -2
- package/dist/esm/components-page/account-settings/teams/team-creation-page.js +1 -1
- package/dist/esm/components-page/account-settings/teams/team-member-invitation-section.js +1 -1
- package/dist/esm/generated/quetzal-translations.d.ts +2 -2
- package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +4 -4
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +2 -2
- package/dist/esm/lib/hexclave-app/apps/implementations/common.js +2 -2
- package/dist/esm/lib/hexclave-app/apps/implementations/event-tracker.test.js +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/session-replay.test.js +1 -1
- package/dist/generated/quetzal-translations.d.ts +1 -1
- package/dist/{hexclave-provider-CRjTv5L1.d.ts → hexclave-provider-D9KWfw3n.d.ts} +2 -2
- package/dist/{hexclave-provider-CRjTv5L1.d.ts.map → hexclave-provider-D9KWfw3n.d.ts.map} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/common.js +2 -2
- package/dist/lib/hexclave-app/apps/implementations/event-tracker.test.js +1 -1
- package/dist/lib/hexclave-app/apps/implementations/index.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/server-app-impl.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/session-replay.test.js +1 -1
- package/dist/providers/hexclave-provider.d.ts +1 -1
- package/dist/providers/translation-provider.d.ts +1 -1
- package/dist/{quetzal-translations-CK45_4Dm.d.ts → quetzal-translations-XeH3zQ9l.d.ts} +3 -3
- package/dist/{quetzal-translations-CK45_4Dm.d.ts.map → quetzal-translations-XeH3zQ9l.d.ts.map} +1 -1
- package/dist/{translation-provider-DQ3BJepJ.d.ts → translation-provider-WOaZXqAz.d.ts} +2 -2
- package/dist/{translation-provider-DQ3BJepJ.d.ts.map → translation-provider-WOaZXqAz.d.ts.map} +1 -1
- package/package.json +3 -3
|
@@ -164,7 +164,7 @@ declare class _HexclaveAdminAppImplIncomplete<HasTokenStore extends boolean, Pro
|
|
|
164
164
|
} & {
|
|
165
165
|
uniqueIdentifier: string;
|
|
166
166
|
};
|
|
167
|
-
setCurrentUser: (userJsonPromise: Promise<import("@hexclave/shared/dist/current-user-
|
|
167
|
+
setCurrentUser: (userJsonPromise: Promise<import("@hexclave/shared/dist/current-user-DosTPiF7").t["Client"]["Read"] | null>) => void;
|
|
168
168
|
getConstructorOptions: () => {
|
|
169
169
|
baseUrl?: string | {
|
|
170
170
|
browser: string;
|
|
@@ -196,11 +196,11 @@ declare class _HexclaveAdminAppImplIncomplete<HasTokenStore extends boolean, Pro
|
|
|
196
196
|
sendAnalyticsEventBatch: (body: string, options: {
|
|
197
197
|
keepalive: boolean;
|
|
198
198
|
}) => Promise<Result<Response, Error>>;
|
|
199
|
-
addRequestListener: (listener: import("@hexclave/shared/dist/client-interface-
|
|
199
|
+
addRequestListener: (listener: import("@hexclave/shared/dist/client-interface-BQakINAH").r) => () => void;
|
|
200
200
|
sendRequest: (path: string, requestOptions: RequestInit, requestType?: "client" | "server" | "admin") => Promise<Response & {
|
|
201
201
|
usedTokens: {
|
|
202
|
-
accessToken: import("@hexclave/shared/dist/sessions-
|
|
203
|
-
refreshToken: import("@hexclave/shared/dist/sessions-
|
|
202
|
+
accessToken: import("@hexclave/shared/dist/sessions-CKNkS48M").t;
|
|
203
|
+
refreshToken: import("@hexclave/shared/dist/sessions-CKNkS48M").i | null;
|
|
204
204
|
} | null;
|
|
205
205
|
}>;
|
|
206
206
|
getUrls: () => Readonly<import("@hexclave/shared/dist/handler-urls-BHt3v8Ai").s>;
|
|
@@ -586,8 +586,8 @@ declare class _HexclaveClientAppImplIncomplete<HasTokenStore extends boolean, Pr
|
|
|
586
586
|
addRequestListener: (listener: RequestListener) => () => void;
|
|
587
587
|
sendRequest: (path: string, requestOptions: RequestInit, requestType?: "client" | "server" | "admin") => Promise<Response & {
|
|
588
588
|
usedTokens: {
|
|
589
|
-
accessToken: import("@hexclave/shared/dist/sessions-
|
|
590
|
-
refreshToken: import("@hexclave/shared/dist/sessions-
|
|
589
|
+
accessToken: import("@hexclave/shared/dist/sessions-CKNkS48M").t;
|
|
590
|
+
refreshToken: import("@hexclave/shared/dist/sessions-CKNkS48M").i | null;
|
|
591
591
|
} | null;
|
|
592
592
|
}>;
|
|
593
593
|
getUrls: () => Readonly<ResolvedHandlerUrls$1>;
|
|
@@ -14,8 +14,8 @@ import { Store } from "@hexclave/shared/dist/utils/stores";
|
|
|
14
14
|
import { envVars } from "../../../../generated/env.js";
|
|
15
15
|
import { resolveHandlerUrls } from "../../url-targets.js";
|
|
16
16
|
//#region src/lib/hexclave-app/apps/implementations/common.ts
|
|
17
|
-
const clientVersion = "js @hexclave/tanstack-start@1.0.
|
|
18
|
-
if ("js @hexclave/tanstack-start@1.0.
|
|
17
|
+
const clientVersion = "js @hexclave/tanstack-start@1.0.56";
|
|
18
|
+
if ("js @hexclave/tanstack-start@1.0.56".startsWith("STACK_COMPILE_TIME"));
|
|
19
19
|
const replaceHexclavePortPrefix = (input) => {
|
|
20
20
|
if (!input) return input;
|
|
21
21
|
const prefix = envVars.HEXCLAVE_PORT_PREFIX;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { afterEach, describe, expect, it, vi } from "vitest";
|
|
2
2
|
import { Result } from "@hexclave/shared/dist/utils/results";
|
|
3
|
-
import { EventTracker } from "./event-tracker.js";
|
|
4
3
|
import { KnownErrors } from "@hexclave/shared/dist/known-errors";
|
|
4
|
+
import { EventTracker } from "./event-tracker.js";
|
|
5
5
|
//#region src/lib/hexclave-app/apps/implementations/event-tracker.test.ts
|
|
6
6
|
// @vitest-environment jsdom
|
|
7
7
|
async function advancePastFlush() {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as errors from "@hexclave/shared/dist/utils/errors";
|
|
2
2
|
import { describe, expect, it, vi } from "vitest";
|
|
3
3
|
import { Result } from "@hexclave/shared/dist/utils/results";
|
|
4
|
-
import { SessionRecorder, analyticsOptionsFromJson, analyticsOptionsToJson, getSessionReplayOptions } from "./session-replay.js";
|
|
5
4
|
import { KnownErrors } from "@hexclave/shared/dist/known-errors";
|
|
5
|
+
import { SessionRecorder, analyticsOptionsFromJson, analyticsOptionsToJson, getSessionReplayOptions } from "./session-replay.js";
|
|
6
6
|
//#region src/lib/hexclave-app/apps/implementations/session-replay.test.ts
|
|
7
7
|
// @vitest-environment jsdom
|
|
8
8
|
describe("session replay options", () => {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as quetzalLocales, t as quetzalKeys } from "../quetzal-translations-
|
|
1
|
+
import { n as quetzalLocales, t as quetzalKeys } from "../quetzal-translations-XeH3zQ9l.js";
|
|
2
2
|
export { quetzalKeys, quetzalLocales };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as StackClientApp } from "./client-app-CqiogvCi.js";
|
|
2
|
-
import { t as TranslationProvider } from "./translation-provider-
|
|
2
|
+
import { t as TranslationProvider } from "./translation-provider-WOaZXqAz.js";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/providers/hexclave-provider.d.ts
|
|
@@ -26,4 +26,4 @@ declare const HexclaveProvider: typeof TanStackStartStackProvider;
|
|
|
26
26
|
declare const StackProvider: typeof TanStackStartStackProvider;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { HexclaveProvider as n, StackProvider as r, ActiveProvider as t };
|
|
29
|
-
//# sourceMappingURL=hexclave-provider-
|
|
29
|
+
//# sourceMappingURL=hexclave-provider-D9KWfw3n.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hexclave-provider-
|
|
1
|
+
{"version":3,"file":"hexclave-provider-D9KWfw3n.d.ts","names":[],"sources":["../src/providers/hexclave-provider.tsx"],"mappings":";;;;;iBASS,0BAAA;EACP,QAAA;EACA,GAAA;EACA,IAAA;EACA;AAAA;EAEA,IAAA,GAAO,KAAA,CAAM,cAAA,QAAsB,mBAAA;;AARwB;;;;;EAe3D,oBAAA,GAAuB,MAAA;EACvB,QAAA,EAAU,KAAA,CAAM,SAAA;EAEhB,GAAA,EAAK,cAAA;AAAA,gCACN,GAAA,CAAA,OAAA;AAAA,cAeK,cAAA,SAAc,0BAA6B;AAAA,cAIpC,gBAAA,SAAgB,0BAAiB;;cAEjC,aAAA,SAAa,0BAAiB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import { t as ForgotPassword } from "./forgot-password-B7RLLsC2.js";
|
|
|
17
17
|
import { t as PasswordReset } from "./password-reset-CxIuXeIx.js";
|
|
18
18
|
import { a as TeamSwitcher, c as StackHandler, i as defineStackConfig, n as StackConfig, o as SelectedTeamSwitcher, r as defineHexclaveConfig, s as HexclaveHandler, t as HexclaveConfig } from "./index-DHE12H8g.js";
|
|
19
19
|
import { n as useStackApp, r as useUser, t as useHexclaveApp } from "./hooks-FZEGOxTp.js";
|
|
20
|
-
import { n as HexclaveProvider, r as StackProvider } from "./hexclave-provider-
|
|
20
|
+
import { n as HexclaveProvider, r as StackProvider } from "./hexclave-provider-D9KWfw3n.js";
|
|
21
21
|
import { n as StackTheme, t as HexclaveTheme } from "./theme-provider-D9_ngSbi.js";
|
|
22
22
|
import { t as AuthPage } from "./auth-page-YnM_LtbN.js";
|
|
23
23
|
import { t as SignIn } from "./sign-in-BT45jb_W.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _HexclaveAdminAppImplIncomplete } from "../../../../admin-app-impl-
|
|
1
|
+
import { t as _HexclaveAdminAppImplIncomplete } from "../../../../admin-app-impl-CU4o5_CU.js";
|
|
2
2
|
export { _HexclaveAdminAppImplIncomplete };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { r as _HexclaveClientAppImplIncomplete } from "../../../../admin-app-impl-
|
|
1
|
+
import { r as _HexclaveClientAppImplIncomplete } from "../../../../admin-app-impl-CU4o5_CU.js";
|
|
2
2
|
export { _HexclaveClientAppImplIncomplete };
|
|
@@ -17,8 +17,8 @@ let _hexclave_shared_dist_utils_stores = require("@hexclave/shared/dist/utils/st
|
|
|
17
17
|
let ____________generated_env_js = require("../../../../generated/env.js");
|
|
18
18
|
let ______url_targets_js = require("../../url-targets.js");
|
|
19
19
|
//#region src/lib/hexclave-app/apps/implementations/common.ts
|
|
20
|
-
const clientVersion = "js @hexclave/tanstack-start@1.0.
|
|
21
|
-
if ("js @hexclave/tanstack-start@1.0.
|
|
20
|
+
const clientVersion = "js @hexclave/tanstack-start@1.0.56";
|
|
21
|
+
if ("js @hexclave/tanstack-start@1.0.56".startsWith("STACK_COMPILE_TIME"));
|
|
22
22
|
const replaceHexclavePortPrefix = (input) => {
|
|
23
23
|
if (!input) return input;
|
|
24
24
|
const prefix = ____________generated_env_js.envVars.HEXCLAVE_PORT_PREFIX;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
let vitest = require("vitest");
|
|
2
2
|
let _hexclave_shared_dist_utils_results = require("@hexclave/shared/dist/utils/results");
|
|
3
|
-
let __event_tracker_js = require("./event-tracker.js");
|
|
4
3
|
let _hexclave_shared_dist_known_errors = require("@hexclave/shared/dist/known-errors");
|
|
4
|
+
let __event_tracker_js = require("./event-tracker.js");
|
|
5
5
|
//#region src/lib/hexclave-app/apps/implementations/event-tracker.test.ts
|
|
6
6
|
// @vitest-environment jsdom
|
|
7
7
|
async function advancePastFlush() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as _HexclaveServerAppImplIncomplete, r as _HexclaveClientAppImplIncomplete, t as _HexclaveAdminAppImplIncomplete } from "../../../../admin-app-impl-
|
|
1
|
+
import { n as _HexclaveServerAppImplIncomplete, r as _HexclaveClientAppImplIncomplete, t as _HexclaveAdminAppImplIncomplete } from "../../../../admin-app-impl-CU4o5_CU.js";
|
|
2
2
|
|
|
3
3
|
//#region src/lib/hexclave-app/apps/implementations/index.d.ts
|
|
4
4
|
declare const _HexclaveAdminAppImpl: typeof _HexclaveAdminAppImplIncomplete, _HexclaveClientAppImpl: typeof _HexclaveClientAppImplIncomplete, _HexclaveServerAppImpl: typeof _HexclaveServerAppImplIncomplete;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as _HexclaveServerAppImplIncomplete } from "../../../../admin-app-impl-
|
|
1
|
+
import { n as _HexclaveServerAppImplIncomplete } from "../../../../admin-app-impl-CU4o5_CU.js";
|
|
2
2
|
export { _HexclaveServerAppImplIncomplete };
|
|
@@ -3,8 +3,8 @@ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/er
|
|
|
3
3
|
_hexclave_shared_dist_utils_errors = require_rolldown_runtime.__toESM(_hexclave_shared_dist_utils_errors);
|
|
4
4
|
let vitest = require("vitest");
|
|
5
5
|
let _hexclave_shared_dist_utils_results = require("@hexclave/shared/dist/utils/results");
|
|
6
|
-
let __session_replay_js = require("./session-replay.js");
|
|
7
6
|
let _hexclave_shared_dist_known_errors = require("@hexclave/shared/dist/known-errors");
|
|
7
|
+
let __session_replay_js = require("./session-replay.js");
|
|
8
8
|
//#region src/lib/hexclave-app/apps/implementations/session-replay.test.ts
|
|
9
9
|
// @vitest-environment jsdom
|
|
10
10
|
(0, vitest.describe)("session replay options", () => {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as HexclaveProvider, r as StackProvider, t as ActiveProvider } from "../hexclave-provider-
|
|
1
|
+
import { n as HexclaveProvider, r as StackProvider, t as ActiveProvider } from "../hexclave-provider-D9KWfw3n.js";
|
|
2
2
|
export { HexclaveProvider, StackProvider, ActiveProvider as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as TranslationProvider } from "../translation-provider-
|
|
1
|
+
import { t as TranslationProvider } from "../translation-provider-WOaZXqAz.js";
|
|
2
2
|
export { TranslationProvider };
|