Add author to twenty apps (#22226)

as title

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22226?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
This commit is contained in:
martmull
2026-06-26 17:11:37 +02:00
committed by GitHub
parent 7caf2a14c5
commit 1bf0d06e18
6 changed files with 6 additions and 2 deletions
@@ -1,6 +1,6 @@
{
"name": "@twentyhq/call-recorder",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"engines": {
"node": "^24.5.0",
@@ -30,6 +30,7 @@ export default defineApplication({
displayName: APP_DISPLAY_NAME,
description: APP_DESCRIPTION,
logoUrl: 'public/logo.svg',
author: 'Twenty',
screenshots: ['public/gallery/call-recorder-cover.png'],
applicationVariables: {
[CALL_RECORDER_NAME_ENV_VAR_NAME]: {
@@ -1,6 +1,6 @@
{
"name": "@twentyhq/people-data-labs",
"version": "1.0.2",
"version": "1.0.3",
"description": "People Data Labs enrichment app for Twenty",
"license": "MIT",
"engines": {
@@ -7,6 +7,7 @@ export default defineApplication({
displayName: 'People Data Labs',
description: 'Enrich People and Companies with People Data Labs data.',
logoUrl: 'public/people-data-labs-icon.png',
author: 'Twenty',
screenshots: ['public/gallery/cover.png'],
serverVariables: {
PDL_API_KEY: {
@@ -10,6 +10,7 @@ export default defineApplication({
displayName: 'Exa',
description:
'Structured web search powered by Exa. Surfaces entity-aware results (companies, people, research, news) to Twenty AI agents.',
author: 'Twenty',
logoUrl: 'public/exa-logomark.svg',
defaultRoleUniversalIdentifier: DEFAULT_ROLE_UNIVERSAL_IDENTIFIER,
serverVariables: {
@@ -10,6 +10,7 @@ import {
export default defineApplication({
universalIdentifier: APPLICATION_UNIVERSAL_IDENTIFIER,
logoUrl: 'public/logo.png',
author: 'Twenty',
screenshots: ['public/gallery/cover.png'],
displayName: APP_DISPLAY_NAME,
description: APP_DESCRIPTION,