Update GitHub URL

This commit is contained in:
Konstantin Wohlwend 2026-05-06 15:17:01 -07:00
parent 602cf4be82
commit 5ccd8dfd38
33 changed files with 33 additions and 33 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/backend",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/dashboard",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"scripts": {
"clean": "rimraf .next && rimraf node_modules",

View File

@ -13,7 +13,7 @@ export default function Footer () {
{[
{ href: "https://discord.stack-auth.com/", icon: FaDiscord },
{ href: "https://www.linkedin.com/company/stackframe-inc", icon: FaLinkedin },
{ href: "https://github.com/stack-auth/stack-auth", icon: FaGithub },
{ href: "https://github.com/hexclave/stack-auth", icon: FaGithub },
].map(({ href, icon: Icon }) => (
<li key={href}>
<Link href={href}>

View File

@ -188,7 +188,7 @@ export function FeedbackForm() {
<EnvelopeIcon className="h-4 w-4 text-muted-foreground group-hover:text-foreground" />
</a>
<a
href="https://github.com/stack-auth/stack-auth"
href="https://github.com/hexclave/stack-auth"
target="_blank"
rel="noopener noreferrer"
className="flex items-center justify-center w-8 h-8 rounded-md hover:bg-muted transition-colors group"

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/dev-launchpad",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"scripts": {
"dev": "node scripts/write-env-config.js && serve -p ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}00 -s public",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/e2e-tests",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/mock-oauth-server",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"main": "index.js",
"scripts": {

View File

@ -31,7 +31,7 @@
"links": [
{
"type": "github",
"href": "https://github.com/stack-auth/stack-auth"
"href": "https://github.com/hexclave/stack-auth"
}
],
"primary": {

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/stack-docs",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"description": "",
"main": "index.js",
"private": true,

View File

@ -32,7 +32,7 @@ export const baseOptions: BaseLayoutProps = {
{
type: 'main',
text: "GitHub",
url: "https://github.com/stack-auth/stack-auth",
url: "https://github.com/hexclave/stack-auth",
active: "url",
external: true
},

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/example-cjs-test",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"scripts": {
"dev": "next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}10",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/convex-example",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"scripts": {
"convex": "convex",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/example-demo-app",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"description": "",
"private": true,
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/docs-examples",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"description": "",
"private": true,
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/e-commerce-demo",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"scripts": {
"dev": "next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}11",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/js-example",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"description": "",
"main": "index.js",

View File

@ -2,7 +2,7 @@
"name": "@stackframe/lovable-react-18-example",
"private": true,
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/example-middleware-demo",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"scripts": {
"dev": "next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}12",

View File

@ -2,7 +2,7 @@
"name": "react-example",
"private": true,
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"type": "module",
"scripts": {
"dev": "vite --force --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}20",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/example-supabase",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"scripts": {
"dev": "next dev --turbo --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}15",

View File

@ -2,7 +2,7 @@
"name": "@stackframe/monorepo",
"version": "0.0.0",
"private": true,
"repository": "https://github.com/stack-auth/stack-auth",
"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'})\"",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/dashboard-ui-components",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/init-stack",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"description": "The setup wizard for Stack. https://stack-auth.com",
"main": "dist/index.mjs",
"type": "module",

View File

@ -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.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -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.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/stack-cli",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"description": "The CLI for Stack Auth. https://stack-auth.com",
"main": "dist/index.js",
"type": "module",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/stack-sc",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"exports": {
"./force-react-server": {
"types": "./dist/index.react-server.d.ts",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/stack-shared",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"scripts": {
"build": "rimraf dist && tsdown",
"typecheck": "tsc --noEmit",

View File

@ -1,7 +1,7 @@
{
"name": "@stackframe/stack-ui",
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,

View File

@ -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.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -12,7 +12,7 @@
"//": "NEXT_LINE_PLATFORM template",
"private": true,
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -3,7 +3,7 @@
"name": "@stackframe/template",
"private": true,
"version": "2.8.88",
"repository": "https://github.com/stack-auth/stack-auth",
"repository": "https://github.com/hexclave/stack-auth",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -1939,7 +1939,7 @@ function createSupportTab(app: StackClientApp<true>): HTMLElement {
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg>
<span>Email</span>
</a>
<a href="https://github.com/stack-auth/stack-auth" target="_blank" rel="noopener noreferrer" class="sdt-support-channel">
<a href="https://github.com/hexclave/stack-auth" target="_blank" rel="noopener noreferrer" class="sdt-support-channel">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.374 0 0 5.373 0 12c0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.509 11.509 0 0 1 12 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z"/></svg>
<span>GitHub</span>
</a>`;