mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Merge remote-tracking branch 'origin/dev' into cl/hexclave-pr3
# Conflicts: # apps/backend/package.json # apps/dashboard/package.json # apps/dev-launchpad/package.json # apps/e2e/package.json # apps/mcp/package.json # apps/mock-oauth-server/package.json # apps/skills/package.json # examples/cjs-test/package.json # examples/convex/package.json # examples/demo/package.json # examples/docs-examples/package.json # examples/e-commerce/package.json # examples/js-example/package.json # examples/lovable-react-18-example/package.json # examples/middleware/package.json # examples/react-example/package.json # examples/supabase/package.json # examples/tanstack-start-demo/package.json # packages/dashboard-ui-components/package.json # packages/init-stack/package.json # packages/js/package.json # packages/react/package.json # packages/stack-cli/package.json # packages/stack-sc/package.json # packages/stack-shared/package.json # packages/stack-ui/package.json # packages/stack/package.json # packages/tanstack-start/package.json # packages/template/package.json
This commit is contained in:
commit
cf05a4c20b
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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'})\"",
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user