@hexclave/tanstack-start 1.0.32 → 1.0.33

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.
@@ -17,7 +17,7 @@ let ____________generated_env_js = require("../../../../generated/env.js");
17
17
  let ______url_targets_js = require("../../url-targets.js");
18
18
 
19
19
  //#region src/lib/hexclave-app/apps/implementations/common.ts
20
- const clientVersion = "js @hexclave/tanstack-start@1.0.32";
20
+ const clientVersion = "js @hexclave/tanstack-start@1.0.33";
21
21
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) throw new _hexclave_shared_dist_utils_errors.HexclaveAssertionError("Client version was not replaced. Something went wrong during build!");
22
22
  const replaceHexclavePortPrefix = (input) => {
23
23
  if (!input) return input;
@@ -70,7 +70,7 @@ declare class _HexclaveServerAppImplIncomplete<HasTokenStore extends boolean, Pr
70
70
  protected _serverNotificationCategoryFromCrud(userId: string, crud: NotificationPreferenceCrud['Server']['Read']): NotificationCategory;
71
71
  protected _serverOAuthProviderFromCrud(crud: OAuthProviderCrud['Server']['Read']): {
72
72
  id: string;
73
- type: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
73
+ type: "x" | "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "twitch";
74
74
  userId: string;
75
75
  accountId: string;
76
76
  email: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
3
3
  "name": "@hexclave/tanstack-start",
4
- "version": "1.0.32",
4
+ "version": "1.0.33",
5
5
  "repository": "https://github.com/hexclave/hexclave",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -85,8 +85,8 @@
85
85
  "tailwindcss-animate": "^1.0.7",
86
86
  "rrweb": "^1.1.3",
87
87
  "yup": "^1.7.1",
88
- "@hexclave/shared": "1.0.32",
89
- "@hexclave/ui": "1.0.32"
88
+ "@hexclave/shared": "1.0.33",
89
+ "@hexclave/ui": "1.0.33"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@types/react": ">=18.0.0",
@@ -4,11 +4,9 @@ This component is the official way to integrate Hexclave with your Convex projec
4
4
 
5
5
  ## Installation
6
6
 
7
- To get started, first install Hexclave using the setup wizard:
7
+ To get started, follow the Hexclave setup prompt and choose Convex for the integration steps:
8
8
 
9
- ```bash
10
- npx @hexclave/cli@latest init
11
- ```
9
+ https://docs.hexclave.com/guides/getting-started/setup
12
10
 
13
11
  ## Get Started
14
12