@hexclave/tanstack-start 1.0.53 → 1.0.55

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.
Files changed (42) hide show
  1. package/dist/components/api-key-dialogs.d.ts +1 -1
  2. package/dist/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
  3. package/dist/components-page/account-settings/api-keys/api-keys-page.js +2 -2
  4. package/dist/components-page/account-settings/email-and-auth/emails-section.js +1 -1
  5. package/dist/components-page/account-settings/email-and-auth/mfa-section.js +1 -1
  6. package/dist/components-page/account-settings/email-and-auth/passkey-section.js +1 -1
  7. package/dist/components-page/account-settings/email-and-auth/password-section.js +2 -2
  8. package/dist/components-page/account-settings/payments/payments-panel.js +1 -1
  9. package/dist/components-page/account-settings/teams/team-api-keys-section.js +2 -2
  10. package/dist/components-page/account-settings/teams/team-creation-page.js +1 -1
  11. package/dist/components-page/account-settings/teams/team-member-invitation-section.js +1 -1
  12. package/dist/esm/components/api-key-dialogs.d.ts +1 -1
  13. package/dist/esm/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
  14. package/dist/esm/components-page/account-settings/api-keys/api-keys-page.js +2 -2
  15. package/dist/esm/components-page/account-settings/email-and-auth/emails-section.js +1 -1
  16. package/dist/esm/components-page/account-settings/email-and-auth/mfa-section.js +1 -1
  17. package/dist/esm/components-page/account-settings/email-and-auth/passkey-section.js +1 -1
  18. package/dist/esm/components-page/account-settings/email-and-auth/password-section.js +2 -2
  19. package/dist/esm/components-page/account-settings/payments/payments-panel.js +1 -1
  20. package/dist/esm/components-page/account-settings/teams/team-api-keys-section.js +2 -2
  21. package/dist/esm/components-page/account-settings/teams/team-creation-page.js +1 -1
  22. package/dist/esm/components-page/account-settings/teams/team-member-invitation-section.js +1 -1
  23. package/dist/esm/generated/quetzal-translations.d.ts +2 -2
  24. package/dist/esm/lib/hexclave-app/apps/implementations/common.js +2 -2
  25. package/dist/esm/lib/hexclave-app/apps/implementations/event-tracker.test.js +1 -1
  26. package/dist/esm/lib/hexclave-app/apps/implementations/session-replay.test.js +1 -1
  27. package/dist/esm/package.json +37 -0
  28. package/dist/generated/quetzal-translations.d.ts +1 -1
  29. package/dist/{hexclave-provider-D9KWfw3n.d.ts → hexclave-provider-CRjTv5L1.d.ts} +2 -2
  30. package/dist/{hexclave-provider-D9KWfw3n.d.ts.map → hexclave-provider-CRjTv5L1.d.ts.map} +1 -1
  31. package/dist/index.d.ts +1 -1
  32. package/dist/lib/hexclave-app/apps/implementations/common.js +2 -2
  33. package/dist/lib/hexclave-app/apps/implementations/event-tracker.test.js +1 -1
  34. package/dist/lib/hexclave-app/apps/implementations/session-replay.test.js +1 -1
  35. package/dist/providers/hexclave-provider.d.ts +1 -1
  36. package/dist/providers/translation-provider.d.ts +1 -1
  37. package/dist/{quetzal-translations-XeH3zQ9l.d.ts → quetzal-translations-CK45_4Dm.d.ts} +3 -3
  38. package/dist/{quetzal-translations-XeH3zQ9l.d.ts.map → quetzal-translations-CK45_4Dm.d.ts.map} +1 -1
  39. package/dist/{translation-provider-WOaZXqAz.d.ts → translation-provider-DQ3BJepJ.d.ts} +2 -2
  40. package/dist/{translation-provider-WOaZXqAz.d.ts.map → translation-provider-DQ3BJepJ.d.ts.map} +1 -1
  41. package/package.json +3 -3
  42. package/src/config.ts +6 -7
@@ -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.53";
18
- if ("js @hexclave/tanstack-start@1.0.53".startsWith("STACK_COMPILE_TIME"));
17
+ const clientVersion = "js @hexclave/tanstack-start@1.0.55";
18
+ if ("js @hexclave/tanstack-start@1.0.55".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 { KnownErrors } from "@hexclave/shared/dist/known-errors";
4
3
  import { EventTracker } from "./event-tracker.js";
4
+ import { KnownErrors } from "@hexclave/shared/dist/known-errors";
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 { KnownErrors } from "@hexclave/shared/dist/known-errors";
5
4
  import { SessionRecorder, analyticsOptionsFromJson, analyticsOptionsToJson, getSessionReplayOptions } from "./session-replay.js";
5
+ import { KnownErrors } from "@hexclave/shared/dist/known-errors";
6
6
  //#region src/lib/hexclave-app/apps/implementations/session-replay.test.ts
7
7
  // @vitest-environment jsdom
8
8
  describe("session replay options", () => {
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "@hexclave/tanstack-start",
3
+ "type": "module",
4
+ "exports": {
5
+ ".": {
6
+ "types": "./index.d.ts",
7
+ "import": {
8
+ "default": "./index.js"
9
+ }
10
+ },
11
+ "./config": {
12
+ "types": "./config.d.ts",
13
+ "import": {
14
+ "default": "./config.js"
15
+ }
16
+ },
17
+ "./tanstack-start-server-context": {
18
+ "types": "./tanstack-start-server-context.combined.d.ts",
19
+ "import": {
20
+ "browser": "./tanstack-start-server-context.default.js",
21
+ "default": "./tanstack-start-server-context.server.js"
22
+ }
23
+ },
24
+ "./convex.config": {
25
+ "types": "./integrations/convex/component/convex.config.d.ts",
26
+ "import": {
27
+ "default": "./integrations/convex/component/convex.config.js"
28
+ }
29
+ },
30
+ "./convex-auth.config": {
31
+ "types": "./integrations/convex.d.ts",
32
+ "import": {
33
+ "default": "./integrations/convex.js"
34
+ }
35
+ }
36
+ }
37
+ }
@@ -1,2 +1,2 @@
1
- import { n as quetzalLocales, t as quetzalKeys } from "../quetzal-translations-XeH3zQ9l.js";
1
+ import { n as quetzalLocales, t as quetzalKeys } from "../quetzal-translations-CK45_4Dm.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-WOaZXqAz.js";
2
+ import { t as TranslationProvider } from "./translation-provider-DQ3BJepJ.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-D9KWfw3n.d.ts.map
29
+ //# sourceMappingURL=hexclave-provider-CRjTv5L1.d.ts.map
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"hexclave-provider-CRjTv5L1.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-D9KWfw3n.js";
20
+ import { n as HexclaveProvider, r as StackProvider } from "./hexclave-provider-CRjTv5L1.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";
@@ -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.53";
21
- if ("js @hexclave/tanstack-start@1.0.53".startsWith("STACK_COMPILE_TIME"));
20
+ const clientVersion = "js @hexclave/tanstack-start@1.0.55";
21
+ if ("js @hexclave/tanstack-start@1.0.55".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 _hexclave_shared_dist_known_errors = require("@hexclave/shared/dist/known-errors");
4
3
  let __event_tracker_js = require("./event-tracker.js");
4
+ let _hexclave_shared_dist_known_errors = require("@hexclave/shared/dist/known-errors");
5
5
  //#region src/lib/hexclave-app/apps/implementations/event-tracker.test.ts
6
6
  // @vitest-environment jsdom
7
7
  async function advancePastFlush() {
@@ -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 _hexclave_shared_dist_known_errors = require("@hexclave/shared/dist/known-errors");
7
6
  let __session_replay_js = require("./session-replay.js");
7
+ let _hexclave_shared_dist_known_errors = require("@hexclave/shared/dist/known-errors");
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-D9KWfw3n.js";
1
+ import { n as HexclaveProvider, r as StackProvider, t as ActiveProvider } from "../hexclave-provider-CRjTv5L1.js";
2
2
  export { HexclaveProvider, StackProvider, ActiveProvider as default };
@@ -1,2 +1,2 @@
1
- import { t as TranslationProvider } from "../translation-provider-WOaZXqAz.js";
1
+ import { t as TranslationProvider } from "../translation-provider-DQ3BJepJ.js";
2
2
  export { TranslationProvider };