@hexclave/tanstack-start 1.0.6 → 1.0.9

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.
@@ -6,9 +6,9 @@ let react = require("react");
6
6
  let react_jsx_runtime = require("react/jsx-runtime");
7
7
  let _________lib_hooks_js = require("../../../lib/hooks.js");
8
8
  let _________lib_translations_js = require("../../../lib/translations.js");
9
- let ___section_js = require("../section.js");
10
9
  let _________components_api_key_dialogs_js = require("../../../components/api-key-dialogs.js");
11
10
  let _________components_api_key_table_js = require("../../../components/api-key-table.js");
11
+ let ___section_js = require("../section.js");
12
12
 
13
13
  //#region src/components-page/account-settings/teams/team-api-keys-section.tsx
14
14
  function TeamApiKeysSection(props) {
@@ -4,9 +4,9 @@ import { useState } from "react";
4
4
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
5
5
  import { useStackApp, useUser } from "../../../lib/hooks.js";
6
6
  import { useTranslation } from "../../../lib/translations.js";
7
- import { Section } from "../section.js";
8
7
  import { CreateApiKeyDialog, ShowApiKeyDialog } from "../../../components/api-key-dialogs.js";
9
8
  import { ApiKeyTable } from "../../../components/api-key-table.js";
9
+ import { Section } from "../section.js";
10
10
 
11
11
  //#region src/components-page/account-settings/teams/team-api-keys-section.tsx
12
12
  function TeamApiKeysSection(props) {
@@ -14,7 +14,7 @@ import { envVars } from "../../../../generated/env.js";
14
14
  import { resolveHandlerUrls } from "../../url-targets.js";
15
15
 
16
16
  //#region src/lib/hexclave-app/apps/implementations/common.ts
17
- const clientVersion = "js @hexclave/tanstack-start@1.0.6";
17
+ const clientVersion = "js @hexclave/tanstack-start@1.0.9";
18
18
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) throw new HexclaveAssertionError("Client version was not replaced. Something went wrong during build!");
19
19
  const replaceHexclavePortPrefix = (input) => {
20
20
  if (!input) return input;
@@ -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.6";
20
+ const clientVersion = "js @hexclave/tanstack-start@1.0.9";
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;
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.6",
4
+ "version": "1.0.9",
5
5
  "repository": "https://github.com/hexclave/hexclave",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -77,16 +77,21 @@
77
77
  "rrweb": "^1.1.3",
78
78
  "tsx": "^4.21.0",
79
79
  "yup": "^1.7.1",
80
- "@hexclave/ui": "1.0.6",
81
- "@hexclave/shared": "1.0.6"
80
+ "@hexclave/shared": "1.0.9",
81
+ "@hexclave/ui": "1.0.9"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "@types/react": ">=18.0.0",
85
+ "@types/react-dom": ">=18.0.0",
86
+ "react-dom": ">=18.0.0",
85
87
  "@tanstack/react-router": ">=1.100.0",
86
88
  "@tanstack/react-start": ">=1.100.0",
87
89
  "react": ">=18.0.0"
88
90
  },
89
91
  "peerDependenciesMeta": {
92
+ "@types/react-dom": {
93
+ "optional": true
94
+ },
90
95
  "@types/react": {
91
96
  "optional": true
92
97
  }
@@ -119,10 +124,10 @@
119
124
  "typecheck": "tsc --noEmit",
120
125
  "clean": "rimraf dist && rimraf node_modules",
121
126
  "lint": "eslint --ext .tsx,.ts .",
122
- "build": "rimraf dist && pnpm run codegen && tsdown",
123
- "dev": "concurrently -n \"build,codegen\" -k \"tsdown --watch\" \"pnpm run codegen:watch\"",
124
127
  "codegen": "pnpm run env && pnpm run css",
125
128
  "codegen:watch": "concurrently -n \"env,css\" -k \"pnpm run env:watch\" \"pnpm run css:watch\"",
129
+ "build": "rimraf dist && pnpm run codegen && tsdown",
130
+ "dev": "concurrently -n \"build,codegen\" -k \"tsdown --watch\" \"pnpm run codegen:watch\"",
126
131
  "env": "tsx ./scripts/generate-env.ts",
127
132
  "env:watch": "chokidar --silent './scripts/generate-env.ts' -c 'pnpm run env' --throttle 2000",
128
133
  "css": "pnpm run css-tw && pnpm run css-sc",