Skip to content

Commit 29a6a88

Browse files
committed
Merge remote-tracking branch 'origin/dev' into ai-analytics
2 parents 185d245 + 80a26ca commit 29a6a88

39 files changed

Lines changed: 39 additions & 39 deletions

File tree

.cursor/commands/pre-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please compare `dev` to `main` and ensure that all migrations are backwards compatible. In what ways could breakage occur? Report the result to me in detail. Anything else that's scary that could occur, or that we should think about while migrating?
1+
Please compare `origin/dev` to `origin/main` (feel free to check out the dev branch if needed) and ensure that all migrations are backwards compatible. In what ways could breakage occur? Report the result to me in detail. Anything else that's scary that could occur, or that we should think about while migrating?

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/backend",
3-
"version": "2.8.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"type": "module",

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/dashboard",
3-
"version": "2.8.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"scripts": {

apps/dev-launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/dev-launchpad",
3-
"version": "2.8.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"scripts": {

apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/e2e-tests",
3-
"version": "2.8.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"type": "module",

apps/hosted-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/hosted-components",
33
"private": true,
4-
"version": "2.8.88",
4+
"version": "2.8.89",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}09",

apps/internal-tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/internal-tool",
33
"private": true,
4-
"version": "2.8.88",
4+
"version": "2.8.89",
55
"type": "module",
66
"scripts": {
77
"dev": "node scripts/pre-dev.mjs && next dev --turbopack --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}41",

apps/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/mcp",
3-
"version": "2.8.86",
3+
"version": "2.8.89",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"type": "module",

apps/mock-oauth-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/mock-oauth-server",
3-
"version": "2.8.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/stack-auth",
55
"private": true,
66
"main": "index.js",

docs-mintlify/openapi/admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
"properties": {
11241124
"expires_in_millis": {
11251125
"type": "number",
1126-
"default": 7200000
1126+
"default": 120000
11271127
},
11281128
"anon_refresh_token": {
11291129
"type": "string"

0 commit comments

Comments
 (0)