Upgrades turbo to 1.8.3 (#7809)
parent
8d27dcdea3
commit
650ecc7a85
|
@ -93,7 +93,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"city-timezones": "^1.2.1",
|
"city-timezones": "^1.2.1",
|
||||||
"eslint": "^8.34.0",
|
"eslint": "^8.34.0",
|
||||||
"turbo": "^1.4.3"
|
"turbo": "^1.8.3"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@apidevtools/json-schema-ref-parser": "9.0.9",
|
"@apidevtools/json-schema-ref-parser": "9.0.9",
|
||||||
|
|
458
turbo.json
458
turbo.json
|
@ -3,149 +3,219 @@
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
"@calcom/prisma#build": {
|
"@calcom/prisma#build": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": ["post-install"],
|
"dependsOn": [
|
||||||
"outputs": []
|
"post-install"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/prisma#db-migrate": {
|
"@calcom/prisma#db-migrate": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": ["@calcom/prisma#db-up"],
|
"dependsOn": [
|
||||||
"inputs": ["./schema.prisma", "./migrations/**/*.sql"],
|
"@calcom/prisma#db-up"
|
||||||
"outputs": []
|
],
|
||||||
|
"inputs": [
|
||||||
|
"./schema.prisma",
|
||||||
|
"./migrations/**/*.sql"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/prisma#db-seed": {
|
"@calcom/prisma#db-seed": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": ["@calcom/prisma#db-migrate"],
|
"dependsOn": [
|
||||||
"outputs": []
|
"@calcom/prisma#db-migrate"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/prisma#db-up": {
|
"@calcom/prisma#db-up": {
|
||||||
"cache": false,
|
"cache": false
|
||||||
"outputs": []
|
|
||||||
},
|
},
|
||||||
"@calcom/prisma#dx": {
|
"@calcom/prisma#dx": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": ["@calcom/prisma#db-migrate"],
|
"dependsOn": [
|
||||||
"outputs": []
|
"@calcom/prisma#db-migrate"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/web#build": {
|
"@calcom/web#build": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"^build",
|
"^build"
|
||||||
"$NEXT_PUBLIC_IS_E2E",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE_MONTHLY",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRODUCT_ID",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_TEAM_MONTHLY_PRICE_ID",
|
|
||||||
"$STRIPE_PREMIUM_PLAN_PRODUCT_ID",
|
|
||||||
"$STRIPE_TEAM_MONTHLY_PRICE_ID",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PUBLIC_KEY",
|
|
||||||
"$NEXT_PUBLIC_WEBAPP_URL",
|
|
||||||
"$NEXT_PUBLIC_WEBSITE_URL"
|
|
||||||
],
|
],
|
||||||
"outputs": [".next/**"]
|
"outputs": [
|
||||||
|
".next/**"
|
||||||
|
],
|
||||||
|
"env": [
|
||||||
|
"NEXT_PUBLIC_IS_E2E",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE_MONTHLY",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRODUCT_ID",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PUBLIC_KEY",
|
||||||
|
"NEXT_PUBLIC_STRIPE_TEAM_MONTHLY_PRICE_ID",
|
||||||
|
"NEXT_PUBLIC_WEBAPP_URL",
|
||||||
|
"NEXT_PUBLIC_WEBSITE_URL",
|
||||||
|
"STRIPE_PREMIUM_PLAN_PRODUCT_ID",
|
||||||
|
"STRIPE_TEAM_MONTHLY_PRICE_ID"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/web#dx": {
|
"@calcom/web#dx": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": ["@calcom/prisma#dx"],
|
"dependsOn": [
|
||||||
"outputs": []
|
"@calcom/prisma#dx"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/web#start": {
|
"@calcom/web#start": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": [],
|
"dependsOn": []
|
||||||
"outputs": []
|
|
||||||
},
|
},
|
||||||
"@calcom/website#build": {
|
"@calcom/website#build": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"^build",
|
"^build"
|
||||||
"$NEXT_PUBLIC_STRIPE_FREE_PLAN_PRICE",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PREMIUM_NEW_PLAN_PRICE",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PRO_PLAN_PRICE",
|
|
||||||
"$NEXT_PUBLIC_IS_PREMIUM_NEW_PLAN",
|
|
||||||
"$STRIPE_PRO_PLAN_PRODUCT_ID",
|
|
||||||
"$STRIPE_PREMIUM_PLAN_PRODUCT_ID",
|
|
||||||
"$STRIPE_FREE_PLAN_PRODUCT_ID",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PUBLIC_KEY",
|
|
||||||
"$NEXT_PUBLIC_WEBAPP_URL",
|
|
||||||
"$NEXT_PUBLIC_WEBSITE_URL",
|
|
||||||
"$SENDGRID_VERIFICATION_KEY",
|
|
||||||
"$DATOCMS_GRAPHQL_ENDPOINT",
|
|
||||||
"$DATOCMS_API_TOKEN",
|
|
||||||
"$STRIPE_SUPPORT_TABLE",
|
|
||||||
"$ENVIRONMENT_URL",
|
|
||||||
"$CSP_POLICY"
|
|
||||||
],
|
],
|
||||||
"outputs": [".next/**"]
|
"outputs": [
|
||||||
|
".next/**"
|
||||||
|
],
|
||||||
|
"env": [
|
||||||
|
"CSP_POLICY",
|
||||||
|
"DATOCMS_API_TOKEN",
|
||||||
|
"DATOCMS_GRAPHQL_ENDPOINT",
|
||||||
|
"ENVIRONMENT_URL",
|
||||||
|
"NEXT_PUBLIC_IS_PREMIUM_NEW_PLAN",
|
||||||
|
"NEXT_PUBLIC_STRIPE_FREE_PLAN_PRICE",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PREMIUM_NEW_PLAN_PRICE",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PRO_PLAN_PRICE",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PUBLIC_KEY",
|
||||||
|
"NEXT_PUBLIC_WEBAPP_URL",
|
||||||
|
"NEXT_PUBLIC_WEBSITE_URL",
|
||||||
|
"SENDGRID_VERIFICATION_KEY",
|
||||||
|
"STRIPE_FREE_PLAN_PRODUCT_ID",
|
||||||
|
"STRIPE_PREMIUM_PLAN_PRODUCT_ID",
|
||||||
|
"STRIPE_PRO_PLAN_PRODUCT_ID",
|
||||||
|
"STRIPE_SUPPORT_TABLE"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": [
|
||||||
"outputs": ["dist/**", ".next/**"]
|
"^build"
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
".next/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"db-deploy": {
|
"db-deploy": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"inputs": ["./migrations/**/*.sql", "./prisma/migrations/**/*.sql"],
|
"inputs": [
|
||||||
"outputs": []
|
"./migrations/**/*.sql",
|
||||||
|
"./prisma/migrations/**/*.sql"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"db-seed": { "outputs": [] },
|
"db-seed": {},
|
||||||
"deploy": {
|
"deploy": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": ["@calcom/web#build"],
|
"dependsOn": [
|
||||||
"outputs": []
|
"@calcom/web#build"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"clean": {
|
"clean": {
|
||||||
"cache": false
|
"cache": false,
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
"build/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
"dependsOn": ["//#env-check:common", "//#env-check:app-store"],
|
"dependsOn": [
|
||||||
"outputs": [],
|
"//#env-check:common",
|
||||||
|
"//#env-check:app-store"
|
||||||
|
],
|
||||||
"cache": false
|
"cache": false
|
||||||
},
|
},
|
||||||
"dx": {
|
"dx": {
|
||||||
"cache": false,
|
"cache": false
|
||||||
"outputs": []
|
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
"cache": false,
|
"cache": false
|
||||||
"outputs": []
|
|
||||||
},
|
},
|
||||||
"lint:fix": {
|
"lint:fix": {
|
||||||
"cache": false,
|
"cache": false
|
||||||
"outputs": []
|
|
||||||
},
|
},
|
||||||
"lint:report": {
|
"lint:report": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"outputs": ["lint-results"]
|
"outputs": [
|
||||||
|
"lint-results"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"post-install": {
|
"post-install": {
|
||||||
"dependsOn": ["$PRISMA_GENERATE_DATAPROXY"],
|
"dependsOn": [],
|
||||||
"outputs": ["../../node_modules/@prisma/client/**", "../../node_modules/@prisma/admin-client/**"],
|
"outputs": [
|
||||||
"inputs": ["./schema.prisma", "./prisma/schema.prisma"]
|
"../../node_modules/@prisma/client/**",
|
||||||
|
"../../node_modules/@prisma/admin-client/**"
|
||||||
|
],
|
||||||
|
"inputs": [
|
||||||
|
"./schema.prisma",
|
||||||
|
"./prisma/schema.prisma"
|
||||||
|
],
|
||||||
|
"env": [
|
||||||
|
"PRISMA_GENERATE_DATAPROXY"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/prisma#post-install": {
|
"@calcom/prisma#post-install": {
|
||||||
"cache": false
|
"cache": false,
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
"build/**"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"start": {
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
"build/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"start": {},
|
|
||||||
"embed-tests": {
|
"embed-tests": {
|
||||||
"cache": false
|
"cache": false,
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
"build/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"embed-tests-quick": {
|
"embed-tests-quick": {
|
||||||
"cache": false
|
"cache": false,
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
"build/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"type-check": {
|
"type-check": {
|
||||||
"cache": false,
|
"cache": false
|
||||||
"outputs": []
|
|
||||||
},
|
},
|
||||||
"@calcom/prisma#db-reset": {
|
"@calcom/prisma#db-reset": {
|
||||||
"cache": false
|
"cache": false,
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
"build/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/app-store-cli#build": {
|
"@calcom/app-store-cli#build": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"inputs": ["../../app-store/**/**"],
|
"inputs": [
|
||||||
"outputs": ["../../app-store/apps.server.generated.ts", "../../app-store/apps.browser.generated.tsx"]
|
"../../app-store/**/**"
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
"../../app-store/apps.server.generated.ts",
|
||||||
|
"../../app-store/apps.browser.generated.tsx"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/embed-react#type-check": {
|
"@calcom/embed-react#type-check": {
|
||||||
"dependsOn": ["@calcom/embed-core#build", "@calcom/embed-snippet#build"]
|
"dependsOn": [
|
||||||
|
"@calcom/embed-core#build",
|
||||||
|
"@calcom/embed-snippet#build"
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
"build/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"@calcom/embed-core#build": {
|
"@calcom/embed-core#build": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"outputs": ["../../../apps/web/public/embed/**"]
|
"outputs": [
|
||||||
|
"../../../apps/web/public/embed/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"embed-tests-update-snapshots:ci": {
|
"embed-tests-update-snapshots:ci": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
|
@ -154,129 +224,143 @@
|
||||||
"@calcom/web#build",
|
"@calcom/web#build",
|
||||||
"^build",
|
"^build",
|
||||||
"^embed-tests-update-snapshots:ci"
|
"^embed-tests-update-snapshots:ci"
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
"dist/**",
|
||||||
|
"build/**"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"//#env-check:common": {
|
"//#env-check:common": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"inputs": ["./.env.example", "./.env"],
|
"inputs": [
|
||||||
"outputs": ["./.env"]
|
"./.env.example",
|
||||||
|
"./.env"
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
"./.env"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"//#env-check:app-store": {
|
"//#env-check:app-store": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"inputs": ["./.env.appStore.example", "./.env.appStore"],
|
"inputs": [
|
||||||
"outputs": ["./.env.appStore"]
|
"./.env.appStore.example",
|
||||||
|
"./.env.appStore"
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
"./.env.appStore"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"//#test": {
|
"//#test": {
|
||||||
"cache": false,
|
"cache": false
|
||||||
"outputs": []
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"globalDependencies": [
|
"globalDependencies": [
|
||||||
"$ANALYZE",
|
|
||||||
"$API_KEY_PREFIX",
|
|
||||||
"$NEXT_PUBLIC_API_URL",
|
|
||||||
"$APP_USER_NAME",
|
|
||||||
"$CALCOM_LICENSE_KEY",
|
|
||||||
"$CALCOM_TELEMETRY_DISABLED",
|
|
||||||
"$CALENDSO_ENCRYPTION_KEY",
|
|
||||||
"$SEND_FEEDBACK_EMAIL",
|
|
||||||
"$CI",
|
|
||||||
"$CLOSECOM_API_KEY",
|
|
||||||
"$SENDGRID_API_KEY",
|
|
||||||
"$SENDGRID_SYNC_API_KEY",
|
|
||||||
"$SENDGRID_EMAIL",
|
|
||||||
"$TWILIO_TOKEN",
|
|
||||||
"$TWILIO_SID",
|
|
||||||
"$TWILIO_MESSAGING_SID",
|
|
||||||
"$TWILIO_PHONE_NUMBER",
|
|
||||||
"$TWILIO_VERIFY_SID",
|
|
||||||
"$CRON_API_KEY",
|
|
||||||
"$DAILY_API_KEY",
|
|
||||||
"$DAILY_SCALE_PLAN",
|
|
||||||
"$DEBUG",
|
|
||||||
"$EMAIL_FROM",
|
|
||||||
"$EMAIL_SERVER_HOST",
|
|
||||||
"$EMAIL_SERVER_PASSWORD",
|
|
||||||
"$EMAIL_SERVER_PORT",
|
|
||||||
"$EMAIL_SERVER_USER",
|
|
||||||
"$EMAIL_SERVER",
|
|
||||||
"$EXCHANGE_DEFAULT_EWS_URL",
|
|
||||||
"$GIPHY_API_KEY",
|
|
||||||
"$GOOGLE_API_CREDENTIALS",
|
|
||||||
"$GOOGLE_LOGIN_ENABLED",
|
|
||||||
"$MS_GRAPH_CLIENT_ID",
|
|
||||||
"$MS_GRAPH_CLIENT_SECRET",
|
|
||||||
"$LARK_OPEN_APP_ID",
|
|
||||||
"$LARK_OPEN_APP_SECRET",
|
|
||||||
"$LARK_OPEN_VERIFICATION_TOKEN",
|
|
||||||
"$TANDEM_CLIENT_ID",
|
|
||||||
"$TANDEM_CLIENT_SECRET",
|
|
||||||
"$TANDEM_BASE_URL",
|
|
||||||
"$ZOOM_CLIENT_ID",
|
|
||||||
"$ZOOM_CLIENT_SECRET",
|
|
||||||
"$HEROKU_APP_NAME",
|
|
||||||
"$RENDER_EXTERNAL_URL",
|
|
||||||
"$NEXT_PUBLIC_HOSTED_CAL_FEATURES",
|
|
||||||
"$HUBSPOT_CLIENT_ID",
|
|
||||||
"$HUBSPOT_CLIENT_SECRET",
|
|
||||||
"$INTEGRATION_TEST_MODE",
|
|
||||||
"$IP_BANLIST",
|
|
||||||
"$NEXT_PUBLIC_CONSOLE_URL",
|
|
||||||
"$NEXT_PUBLIC_DEBUG",
|
|
||||||
"$NEXT_PUBLIC_EMBED_LIB_URL",
|
|
||||||
"$NEXT_PUBLIC_SWAGGER_DOCS_URL",
|
|
||||||
"$NEXT_PUBLIC_TEAM_IMPERSONATION",
|
|
||||||
"$NEXT_PUBLIC_APP_NAME",
|
|
||||||
"$NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS",
|
|
||||||
"$NEXT_PUBLIC_COMPANY_NAME",
|
|
||||||
"$NEXT_PUBLIC_SENDER_ID",
|
|
||||||
"$NEXT_PUBLIC_SENDGRID_SENDER_NAME",
|
|
||||||
"$NEXT_PUBLIC_DISABLE_SIGNUP",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID",
|
|
||||||
"$NEXT_PUBLIC_STRIPE_PRICING_TABLE_PUBLISHABLE_KEY",
|
|
||||||
"$NEXTAUTH_COOKIE_DOMAIN",
|
|
||||||
"$NEXTAUTH_SECRET",
|
|
||||||
"$NEXTAUTH_URL",
|
|
||||||
"$NODE_ENV",
|
|
||||||
"$BUILD_ID",
|
|
||||||
"$PLAYWRIGHT_HEADLESS",
|
|
||||||
"$PLAYWRIGHT_TEST_BASE_URL",
|
|
||||||
"$PRISMA_FIELD_ENCRYPTION_KEY",
|
|
||||||
"$PRISMA_GENERATE_DATAPROXY",
|
|
||||||
"$QUICK",
|
|
||||||
"$RAILWAY_STATIC_URL",
|
|
||||||
"$SALESFORCE_CONSUMER_KEY",
|
|
||||||
"$SALESFORCE_CONSUMER_SECRET",
|
|
||||||
"$ZOHOCRM_CLIENT_ID",
|
|
||||||
"$ZOHOCRM_CLIENT_SECRET",
|
|
||||||
"$SAML_ADMINS",
|
|
||||||
"$SAML_DATABASE_URL",
|
|
||||||
"$SAML_CLIENT_SECRET_VERIFIER",
|
|
||||||
"$SEND_FEEDBACK_EMAIL",
|
|
||||||
"$SENTRY_DSN",
|
|
||||||
"$NEXT_PUBLIC_SENTRY_DSN",
|
|
||||||
"$SLACK_CLIENT_ID",
|
|
||||||
"$SLACK_CLIENT_SECRET",
|
|
||||||
"$SLACK_SIGNING_SECRET",
|
|
||||||
"$STRIPE_CLIENT_ID",
|
|
||||||
"$STRIPE_PRIVATE_KEY",
|
|
||||||
"$STRIPE_WEBHOOK_SECRET",
|
|
||||||
"$STRIPE_PRODUCT_ID_STARTER",
|
|
||||||
"$STRIPE_PRODUCT_ID_ESSENTIALS",
|
|
||||||
"$STRIPE_PRODUCT_ID_SCALE",
|
|
||||||
"$PAYMENT_FEE_FIXED",
|
|
||||||
"$PAYMENT_FEE_PERCENTAGE",
|
|
||||||
"$TELEMETRY_DEBUG",
|
|
||||||
"$VERCEL_ENV",
|
|
||||||
"$VERCEL_URL",
|
|
||||||
"$VITAL_API_KEY",
|
|
||||||
"$VITAL_WEBHOOK_SECRET",
|
|
||||||
"$VITAL_DEVELOPMENT_MODE",
|
|
||||||
"$VITAL_REGION",
|
|
||||||
"$ZAPIER_INVITE_LINK",
|
|
||||||
"$ALCHEMY_API_KEY",
|
|
||||||
"$INFURA_API_KEY",
|
|
||||||
"$GITHUB_API_REPO_TOKEN",
|
|
||||||
"yarn.lock"
|
"yarn.lock"
|
||||||
|
],
|
||||||
|
"globalEnv": [
|
||||||
|
"ALCHEMY_API_KEY",
|
||||||
|
"ANALYZE",
|
||||||
|
"API_KEY_PREFIX",
|
||||||
|
"APP_USER_NAME",
|
||||||
|
"BUILD_ID",
|
||||||
|
"CALCOM_LICENSE_KEY",
|
||||||
|
"CALCOM_TELEMETRY_DISABLED",
|
||||||
|
"CALENDSO_ENCRYPTION_KEY",
|
||||||
|
"CI",
|
||||||
|
"CLOSECOM_API_KEY",
|
||||||
|
"CRON_API_KEY",
|
||||||
|
"DAILY_API_KEY",
|
||||||
|
"DAILY_SCALE_PLAN",
|
||||||
|
"DEBUG",
|
||||||
|
"EMAIL_FROM",
|
||||||
|
"EMAIL_SERVER_HOST",
|
||||||
|
"EMAIL_SERVER_PASSWORD",
|
||||||
|
"EMAIL_SERVER_PORT",
|
||||||
|
"EMAIL_SERVER_USER",
|
||||||
|
"EMAIL_SERVER",
|
||||||
|
"EXCHANGE_DEFAULT_EWS_URL",
|
||||||
|
"GIPHY_API_KEY",
|
||||||
|
"GITHUB_API_REPO_TOKEN",
|
||||||
|
"GOOGLE_API_CREDENTIALS",
|
||||||
|
"GOOGLE_LOGIN_ENABLED",
|
||||||
|
"HEROKU_APP_NAME",
|
||||||
|
"HUBSPOT_CLIENT_ID",
|
||||||
|
"HUBSPOT_CLIENT_SECRET",
|
||||||
|
"INFURA_API_KEY",
|
||||||
|
"INTEGRATION_TEST_MODE",
|
||||||
|
"IP_BANLIST",
|
||||||
|
"LARK_OPEN_APP_ID",
|
||||||
|
"LARK_OPEN_APP_SECRET",
|
||||||
|
"LARK_OPEN_VERIFICATION_TOKEN",
|
||||||
|
"MS_GRAPH_CLIENT_ID",
|
||||||
|
"MS_GRAPH_CLIENT_SECRET",
|
||||||
|
"NEXT_PUBLIC_API_URL",
|
||||||
|
"NEXT_PUBLIC_APP_NAME",
|
||||||
|
"NEXT_PUBLIC_COMPANY_NAME",
|
||||||
|
"NEXT_PUBLIC_CONSOLE_URL",
|
||||||
|
"NEXT_PUBLIC_DEBUG",
|
||||||
|
"NEXT_PUBLIC_DISABLE_SIGNUP",
|
||||||
|
"NEXT_PUBLIC_EMBED_LIB_URL",
|
||||||
|
"NEXT_PUBLIC_HOSTED_CAL_FEATURES",
|
||||||
|
"NEXT_PUBLIC_SENDER_ID",
|
||||||
|
"NEXT_PUBLIC_SENDGRID_SENDER_NAME",
|
||||||
|
"NEXT_PUBLIC_SENTRY_DSN",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID",
|
||||||
|
"NEXT_PUBLIC_STRIPE_PRICING_TABLE_PUBLISHABLE_KEY",
|
||||||
|
"NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS",
|
||||||
|
"NEXT_PUBLIC_SWAGGER_DOCS_URL",
|
||||||
|
"NEXT_PUBLIC_TEAM_IMPERSONATION",
|
||||||
|
"NEXTAUTH_COOKIE_DOMAIN",
|
||||||
|
"NEXTAUTH_SECRET",
|
||||||
|
"NEXTAUTH_URL",
|
||||||
|
"NODE_ENV",
|
||||||
|
"PAYMENT_FEE_FIXED",
|
||||||
|
"PAYMENT_FEE_PERCENTAGE",
|
||||||
|
"PLAYWRIGHT_HEADLESS",
|
||||||
|
"PLAYWRIGHT_TEST_BASE_URL",
|
||||||
|
"PRISMA_FIELD_ENCRYPTION_KEY",
|
||||||
|
"PRISMA_GENERATE_DATAPROXY",
|
||||||
|
"QUICK",
|
||||||
|
"RAILWAY_STATIC_URL",
|
||||||
|
"RENDER_EXTERNAL_URL",
|
||||||
|
"SALESFORCE_CONSUMER_KEY",
|
||||||
|
"SALESFORCE_CONSUMER_SECRET",
|
||||||
|
"SAML_ADMINS",
|
||||||
|
"SAML_CLIENT_SECRET_VERIFIER",
|
||||||
|
"SAML_DATABASE_URL",
|
||||||
|
"SEND_FEEDBACK_EMAIL",
|
||||||
|
"SENDGRID_API_KEY",
|
||||||
|
"SENDGRID_EMAIL",
|
||||||
|
"SENDGRID_SYNC_API_KEY",
|
||||||
|
"SENTRY_DSN",
|
||||||
|
"SLACK_CLIENT_ID",
|
||||||
|
"SLACK_CLIENT_SECRET",
|
||||||
|
"SLACK_SIGNING_SECRET",
|
||||||
|
"STRIPE_CLIENT_ID",
|
||||||
|
"STRIPE_PRIVATE_KEY",
|
||||||
|
"STRIPE_PRODUCT_ID_ESSENTIALS",
|
||||||
|
"STRIPE_PRODUCT_ID_SCALE",
|
||||||
|
"STRIPE_PRODUCT_ID_STARTER",
|
||||||
|
"STRIPE_WEBHOOK_SECRET",
|
||||||
|
"TANDEM_BASE_URL",
|
||||||
|
"TANDEM_CLIENT_ID",
|
||||||
|
"TANDEM_CLIENT_SECRET",
|
||||||
|
"TELEMETRY_DEBUG",
|
||||||
|
"TWILIO_MESSAGING_SID",
|
||||||
|
"TWILIO_PHONE_NUMBER",
|
||||||
|
"TWILIO_SID",
|
||||||
|
"TWILIO_TOKEN",
|
||||||
|
"TWILIO_VERIFY_SID",
|
||||||
|
"VERCEL_ENV",
|
||||||
|
"VERCEL_URL",
|
||||||
|
"VITAL_API_KEY",
|
||||||
|
"VITAL_DEVELOPMENT_MODE",
|
||||||
|
"VITAL_REGION",
|
||||||
|
"VITAL_WEBHOOK_SECRET",
|
||||||
|
"ZAPIER_INVITE_LINK",
|
||||||
|
"ZOHOCRM_CLIENT_ID",
|
||||||
|
"ZOHOCRM_CLIENT_SECRET",
|
||||||
|
"ZOOM_CLIENT_ID",
|
||||||
|
"ZOOM_CLIENT_SECRET"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
138
yarn.lock
138
yarn.lock
|
@ -16586,7 +16586,7 @@ __metadata:
|
||||||
lint-staged: ^12.5.0
|
lint-staged: ^12.5.0
|
||||||
prettier: ^2.8.4
|
prettier: ^2.8.4
|
||||||
ts-jest: ^28.0.8
|
ts-jest: ^28.0.8
|
||||||
turbo: ^1.4.3
|
turbo: ^1.8.3
|
||||||
typescript: ^4.9.4
|
typescript: ^4.9.4
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
@ -37115,154 +37115,74 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"turbo-android-arm64@npm:1.4.3":
|
"turbo-darwin-64@npm:1.8.3":
|
||||||
version: 1.4.3
|
version: 1.8.3
|
||||||
resolution: "turbo-android-arm64@npm:1.4.3"
|
resolution: "turbo-darwin-64@npm:1.8.3"
|
||||||
conditions: os=android & cpu=arm64
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"turbo-darwin-64@npm:1.4.3":
|
|
||||||
version: 1.4.3
|
|
||||||
resolution: "turbo-darwin-64@npm:1.4.3"
|
|
||||||
conditions: os=darwin & cpu=x64
|
conditions: os=darwin & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"turbo-darwin-arm64@npm:1.4.3":
|
"turbo-darwin-arm64@npm:1.8.3":
|
||||||
version: 1.4.3
|
version: 1.8.3
|
||||||
resolution: "turbo-darwin-arm64@npm:1.4.3"
|
resolution: "turbo-darwin-arm64@npm:1.8.3"
|
||||||
conditions: os=darwin & cpu=arm64
|
conditions: os=darwin & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"turbo-freebsd-64@npm:1.4.3":
|
"turbo-linux-64@npm:1.8.3":
|
||||||
version: 1.4.3
|
version: 1.8.3
|
||||||
resolution: "turbo-freebsd-64@npm:1.4.3"
|
resolution: "turbo-linux-64@npm:1.8.3"
|
||||||
conditions: os=freebsd & cpu=x64
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"turbo-freebsd-arm64@npm:1.4.3":
|
|
||||||
version: 1.4.3
|
|
||||||
resolution: "turbo-freebsd-arm64@npm:1.4.3"
|
|
||||||
conditions: os=freebsd & cpu=arm64
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"turbo-linux-32@npm:1.4.3":
|
|
||||||
version: 1.4.3
|
|
||||||
resolution: "turbo-linux-32@npm:1.4.3"
|
|
||||||
conditions: os=linux & cpu=ia32
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"turbo-linux-64@npm:1.4.3":
|
|
||||||
version: 1.4.3
|
|
||||||
resolution: "turbo-linux-64@npm:1.4.3"
|
|
||||||
conditions: os=linux & cpu=x64
|
conditions: os=linux & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"turbo-linux-arm64@npm:1.4.3":
|
"turbo-linux-arm64@npm:1.8.3":
|
||||||
version: 1.4.3
|
version: 1.8.3
|
||||||
resolution: "turbo-linux-arm64@npm:1.4.3"
|
resolution: "turbo-linux-arm64@npm:1.8.3"
|
||||||
conditions: os=linux & cpu=arm64
|
conditions: os=linux & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"turbo-linux-arm@npm:1.4.3":
|
"turbo-windows-64@npm:1.8.3":
|
||||||
version: 1.4.3
|
version: 1.8.3
|
||||||
resolution: "turbo-linux-arm@npm:1.4.3"
|
resolution: "turbo-windows-64@npm:1.8.3"
|
||||||
conditions: os=linux & cpu=arm
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"turbo-linux-mips64le@npm:1.4.3":
|
|
||||||
version: 1.4.3
|
|
||||||
resolution: "turbo-linux-mips64le@npm:1.4.3"
|
|
||||||
conditions: os=linux & cpu=mipsel
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"turbo-linux-ppc64le@npm:1.4.3":
|
|
||||||
version: 1.4.3
|
|
||||||
resolution: "turbo-linux-ppc64le@npm:1.4.3"
|
|
||||||
conditions: os=linux & cpu=ppc64
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"turbo-windows-32@npm:1.4.3":
|
|
||||||
version: 1.4.3
|
|
||||||
resolution: "turbo-windows-32@npm:1.4.3"
|
|
||||||
conditions: os=win32 & cpu=ia32
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"turbo-windows-64@npm:1.4.3":
|
|
||||||
version: 1.4.3
|
|
||||||
resolution: "turbo-windows-64@npm:1.4.3"
|
|
||||||
conditions: os=win32 & cpu=x64
|
conditions: os=win32 & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"turbo-windows-arm64@npm:1.4.3":
|
"turbo-windows-arm64@npm:1.8.3":
|
||||||
version: 1.4.3
|
version: 1.8.3
|
||||||
resolution: "turbo-windows-arm64@npm:1.4.3"
|
resolution: "turbo-windows-arm64@npm:1.8.3"
|
||||||
conditions: os=win32 & cpu=arm64
|
conditions: os=win32 & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"turbo@npm:^1.4.3":
|
"turbo@npm:^1.8.3":
|
||||||
version: 1.4.3
|
version: 1.8.3
|
||||||
resolution: "turbo@npm:1.4.3"
|
resolution: "turbo@npm:1.8.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
turbo-android-arm64: 1.4.3
|
turbo-darwin-64: 1.8.3
|
||||||
turbo-darwin-64: 1.4.3
|
turbo-darwin-arm64: 1.8.3
|
||||||
turbo-darwin-arm64: 1.4.3
|
turbo-linux-64: 1.8.3
|
||||||
turbo-freebsd-64: 1.4.3
|
turbo-linux-arm64: 1.8.3
|
||||||
turbo-freebsd-arm64: 1.4.3
|
turbo-windows-64: 1.8.3
|
||||||
turbo-linux-32: 1.4.3
|
turbo-windows-arm64: 1.8.3
|
||||||
turbo-linux-64: 1.4.3
|
|
||||||
turbo-linux-arm: 1.4.3
|
|
||||||
turbo-linux-arm64: 1.4.3
|
|
||||||
turbo-linux-mips64le: 1.4.3
|
|
||||||
turbo-linux-ppc64le: 1.4.3
|
|
||||||
turbo-windows-32: 1.4.3
|
|
||||||
turbo-windows-64: 1.4.3
|
|
||||||
turbo-windows-arm64: 1.4.3
|
|
||||||
dependenciesMeta:
|
dependenciesMeta:
|
||||||
turbo-android-arm64:
|
|
||||||
optional: true
|
|
||||||
turbo-darwin-64:
|
turbo-darwin-64:
|
||||||
optional: true
|
optional: true
|
||||||
turbo-darwin-arm64:
|
turbo-darwin-arm64:
|
||||||
optional: true
|
optional: true
|
||||||
turbo-freebsd-64:
|
|
||||||
optional: true
|
|
||||||
turbo-freebsd-arm64:
|
|
||||||
optional: true
|
|
||||||
turbo-linux-32:
|
|
||||||
optional: true
|
|
||||||
turbo-linux-64:
|
turbo-linux-64:
|
||||||
optional: true
|
optional: true
|
||||||
turbo-linux-arm:
|
|
||||||
optional: true
|
|
||||||
turbo-linux-arm64:
|
turbo-linux-arm64:
|
||||||
optional: true
|
optional: true
|
||||||
turbo-linux-mips64le:
|
|
||||||
optional: true
|
|
||||||
turbo-linux-ppc64le:
|
|
||||||
optional: true
|
|
||||||
turbo-windows-32:
|
|
||||||
optional: true
|
|
||||||
turbo-windows-64:
|
turbo-windows-64:
|
||||||
optional: true
|
optional: true
|
||||||
turbo-windows-arm64:
|
turbo-windows-arm64:
|
||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
turbo: bin/turbo
|
turbo: bin/turbo
|
||||||
checksum: ed4f327bf4bdd152a0842c707c4b7f614c360d610fb079dcf351b2d83490883e62e148f30f46c20b963a2c58286461ce12d7fb284f8526801cc25a97a160177f
|
checksum: 4a07d120ef8adf6c8e58a48abd02e075ffa215287cc6c3ef843d4fb08aeb0a566fe810ec9bfc376254468a2aa4f29bae154a60804a83af78dfa86d0e8e995476
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue