diff --git a/apps/backend/package.json b/apps/backend/package.json index 0cdc6057d..fcdc5d189 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/backend", "version": "1.0.0", - "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 82fa4bd38..28554b396 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/dashboard", "version": "1.0.0", - "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 2d891f47c..30cdcc68f 100644 --- a/apps/dev-launchpad/package.json +++ b/apps/dev-launchpad/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/dev-launchpad", "version": "1.0.0", - "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 ca1255f81..ffe5d854c 100644 --- a/apps/e2e/package.json +++ b/apps/e2e/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/e2e-tests", "version": "1.0.0", - "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 644ff8dee..358ae04cd 100644 --- a/apps/mcp/package.json +++ b/apps/mcp/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/mcp", "version": "1.0.0", - "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 29fb420ab..063a4901f 100644 --- a/apps/mock-oauth-server/package.json +++ b/apps/mock-oauth-server/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/mock-oauth-server", "version": "1.0.0", - "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 b95dac901..78724304f 100644 --- a/apps/skills/package.json +++ b/apps/skills/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/skills", "version": "1.0.0", - "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 99168e22c..47eb86b8f 100644 --- a/examples/cjs-test/package.json +++ b/examples/cjs-test/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/example-cjs-test", "version": "1.0.0", - "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 84d9756b1..e66cd44c7 100644 --- a/examples/convex/package.json +++ b/examples/convex/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/convex-example", "version": "1.0.0", - "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 113f662d5..075f11319 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/example-demo-app", "version": "1.0.0", - "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 538a118b8..b0e2d4593 100644 --- a/examples/docs-examples/package.json +++ b/examples/docs-examples/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/docs-examples", "version": "1.0.0", - "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 4af3b09f9..0779e7a28 100644 --- a/examples/e-commerce/package.json +++ b/examples/e-commerce/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/e-commerce-demo", "version": "1.0.0", - "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 bcb861dce..9ba66602e 100644 --- a/examples/js-example/package.json +++ b/examples/js-example/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/js-example", "version": "1.0.0", - "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 7ea08810e..989cc4693 100644 --- a/examples/lovable-react-18-example/package.json +++ b/examples/lovable-react-18-example/package.json @@ -2,7 +2,7 @@ "name": "@hexclave/lovable-react-18-example", "private": true, "version": "1.0.0", - "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 23a7a6b97..631ae68fe 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/example-middleware-demo", "version": "1.0.0", - "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 efad1f5bd..b53c0ffed 100644 --- a/examples/react-example/package.json +++ b/examples/react-example/package.json @@ -2,7 +2,7 @@ "name": "react-example", "private": true, "version": "1.0.0", - "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 b090275ad..c39c914f5 100644 --- a/examples/supabase/package.json +++ b/examples/supabase/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/example-supabase", "version": "1.0.0", - "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 f2a917e7d..f8dc3d828 100644 --- a/examples/tanstack-start-demo/package.json +++ b/examples/tanstack-start-demo/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/example-tanstack-start-demo", "version": "1.0.0", - "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 34e9c451d..f0652f300 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@hexclave/monorepo", "version": "1.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 782a52ca0..3ce870d5e 100644 --- a/packages/dashboard-ui-components/package.json +++ b/packages/dashboard-ui-components/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/dashboard-ui-components", "version": "1.0.0", - "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 2c9caafe2..dea7d0b65 100644 --- a/packages/init-stack/package.json +++ b/packages/init-stack/package.json @@ -2,7 +2,7 @@ "name": "@stackframe/init-stack", "private": true, "version": "1.0.0", - "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 69b915c92..20c283ff9 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": "@hexclave/js", "version": "1.0.0", - "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 fa96fc5b3..e9ebef961 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": "@hexclave/react", "version": "1.0.0", - "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 b615a9b80..ce35f447b 100644 --- a/packages/stack-cli/package.json +++ b/packages/stack-cli/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/cli", "version": "1.0.0", - "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 7953d83a1..94ad8e783 100644 --- a/packages/stack-sc/package.json +++ b/packages/stack-sc/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/sc", "version": "1.0.0", - "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 6ac0eedf8..10d27b6f7 100644 --- a/packages/stack-shared/package.json +++ b/packages/stack-shared/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/shared", "version": "1.0.0", - "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 8ccd7161d..8138e23a7 100644 --- a/packages/stack-ui/package.json +++ b/packages/stack-ui/package.json @@ -1,7 +1,7 @@ { "name": "@hexclave/ui", "version": "1.0.0", - "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 939dab00c..3b64782a3 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": "@hexclave/next", "version": "1.0.0", - "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 286269c10..2756a38b8 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": "@hexclave/tanstack-start", "version": "1.0.0", - "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 d2a63ce4c..0c155a0b6 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -3,7 +3,7 @@ "name": "@stackframe/template", "private": true, "version": "1.0.0", - "repository": "https://github.com/hexclave/hexclave", + "repository": "https://github.com/hexclave/stack-auth", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts",