@stackframe/tanstack-start 2.8.96 → 2.8.98

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.
@@ -14,7 +14,7 @@ import { envVars } from "../../../env.js";
14
14
  import { resolveHandlerUrls } from "../../url-targets.js";
15
15
 
16
16
  //#region src/lib/stack-app/apps/implementations/common.ts
17
- const clientVersion = "js @stackframe/tanstack-start@2.8.96";
17
+ const clientVersion = "js @stackframe/tanstack-start@2.8.98";
18
18
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) throw new StackAssertionError("Client version was not replaced. Something went wrong during build!");
19
19
  const replaceStackPortPrefix = (input) => {
20
20
  if (!input) return input;
@@ -17,7 +17,7 @@ let _________env_js = require("../../../env.js");
17
17
  let ______url_targets_js = require("../../url-targets.js");
18
18
 
19
19
  //#region src/lib/stack-app/apps/implementations/common.ts
20
- const clientVersion = "js @stackframe/tanstack-start@2.8.96";
20
+ const clientVersion = "js @stackframe/tanstack-start@2.8.98";
21
21
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) throw new _stackframe_stack_shared_dist_utils_errors.StackAssertionError("Client version was not replaced. Something went wrong during build!");
22
22
  const replaceStackPortPrefix = (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, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
3
3
  "name": "@stackframe/tanstack-start",
4
- "version": "2.8.96",
4
+ "version": "2.8.98",
5
5
  "repository": "https://github.com/hexclave/stack-auth",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -76,8 +76,8 @@
76
76
  "rrweb": "^1.1.3",
77
77
  "tsx": "^4.21.0",
78
78
  "yup": "^1.7.1",
79
- "@stackframe/stack-shared": "2.8.96",
80
- "@stackframe/stack-ui": "2.8.96"
79
+ "@stackframe/stack-shared": "2.8.98",
80
+ "@stackframe/stack-ui": "2.8.98"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=18.3.0",