From 8b2bcbca6908122271f2d673f7f40638d9a19c66 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Thu, 28 May 2026 14:27:12 -0700 Subject: [PATCH] Update repository URL back to github.com/hexclave/stack-auth --- apps/backend/package.json | 2 +- apps/dashboard/package.json | 2 +- apps/dev-launchpad/package.json | 2 +- apps/e2e/package.json | 2 +- apps/mcp/package.json | 2 +- apps/mock-oauth-server/package.json | 2 +- apps/skills/package.json | 2 +- examples/cjs-test/package.json | 2 +- examples/convex/package.json | 2 +- examples/demo/package.json | 2 +- examples/docs-examples/package.json | 2 +- examples/e-commerce/package.json | 2 +- examples/js-example/package.json | 2 +- examples/lovable-react-18-example/package.json | 2 +- examples/middleware/package.json | 2 +- examples/react-example/package.json | 2 +- examples/supabase/package.json | 2 +- examples/tanstack-start-demo/package.json | 2 +- package.json | 2 +- packages/dashboard-ui-components/package.json | 2 +- packages/init-stack/package.json | 2 +- packages/js/package.json | 2 +- packages/react/package.json | 2 +- packages/stack-cli/package.json | 2 +- packages/stack-sc/package.json | 2 +- packages/stack-shared/package.json | 2 +- packages/stack-ui/package.json | 2 +- packages/stack/package.json | 2 +- packages/tanstack-start/package.json | 2 +- packages/template/package.json | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index debfae323..a6ca69773 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/backend", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "type": "module", "scripts": { diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 39bdbb84f..d0fbd6b9a 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/dashboard", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "scripts": { "clean": "rimraf .next && rimraf node_modules", diff --git a/apps/dev-launchpad/package.json b/apps/dev-launchpad/package.json index 82e73033a..d458fde21 100644 --- a/apps/dev-launchpad/package.json +++ b/apps/dev-launchpad/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/dev-launchpad", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "scripts": { "dev": "node scripts/write-env-config.js && serve -p ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}00 -s public", diff --git a/apps/e2e/package.json b/apps/e2e/package.json index 1a9feb9b6..c2c804880 100644 --- a/apps/e2e/package.json +++ b/apps/e2e/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/e2e-tests", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "type": "module", "scripts": { diff --git a/apps/mcp/package.json b/apps/mcp/package.json index 2e27b0823..f6ea980ff 100644 --- a/apps/mcp/package.json +++ b/apps/mcp/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/mcp", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "type": "module", "scripts": { diff --git a/apps/mock-oauth-server/package.json b/apps/mock-oauth-server/package.json index 1c95ff059..a87fd838f 100644 --- a/apps/mock-oauth-server/package.json +++ b/apps/mock-oauth-server/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/mock-oauth-server", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "main": "index.js", "scripts": { diff --git a/apps/skills/package.json b/apps/skills/package.json index 894765fde..80aae78bf 100644 --- a/apps/skills/package.json +++ b/apps/skills/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/skills", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "type": "module", "scripts": { diff --git a/examples/cjs-test/package.json b/examples/cjs-test/package.json index 74b4c456a..df835456d 100644 --- a/examples/cjs-test/package.json +++ b/examples/cjs-test/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/example-cjs-test", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "scripts": { "dev": "next dev --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}10", diff --git a/examples/convex/package.json b/examples/convex/package.json index 8c3e81387..9f45ccf0c 100644 --- a/examples/convex/package.json +++ b/examples/convex/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/convex-example", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "scripts": { "convex": "convex", diff --git a/examples/demo/package.json b/examples/demo/package.json index 8520000f9..935c21e32 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/example-demo-app", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "description": "", "private": true, "scripts": { diff --git a/examples/docs-examples/package.json b/examples/docs-examples/package.json index 1348ec221..7858d185b 100644 --- a/examples/docs-examples/package.json +++ b/examples/docs-examples/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/docs-examples", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "description": "", "private": true, "scripts": { diff --git a/examples/e-commerce/package.json b/examples/e-commerce/package.json index 8aa4c3714..c54dea619 100644 --- a/examples/e-commerce/package.json +++ b/examples/e-commerce/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/e-commerce-demo", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "scripts": { "dev": "next dev --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}11", diff --git a/examples/js-example/package.json b/examples/js-example/package.json index 5fdd8fd9e..74ffab4d3 100644 --- a/examples/js-example/package.json +++ b/examples/js-example/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/js-example", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "description": "", "main": "index.js", diff --git a/examples/lovable-react-18-example/package.json b/examples/lovable-react-18-example/package.json index 0b7e9a287..ae7f7abe1 100644 --- a/examples/lovable-react-18-example/package.json +++ b/examples/lovable-react-18-example/package.json @@ -2,7 +2,7 @@ "name": "@stackframe/lovable-react-18-example", "private": true, "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "type": "module", "scripts": { "dev": "vite", diff --git a/examples/middleware/package.json b/examples/middleware/package.json index cdb91086e..d2be3d74f 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/example-middleware-demo", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "scripts": { "dev": "next dev --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}12", diff --git a/examples/react-example/package.json b/examples/react-example/package.json index 03e2870f6..c05e3de41 100644 --- a/examples/react-example/package.json +++ b/examples/react-example/package.json @@ -2,7 +2,7 @@ "name": "react-example", "private": true, "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "type": "module", "scripts": { "dev": "vite --force --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}20", diff --git a/examples/supabase/package.json b/examples/supabase/package.json index 3f5db532a..9279006aa 100644 --- a/examples/supabase/package.json +++ b/examples/supabase/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/example-supabase", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "scripts": { "dev": "next dev --turbo --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}15", diff --git a/examples/tanstack-start-demo/package.json b/examples/tanstack-start-demo/package.json index 2eb8ce569..d3da65eb1 100644 --- a/examples/tanstack-start-demo/package.json +++ b/examples/tanstack-start-demo/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/example-tanstack-start-demo", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "description": "TanStack Start demo app for Hexclave", "private": true, "type": "module", diff --git a/package.json b/package.json index 9a6210319..c8562c01f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@stackframe/monorepo", "version": "0.0.0", "private": true, - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "scripts": { "pre-no-codegen": "pnpm exec only-allow pnpm", "pre-preinstall": "pnpx only-allow@1.2.2 pnpm && node -e \"if(process.env.STACK_SKIP_TEMPLATE_GENERATION !== 'true') require('child_process').execSync('pnpm exec tsx ./scripts/generate-sdks.ts', {stdio: 'inherit'})\"", diff --git a/packages/dashboard-ui-components/package.json b/packages/dashboard-ui-components/package.json index 81a821c2c..1f1cb7418 100644 --- a/packages/dashboard-ui-components/package.json +++ b/packages/dashboard-ui-components/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/dashboard-ui-components", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "main": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, diff --git a/packages/init-stack/package.json b/packages/init-stack/package.json index f24e93d90..48ce7a4d1 100644 --- a/packages/init-stack/package.json +++ b/packages/init-stack/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/init-stack", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "description": "The setup wizard for Hexclave. https://hexclave.com", "main": "dist/index.mjs", "type": "module", diff --git a/packages/js/package.json b/packages/js/package.json index 327f4c184..db7a74532 100644 --- a/packages/js/package.json +++ b/packages/js/package.json @@ -2,7 +2,7 @@ "//": "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)", "name": "@stackframe/js", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/react/package.json b/packages/react/package.json index 48cd01496..37c215188 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "//": "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)", "name": "@stackframe/react", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/stack-cli/package.json b/packages/stack-cli/package.json index 9dada9f24..4ac4ea54c 100644 --- a/packages/stack-cli/package.json +++ b/packages/stack-cli/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/stack-cli", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "description": "The CLI for Hexclave. https://hexclave.com", "main": "dist/index.js", "type": "module", diff --git a/packages/stack-sc/package.json b/packages/stack-sc/package.json index 1b952c17b..681f368a4 100644 --- a/packages/stack-sc/package.json +++ b/packages/stack-sc/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/stack-sc", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "exports": { "./force-react-server": { "types": "./dist/index.react-server.d.ts", diff --git a/packages/stack-shared/package.json b/packages/stack-shared/package.json index 37539fad5..3acfda554 100644 --- a/packages/stack-shared/package.json +++ b/packages/stack-shared/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/stack-shared", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "scripts": { "build": "rimraf dist && tsdown", "typecheck": "tsc --noEmit", diff --git a/packages/stack-ui/package.json b/packages/stack-ui/package.json index 8fa976d69..c95e3375e 100644 --- a/packages/stack-ui/package.json +++ b/packages/stack-ui/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/stack-ui", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "main": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, diff --git a/packages/stack/package.json b/packages/stack/package.json index b6d912877..a98d19bc1 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -2,7 +2,7 @@ "//": "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)", "name": "@stackframe/stack", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/tanstack-start/package.json b/packages/tanstack-start/package.json index 946d9f805..8a86175f1 100644 --- a/packages/tanstack-start/package.json +++ b/packages/tanstack-start/package.json @@ -2,7 +2,7 @@ "//": "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)", "name": "@stackframe/tanstack-start", "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/template/package.json b/packages/template/package.json index 9b9f1f373..b57b69e13 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -3,7 +3,7 @@ "name": "@stackframe/template", "private": true, "version": "2.8.109", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts",