Update package.json repository fields

This commit is contained in:
Konstantin Wohlwend 2026-01-12 16:54:56 -08:00
parent a579408de7
commit dc4c63a473
25 changed files with 25 additions and 1 deletions

View File

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

View File

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

View File

@ -1,6 +1,7 @@
{
"name": "@stackframe/dev-launchpad",
"version": "2.8.58",
"repository": "https://github.com/stack-auth/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,6 +1,7 @@
{
"name": "@stackframe/e2e-tests",
"version": "2.8.58",
"repository": "https://github.com/stack-auth/stack-auth",
"private": true,
"type": "module",
"scripts": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,7 @@
{
"name": "@stackframe/example-supabase",
"version": "2.8.58",
"repository": "https://github.com/stack-auth/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": "",
"repository": "https://github.com/stack-auth/stack-auth",
"scripts": {
"pre-no-codegen": "pnpx only-allow pnpm",
"pre-preinstall": "pnpx only-allow pnpm && node -e \"if(process.env.STACK_SKIP_TEMPLATE_GENERATION !== 'true') require('child_process').execSync('pnpx --package=tsx tsx ./scripts/generate-sdks.ts', {stdio: 'inherit'})\"",

View File

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

View File

@ -2,6 +2,7 @@
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY",
"name": "@stackframe/js",
"version": "2.8.58",
"repository": "https://github.com/stack-auth/stack-auth",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -2,6 +2,7 @@
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY",
"name": "@stackframe/react",
"version": "2.8.58",
"repository": "https://github.com/stack-auth/stack-auth",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

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

View File

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

View File

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

View File

@ -2,6 +2,7 @@
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY",
"name": "@stackframe/stack",
"version": "2.8.58",
"repository": "https://github.com/stack-auth/stack-auth",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -1,6 +1,7 @@
{
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY",
"name": "@stackframe/template",
"repository": "https://github.com/stack-auth/stack-auth",
"private": true,
"version": "2.8.58",
"sideEffects": false,