@hexclave/tanstack-start 1.0.42 → 1.0.43
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-VGzSheih.d.ts → admin-app-impl-qfd_GNf3.d.ts} +3 -3
- package/dist/{admin-app-impl-VGzSheih.d.ts.map → admin-app-impl-qfd_GNf3.d.ts.map} +1 -1
- package/dist/esm/generated/global-css.d.ts +1 -1
- package/dist/esm/generated/global-css.js +1 -1
- package/dist/esm/generated/global-css.js.map +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 +2 -2
- package/dist/esm/lib/hexclave-app/apps/implementations/common.js +2 -2
- package/dist/generated/global-css.d.ts +1 -1
- package/dist/generated/global-css.js +1 -1
- package/dist/generated/global-css.js.map +1 -1
- package/dist/generated/quetzal-translations.d.ts +1 -1
- package/dist/{hexclave-provider-BlilYj1G.d.ts → hexclave-provider-Da4wC1Ju.d.ts} +2 -2
- package/dist/{hexclave-provider-BlilYj1G.d.ts.map → hexclave-provider-Da4wC1Ju.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/index.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/server-app-impl.d.ts +1 -1
- package/dist/providers/hexclave-provider.d.ts +1 -1
- package/dist/providers/translation-provider.d.ts +1 -1
- package/dist/{quetzal-translations-C5DKC5UR.d.ts → quetzal-translations-XeH3zQ9l.d.ts} +3 -3
- package/dist/{quetzal-translations-C5DKC5UR.d.ts.map → quetzal-translations-XeH3zQ9l.d.ts.map} +1 -1
- package/dist/{translation-provider-CHdpSoRh.d.ts → translation-provider-WOaZXqAz.d.ts} +2 -2
- package/dist/{translation-provider-CHdpSoRh.d.ts.map → translation-provider-WOaZXqAz.d.ts.map} +1 -1
- package/package.json +3 -3
|
@@ -165,7 +165,7 @@ declare class _HexclaveAdminAppImplIncomplete<HasTokenStore extends boolean, Pro
|
|
|
165
165
|
} & {
|
|
166
166
|
uniqueIdentifier: string;
|
|
167
167
|
};
|
|
168
|
-
setCurrentUser: (userJsonPromise: Promise<import("@hexclave/shared/dist/current-user-
|
|
168
|
+
setCurrentUser: (userJsonPromise: Promise<import("@hexclave/shared/dist/current-user-Dvf8Ttjo").t["Client"]["Read"] | null>) => void;
|
|
169
169
|
getConstructorOptions: () => {
|
|
170
170
|
baseUrl?: string | {
|
|
171
171
|
browser: string;
|
|
@@ -197,7 +197,7 @@ declare class _HexclaveAdminAppImplIncomplete<HasTokenStore extends boolean, Pro
|
|
|
197
197
|
sendAnalyticsEventBatch: (body: string, options: {
|
|
198
198
|
keepalive: boolean;
|
|
199
199
|
}) => Promise<Result<Response, Error>>;
|
|
200
|
-
addRequestListener: (listener: import("@hexclave/shared/dist/client-interface-
|
|
200
|
+
addRequestListener: (listener: import("@hexclave/shared/dist/client-interface-CGrvUtX0").r) => () => void;
|
|
201
201
|
sendRequest: (path: string, requestOptions: RequestInit, requestType?: "client" | "server" | "admin") => Promise<Response & {
|
|
202
202
|
usedTokens: {
|
|
203
203
|
accessToken: import("@hexclave/shared/dist/sessions-d8qtvBUB").t;
|
|
@@ -13,8 +13,8 @@ import { Store } from "@hexclave/shared/dist/utils/stores";
|
|
|
13
13
|
import { envVars } from "../../../../generated/env.js";
|
|
14
14
|
import { resolveHandlerUrls } from "../../url-targets.js";
|
|
15
15
|
//#region src/lib/hexclave-app/apps/implementations/common.ts
|
|
16
|
-
const clientVersion = "js @hexclave/tanstack-start@1.0.
|
|
17
|
-
if ("js @hexclave/tanstack-start@1.0.
|
|
16
|
+
const clientVersion = "js @hexclave/tanstack-start@1.0.43";
|
|
17
|
+
if ("js @hexclave/tanstack-start@1.0.43".startsWith("STACK_COMPILE_TIME"));
|
|
18
18
|
const replaceHexclavePortPrefix = (input) => {
|
|
19
19
|
if (!input) return input;
|
|
20
20
|
const prefix = envVars.HEXCLAVE_PORT_PREFIX;
|