create-twenty-app 2.42.0 → 2.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs
CHANGED
|
@@ -34,7 +34,7 @@ var b = Object.create, x = Object.defineProperty, S = Object.getOwnPropertyDescr
|
|
|
34
34
|
"twenty-ui"
|
|
35
35
|
], re = {
|
|
36
36
|
name: "create-twenty-app",
|
|
37
|
-
version: "2.
|
|
37
|
+
version: "2.43.0",
|
|
38
38
|
description: "Command-line interface to create Twenty application",
|
|
39
39
|
main: "dist/cli.cjs",
|
|
40
40
|
bin: "dist/cli.cjs",
|
|
@@ -13082,7 +13082,7 @@ Pd({
|
|
|
13082
13082
|
[Y.RICH_TEXT, Sp]
|
|
13083
13083
|
]);
|
|
13084
13084
|
//#endregion
|
|
13085
|
-
//#region ../twenty-shared/dist/types-
|
|
13085
|
+
//#region ../twenty-shared/dist/types-QIVSkSZ3.mjs
|
|
13086
13086
|
var Cp = /* @__PURE__ */ function(e) {
|
|
13087
13087
|
return e.GOOGLE = "google", e.MICROSOFT = "microsoft", e.IMAP_SMTP_CALDAV = "imap_smtp_caldav", e.OIDC = "oidc", e.SAML = "saml", e.EMAIL_GROUP = "email_group", e.APP = "app", e;
|
|
13088
13088
|
}({});
|
|
@@ -13106,7 +13106,7 @@ var wp = /* @__PURE__ */ function(e) {
|
|
|
13106
13106
|
}, jp = (e) => (0, j.isNonEmptyString)(e) ? e[0].toUpperCase() + e.slice(1) : "", Mp = ({ objectNameSingular: e, recordId: t, displayName: n }) => `[[record:${e}:${t}:${n}]]`, Np = ({ skillId: e, label: t }) => `[[skill:${e}:${t}]]`;
|
|
13107
13107
|
Y.CURRENCY, Y.EMAILS, Y.LINKS, Y.PHONES, Y.FULL_NAME, Y.ADDRESS, Y.ACTOR, Y.RICH_TEXT;
|
|
13108
13108
|
//#endregion
|
|
13109
|
-
//#region ../twenty-shared/dist/constants-
|
|
13109
|
+
//#region ../twenty-shared/dist/constants-DOvahMRu.mjs
|
|
13110
13110
|
var Pp = {
|
|
13111
13111
|
[Y.CURRENCY]: {
|
|
13112
13112
|
amountMicros: "amountMicros",
|
|
@@ -13376,6 +13376,7 @@ var Pp = {
|
|
|
13376
13376
|
GETTING_STARTED_QUICKSTART: "/getting-started/quickstart",
|
|
13377
13377
|
UI_ACCESSIBILITY: "/ui/accessibility",
|
|
13378
13378
|
UI_COMPONENTS_CODE_EDITOR: "/ui/components/code-editor",
|
|
13379
|
+
UI_COMPONENTS_DROPDOWN: "/ui/components/dropdown",
|
|
13379
13380
|
UI_COMPONENTS_INPUT_ICON_BUTTON: "/ui/components/input/icon-button",
|
|
13380
13381
|
UI_COMPONENTS_INPUT_LIGHT_BUTTON: "/ui/components/input/light-button",
|
|
13381
13382
|
UI_COMPONENTS_INPUT_LIGHT_ICON_BUTTON: "/ui/components/input/light-icon-button",
|
|
@@ -13387,10 +13388,17 @@ var Pp = {
|
|
|
13387
13388
|
UI_COMPONENTS_TOAST: "/ui/components/toast",
|
|
13388
13389
|
UI_DARK_MODE: "/ui/dark-mode",
|
|
13389
13390
|
UI_GETTING_STARTED: "/ui/getting-started",
|
|
13391
|
+
UI_PRIMITIVES_ACCESSIBILITY_VISIBILITY_HIDDEN: "/ui/primitives/accessibility/visibility-hidden",
|
|
13390
13392
|
UI_PRIMITIVES_DATA_DISPLAY_AVATAR: "/ui/primitives/data-display/avatar",
|
|
13391
13393
|
UI_PRIMITIVES_DATA_DISPLAY_CHIP: "/ui/primitives/data-display/chip",
|
|
13394
|
+
UI_PRIMITIVES_DATA_DISPLAY_COLOR_SAMPLE: "/ui/primitives/data-display/color-sample",
|
|
13395
|
+
UI_PRIMITIVES_DATA_DISPLAY_PILL: "/ui/primitives/data-display/pill",
|
|
13392
13396
|
UI_PRIMITIVES_DATA_DISPLAY_STATUS: "/ui/primitives/data-display/status",
|
|
13393
13397
|
UI_PRIMITIVES_DATA_DISPLAY_TAG: "/ui/primitives/data-display/tag",
|
|
13398
|
+
UI_PRIMITIVES_FEEDBACK_BANNER: "/ui/primitives/feedback/banner",
|
|
13399
|
+
UI_PRIMITIVES_FEEDBACK_CIRCULAR_PROGRESS_BAR: "/ui/primitives/feedback/circular-progress-bar",
|
|
13400
|
+
UI_PRIMITIVES_FEEDBACK_LOADER: "/ui/primitives/feedback/loader",
|
|
13401
|
+
UI_PRIMITIVES_FEEDBACK_PROGRESS_BAR: "/ui/primitives/feedback/progress-bar",
|
|
13394
13402
|
UI_PRIMITIVES_INPUT_BUTTON: "/ui/primitives/input/button",
|
|
13395
13403
|
UI_PRIMITIVES_INPUT_BUTTON_GROUP: "/ui/primitives/input/button-group",
|
|
13396
13404
|
UI_PRIMITIVES_INPUT_CHECKBOX: "/ui/primitives/input/checkbox",
|
|
@@ -13399,19 +13407,27 @@ var Pp = {
|
|
|
13399
13407
|
UI_PRIMITIVES_INPUT_INPUT_GROUP: "/ui/primitives/input/input-group",
|
|
13400
13408
|
UI_PRIMITIVES_INPUT_RADIO: "/ui/primitives/input/radio",
|
|
13401
13409
|
UI_PRIMITIVES_INPUT_RADIO_GROUP: "/ui/primitives/input/radio-group",
|
|
13410
|
+
UI_PRIMITIVES_INPUT_SEGMENTED_CONTROL: "/ui/primitives/input/segmented-control",
|
|
13402
13411
|
UI_PRIMITIVES_INPUT_SELECT: "/ui/primitives/input/select",
|
|
13403
13412
|
UI_PRIMITIVES_INPUT_SLIDER: "/ui/primitives/input/slider",
|
|
13404
13413
|
UI_PRIMITIVES_INPUT_SWITCH: "/ui/primitives/input/switch",
|
|
13405
13414
|
UI_PRIMITIVES_INPUT_TEXTAREA: "/ui/primitives/input/textarea",
|
|
13415
|
+
UI_PRIMITIVES_LAYOUT_ANIMATED_EXPANDABLE_CONTAINER: "/ui/primitives/layout/animated-expandable-container",
|
|
13416
|
+
UI_PRIMITIVES_LAYOUT_HORIZONTAL_SEPARATOR: "/ui/primitives/layout/horizontal-separator",
|
|
13417
|
+
UI_PRIMITIVES_LAYOUT_RESIZE_HANDLE: "/ui/primitives/layout/resize-handle",
|
|
13418
|
+
UI_PRIMITIVES_LAYOUT_TEXT_DIRECTION_PROVIDER: "/ui/primitives/layout/text-direction-provider",
|
|
13419
|
+
UI_PRIMITIVES_NAVIGATION_CLICK_TO_ACTION_LINK: "/ui/primitives/navigation/click-to-action-link",
|
|
13406
13420
|
UI_PRIMITIVES_NAVIGATION_LIST_ITEM: "/ui/primitives/navigation/list-item",
|
|
13407
13421
|
UI_PRIMITIVES_NAVIGATION_TABS: "/ui/primitives/navigation/tabs",
|
|
13408
13422
|
UI_PRIMITIVES_OVERVIEW: "/ui/primitives/overview",
|
|
13409
13423
|
UI_PRIMITIVES_SURFACES_ALERT_DIALOG: "/ui/primitives/surfaces/alert-dialog",
|
|
13424
|
+
UI_PRIMITIVES_SURFACES_CARD: "/ui/primitives/surfaces/card",
|
|
13410
13425
|
UI_PRIMITIVES_SURFACES_DIALOG: "/ui/primitives/surfaces/dialog",
|
|
13411
13426
|
UI_PRIMITIVES_SURFACES_MENU: "/ui/primitives/surfaces/menu",
|
|
13412
13427
|
UI_PRIMITIVES_SURFACES_POPOVER: "/ui/primitives/surfaces/popover",
|
|
13413
13428
|
UI_PRIMITIVES_SURFACES_TOOLTIP: "/ui/primitives/surfaces/tooltip",
|
|
13414
13429
|
UI_PRIMITIVES_TYPOGRAPHY_HEADING: "/ui/primitives/typography/heading",
|
|
13430
|
+
UI_PRIMITIVES_TYPOGRAPHY_OVERFLOWING_TEXT_WITH_TOOLTIP: "/ui/primitives/typography/overflowing-text-with-tooltip",
|
|
13415
13431
|
UI_PRIMITIVES_TYPOGRAPHY_TEXT: "/ui/primitives/typography/text",
|
|
13416
13432
|
UI_SSR: "/ui/ssr",
|
|
13417
13433
|
UI_THEMING: "/ui/theming",
|
|
@@ -13423,6 +13439,7 @@ var Pp = {
|
|
|
13423
13439
|
USER_GUIDE_AI_OVERVIEW: "/user-guide/ai/overview",
|
|
13424
13440
|
USER_GUIDE_BILLING_CAPABILITIES_CREDITS: "/user-guide/billing/capabilities/credits",
|
|
13425
13441
|
USER_GUIDE_BILLING_CAPABILITIES_PRICING_PLANS: "/user-guide/billing/capabilities/pricing-plans",
|
|
13442
|
+
USER_GUIDE_BILLING_CAPABILITIES_USAGE_LIMITS: "/user-guide/billing/capabilities/usage-limits",
|
|
13426
13443
|
USER_GUIDE_BILLING_HOW_TOS_BILLING_FAQ: "/user-guide/billing/how-tos/billing-faq",
|
|
13427
13444
|
USER_GUIDE_BILLING_OVERVIEW: "/user-guide/billing/overview",
|
|
13428
13445
|
USER_GUIDE_CALENDAR_EMAILS_CAPABILITIES_CALENDAR: "/user-guide/calendar-emails/capabilities/calendar",
|
|
@@ -58355,8 +58372,8 @@ ND(), PD(), EO(), Ej(), Y.TEXT, Y.FULL_NAME, Y.EMAILS, Y.ADDRESS, Y.LINKS, Y.PHO
|
|
|
58355
58372
|
var $j = (e) => /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e);
|
|
58356
58373
|
Object.keys(Lp).reduce((e, t) => {
|
|
58357
58374
|
let n = t.split("-")[0].toLowerCase();
|
|
58358
|
-
return (!e
|
|
58359
|
-
},
|
|
58375
|
+
return (!e.has(n) || t === "en") && e.set(n, t), e;
|
|
58376
|
+
}, /* @__PURE__ */ new Map());
|
|
58360
58377
|
var eM = new Set([
|
|
58361
58378
|
"__proto__",
|
|
58362
58379
|
"constructor",
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
definePageLayout,
|
|
3
|
+
PageLayoutTabLayoutMode,
|
|
4
|
+
PageLayoutWidgetVerticalListHeightBehavior,
|
|
5
|
+
} from 'twenty-sdk/define';
|
|
2
6
|
|
|
3
7
|
import {
|
|
4
8
|
APP_DISPLAY_NAME,
|
|
@@ -27,6 +31,8 @@ export default definePageLayout({
|
|
|
27
31
|
position: {
|
|
28
32
|
layoutMode: PageLayoutTabLayoutMode.VERTICAL_LIST,
|
|
29
33
|
index: 0,
|
|
34
|
+
heightBehavior:
|
|
35
|
+
PageLayoutWidgetVerticalListHeightBehavior.TAB_VIEWPORT,
|
|
30
36
|
},
|
|
31
37
|
configuration: {
|
|
32
38
|
configurationType: 'FRONT_COMPONENT',
|
|
@@ -818,10 +818,10 @@ __metadata:
|
|
|
818
818
|
languageName: node
|
|
819
819
|
linkType: hard
|
|
820
820
|
|
|
821
|
-
"@oxc-project/types@npm:=0.
|
|
822
|
-
version: 0.
|
|
823
|
-
resolution: "@oxc-project/types@npm:0.
|
|
824
|
-
checksum: 10c0/
|
|
821
|
+
"@oxc-project/types@npm:=0.151.0":
|
|
822
|
+
version: 0.151.0
|
|
823
|
+
resolution: "@oxc-project/types@npm:0.151.0"
|
|
824
|
+
checksum: 10c0/7dac5399345abf368449735c31c218439e6c3a2acf7b8cbc715a88b45989390208f61bea0f3eb28bee5a034a509a7f4142ae60069e6611b07c70a30867c8ca84
|
|
825
825
|
languageName: node
|
|
826
826
|
linkType: hard
|
|
827
827
|
|
|
@@ -881,107 +881,107 @@ __metadata:
|
|
|
881
881
|
languageName: node
|
|
882
882
|
linkType: hard
|
|
883
883
|
|
|
884
|
-
"@rolldown/binding-android-arm-eabi@npm:1.2.
|
|
885
|
-
version: 1.2.
|
|
886
|
-
resolution: "@rolldown/binding-android-arm-eabi@npm:1.2.
|
|
884
|
+
"@rolldown/binding-android-arm-eabi@npm:1.2.10":
|
|
885
|
+
version: 1.2.10
|
|
886
|
+
resolution: "@rolldown/binding-android-arm-eabi@npm:1.2.10"
|
|
887
887
|
conditions: os=android & cpu=arm
|
|
888
888
|
languageName: node
|
|
889
889
|
linkType: hard
|
|
890
890
|
|
|
891
|
-
"@rolldown/binding-android-arm64@npm:1.2.
|
|
892
|
-
version: 1.2.
|
|
893
|
-
resolution: "@rolldown/binding-android-arm64@npm:1.2.
|
|
891
|
+
"@rolldown/binding-android-arm64@npm:1.2.10":
|
|
892
|
+
version: 1.2.10
|
|
893
|
+
resolution: "@rolldown/binding-android-arm64@npm:1.2.10"
|
|
894
894
|
conditions: os=android & cpu=arm64
|
|
895
895
|
languageName: node
|
|
896
896
|
linkType: hard
|
|
897
897
|
|
|
898
|
-
"@rolldown/binding-darwin-arm64@npm:1.2.
|
|
899
|
-
version: 1.2.
|
|
900
|
-
resolution: "@rolldown/binding-darwin-arm64@npm:1.2.
|
|
898
|
+
"@rolldown/binding-darwin-arm64@npm:1.2.10":
|
|
899
|
+
version: 1.2.10
|
|
900
|
+
resolution: "@rolldown/binding-darwin-arm64@npm:1.2.10"
|
|
901
901
|
conditions: os=darwin & cpu=arm64
|
|
902
902
|
languageName: node
|
|
903
903
|
linkType: hard
|
|
904
904
|
|
|
905
|
-
"@rolldown/binding-darwin-x64@npm:1.2.
|
|
906
|
-
version: 1.2.
|
|
907
|
-
resolution: "@rolldown/binding-darwin-x64@npm:1.2.
|
|
905
|
+
"@rolldown/binding-darwin-x64@npm:1.2.10":
|
|
906
|
+
version: 1.2.10
|
|
907
|
+
resolution: "@rolldown/binding-darwin-x64@npm:1.2.10"
|
|
908
908
|
conditions: os=darwin & cpu=x64
|
|
909
909
|
languageName: node
|
|
910
910
|
linkType: hard
|
|
911
911
|
|
|
912
|
-
"@rolldown/binding-freebsd-x64@npm:1.2.
|
|
913
|
-
version: 1.2.
|
|
914
|
-
resolution: "@rolldown/binding-freebsd-x64@npm:1.2.
|
|
912
|
+
"@rolldown/binding-freebsd-x64@npm:1.2.10":
|
|
913
|
+
version: 1.2.10
|
|
914
|
+
resolution: "@rolldown/binding-freebsd-x64@npm:1.2.10"
|
|
915
915
|
conditions: os=freebsd & cpu=x64
|
|
916
916
|
languageName: node
|
|
917
917
|
linkType: hard
|
|
918
918
|
|
|
919
|
-
"@rolldown/binding-linux-arm-gnueabihf@npm:1.2.
|
|
920
|
-
version: 1.2.
|
|
921
|
-
resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.2.
|
|
919
|
+
"@rolldown/binding-linux-arm-gnueabihf@npm:1.2.10":
|
|
920
|
+
version: 1.2.10
|
|
921
|
+
resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.2.10"
|
|
922
922
|
conditions: os=linux & cpu=arm
|
|
923
923
|
languageName: node
|
|
924
924
|
linkType: hard
|
|
925
925
|
|
|
926
|
-
"@rolldown/binding-linux-arm64-gnu@npm:1.2.
|
|
927
|
-
version: 1.2.
|
|
928
|
-
resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.2.
|
|
926
|
+
"@rolldown/binding-linux-arm64-gnu@npm:1.2.10":
|
|
927
|
+
version: 1.2.10
|
|
928
|
+
resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.2.10"
|
|
929
929
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
930
930
|
languageName: node
|
|
931
931
|
linkType: hard
|
|
932
932
|
|
|
933
|
-
"@rolldown/binding-linux-arm64-musl@npm:1.2.
|
|
934
|
-
version: 1.2.
|
|
935
|
-
resolution: "@rolldown/binding-linux-arm64-musl@npm:1.2.
|
|
933
|
+
"@rolldown/binding-linux-arm64-musl@npm:1.2.10":
|
|
934
|
+
version: 1.2.10
|
|
935
|
+
resolution: "@rolldown/binding-linux-arm64-musl@npm:1.2.10"
|
|
936
936
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
937
937
|
languageName: node
|
|
938
938
|
linkType: hard
|
|
939
939
|
|
|
940
|
-
"@rolldown/binding-linux-ppc64-gnu@npm:1.2.
|
|
941
|
-
version: 1.2.
|
|
942
|
-
resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.2.
|
|
940
|
+
"@rolldown/binding-linux-ppc64-gnu@npm:1.2.10":
|
|
941
|
+
version: 1.2.10
|
|
942
|
+
resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.2.10"
|
|
943
943
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
944
944
|
languageName: node
|
|
945
945
|
linkType: hard
|
|
946
946
|
|
|
947
|
-
"@rolldown/binding-linux-s390x-gnu@npm:1.2.
|
|
948
|
-
version: 1.2.
|
|
949
|
-
resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.2.
|
|
947
|
+
"@rolldown/binding-linux-s390x-gnu@npm:1.2.10":
|
|
948
|
+
version: 1.2.10
|
|
949
|
+
resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.2.10"
|
|
950
950
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
951
951
|
languageName: node
|
|
952
952
|
linkType: hard
|
|
953
953
|
|
|
954
|
-
"@rolldown/binding-linux-x64-gnu@npm:1.2.
|
|
955
|
-
version: 1.2.
|
|
956
|
-
resolution: "@rolldown/binding-linux-x64-gnu@npm:1.2.
|
|
954
|
+
"@rolldown/binding-linux-x64-gnu@npm:1.2.10":
|
|
955
|
+
version: 1.2.10
|
|
956
|
+
resolution: "@rolldown/binding-linux-x64-gnu@npm:1.2.10"
|
|
957
957
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
958
958
|
languageName: node
|
|
959
959
|
linkType: hard
|
|
960
960
|
|
|
961
|
-
"@rolldown/binding-linux-x64-musl@npm:1.2.
|
|
962
|
-
version: 1.2.
|
|
963
|
-
resolution: "@rolldown/binding-linux-x64-musl@npm:1.2.
|
|
961
|
+
"@rolldown/binding-linux-x64-musl@npm:1.2.10":
|
|
962
|
+
version: 1.2.10
|
|
963
|
+
resolution: "@rolldown/binding-linux-x64-musl@npm:1.2.10"
|
|
964
964
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
965
965
|
languageName: node
|
|
966
966
|
linkType: hard
|
|
967
967
|
|
|
968
|
-
"@rolldown/binding-openharmony-arm64@npm:1.2.
|
|
969
|
-
version: 1.2.
|
|
970
|
-
resolution: "@rolldown/binding-openharmony-arm64@npm:1.2.
|
|
968
|
+
"@rolldown/binding-openharmony-arm64@npm:1.2.10":
|
|
969
|
+
version: 1.2.10
|
|
970
|
+
resolution: "@rolldown/binding-openharmony-arm64@npm:1.2.10"
|
|
971
971
|
conditions: os=openharmony & cpu=arm64
|
|
972
972
|
languageName: node
|
|
973
973
|
linkType: hard
|
|
974
974
|
|
|
975
|
-
"@rolldown/binding-win32-arm64-msvc@npm:1.2.
|
|
976
|
-
version: 1.2.
|
|
977
|
-
resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.2.
|
|
975
|
+
"@rolldown/binding-win32-arm64-msvc@npm:1.2.10":
|
|
976
|
+
version: 1.2.10
|
|
977
|
+
resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.2.10"
|
|
978
978
|
conditions: os=win32 & cpu=arm64
|
|
979
979
|
languageName: node
|
|
980
980
|
linkType: hard
|
|
981
981
|
|
|
982
|
-
"@rolldown/binding-win32-x64-msvc@npm:1.2.
|
|
983
|
-
version: 1.2.
|
|
984
|
-
resolution: "@rolldown/binding-win32-x64-msvc@npm:1.2.
|
|
982
|
+
"@rolldown/binding-win32-x64-msvc@npm:1.2.10":
|
|
983
|
+
version: 1.2.10
|
|
984
|
+
resolution: "@rolldown/binding-win32-x64-msvc@npm:1.2.10"
|
|
985
985
|
conditions: os=win32 & cpu=x64
|
|
986
986
|
languageName: node
|
|
987
987
|
linkType: hard
|
|
@@ -1008,20 +1008,20 @@ __metadata:
|
|
|
1008
1008
|
linkType: hard
|
|
1009
1009
|
|
|
1010
1010
|
"@tabler/icons-react@npm:^3.31.0":
|
|
1011
|
-
version: 3.
|
|
1012
|
-
resolution: "@tabler/icons-react@npm:3.
|
|
1011
|
+
version: 3.48.0
|
|
1012
|
+
resolution: "@tabler/icons-react@npm:3.48.0"
|
|
1013
1013
|
dependencies:
|
|
1014
|
-
"@tabler/icons": "npm:3.
|
|
1014
|
+
"@tabler/icons": "npm:3.48.0"
|
|
1015
1015
|
peerDependencies:
|
|
1016
1016
|
react: ">= 16"
|
|
1017
|
-
checksum: 10c0/
|
|
1017
|
+
checksum: 10c0/49c314159da3d19cbb4e4791928a4edd78a02805ac262702b0a177fccbf2b8f3b7ace1ca81e1df873237ef86266dce5bf5547758803e83d24d5887af99716240
|
|
1018
1018
|
languageName: node
|
|
1019
1019
|
linkType: hard
|
|
1020
1020
|
|
|
1021
|
-
"@tabler/icons@npm:3.
|
|
1022
|
-
version: 3.
|
|
1023
|
-
resolution: "@tabler/icons@npm:3.
|
|
1024
|
-
checksum: 10c0/
|
|
1021
|
+
"@tabler/icons@npm:3.48.0":
|
|
1022
|
+
version: 3.48.0
|
|
1023
|
+
resolution: "@tabler/icons@npm:3.48.0"
|
|
1024
|
+
checksum: 10c0/52c4e582dede13508c6cf34b73c23f80449dde042ee487cb2ef082e92b50cb644f61072871a95f6a0ebb11b117d7f10581455906bb74ed0fa0a9924170876e80
|
|
1025
1025
|
languageName: node
|
|
1026
1026
|
linkType: hard
|
|
1027
1027
|
|
|
@@ -1265,9 +1265,9 @@ __metadata:
|
|
|
1265
1265
|
oxlint: "npm:^0.16.0"
|
|
1266
1266
|
react: "npm:^19.0.0"
|
|
1267
1267
|
react-dom: "npm:^19.0.0"
|
|
1268
|
-
twenty-client-sdk: "npm:2.
|
|
1269
|
-
twenty-sdk: "npm:2.
|
|
1270
|
-
twenty-ui: "npm:2.
|
|
1268
|
+
twenty-client-sdk: "npm:2.43.0"
|
|
1269
|
+
twenty-sdk: "npm:2.43.0"
|
|
1270
|
+
twenty-ui: "npm:2.43.0"
|
|
1271
1271
|
typescript: "npm:^5.9.3"
|
|
1272
1272
|
vite-tsconfig-paths: "npm:^4.2.1"
|
|
1273
1273
|
vitest: "npm:^4.0.0"
|
|
@@ -1500,13 +1500,6 @@ __metadata:
|
|
|
1500
1500
|
languageName: node
|
|
1501
1501
|
linkType: hard
|
|
1502
1502
|
|
|
1503
|
-
"css-mediaquery@npm:^0.1.2":
|
|
1504
|
-
version: 0.1.2
|
|
1505
|
-
resolution: "css-mediaquery@npm:0.1.2"
|
|
1506
|
-
checksum: 10c0/b7825a78f52ce8a8198e004fcad0d7be1d3c9a0463ecd05ba31a0f2c94fb81468ad6f4d7bf715a6ca775696e7a17500c2a339b5216a6d0f789cbf78f9454d048
|
|
1507
|
-
languageName: node
|
|
1508
|
-
linkType: hard
|
|
1509
|
-
|
|
1510
1503
|
"csstype@npm:^3.2.2":
|
|
1511
1504
|
version: 3.2.3
|
|
1512
1505
|
resolution: "csstype@npm:3.2.3"
|
|
@@ -1964,13 +1957,6 @@ __metadata:
|
|
|
1964
1957
|
languageName: node
|
|
1965
1958
|
linkType: hard
|
|
1966
1959
|
|
|
1967
|
-
"hyphenate-style-name@npm:^1.0.0":
|
|
1968
|
-
version: 1.1.0
|
|
1969
|
-
resolution: "hyphenate-style-name@npm:1.1.0"
|
|
1970
|
-
checksum: 10c0/bfe88deac2414a41a0d08811e277c8c098f23993d6a1eb17f14a0f11b54c4d42865a63d3cfe1914668eefb9a188e2de58f38b55a179a238fd1fef606893e194f
|
|
1971
|
-
languageName: node
|
|
1972
|
-
linkType: hard
|
|
1973
|
-
|
|
1974
1960
|
"iconv-lite@npm:^0.7.2":
|
|
1975
1961
|
version: 0.7.3
|
|
1976
1962
|
resolution: "iconv-lite@npm:0.7.3"
|
|
@@ -2090,13 +2076,6 @@ __metadata:
|
|
|
2090
2076
|
languageName: node
|
|
2091
2077
|
linkType: hard
|
|
2092
2078
|
|
|
2093
|
-
"js-tokens@npm:^3.0.0 || ^4.0.0":
|
|
2094
|
-
version: 4.0.0
|
|
2095
|
-
resolution: "js-tokens@npm:4.0.0"
|
|
2096
|
-
checksum: 10c0/e248708d377aa058eacf2037b07ded847790e6de892bbad3dac0abba2e759cb9f121b00099a65195616badcb6eca8d14d975cb3e89eb1cfda644756402c8aeed
|
|
2097
|
-
languageName: node
|
|
2098
|
-
linkType: hard
|
|
2099
|
-
|
|
2100
2079
|
"jsonc-parser@npm:^3.2.0":
|
|
2101
2080
|
version: 3.3.1
|
|
2102
2081
|
resolution: "jsonc-parser@npm:3.3.1"
|
|
@@ -2231,17 +2210,6 @@ __metadata:
|
|
|
2231
2210
|
languageName: node
|
|
2232
2211
|
linkType: hard
|
|
2233
2212
|
|
|
2234
|
-
"loose-envify@npm:^1.4.0":
|
|
2235
|
-
version: 1.4.0
|
|
2236
|
-
resolution: "loose-envify@npm:1.4.0"
|
|
2237
|
-
dependencies:
|
|
2238
|
-
js-tokens: "npm:^3.0.0 || ^4.0.0"
|
|
2239
|
-
bin:
|
|
2240
|
-
loose-envify: cli.js
|
|
2241
|
-
checksum: 10c0/655d110220983c1a4b9c0c679a2e8016d4b67f6e9c7b5435ff5979ecdb20d0813f4dec0a08674fcbdd4846a3f07edbb50a36811fd37930b94aaa0d9daceb017e
|
|
2242
|
-
languageName: node
|
|
2243
|
-
linkType: hard
|
|
2244
|
-
|
|
2245
2213
|
"magic-string@npm:^0.30.21":
|
|
2246
2214
|
version: 0.30.21
|
|
2247
2215
|
resolution: "magic-string@npm:0.30.21"
|
|
@@ -2251,15 +2219,6 @@ __metadata:
|
|
|
2251
2219
|
languageName: node
|
|
2252
2220
|
linkType: hard
|
|
2253
2221
|
|
|
2254
|
-
"matchmediaquery@npm:^0.3.0":
|
|
2255
|
-
version: 0.3.1
|
|
2256
|
-
resolution: "matchmediaquery@npm:0.3.1"
|
|
2257
|
-
dependencies:
|
|
2258
|
-
css-mediaquery: "npm:^0.1.2"
|
|
2259
|
-
checksum: 10c0/19a254e0a1eb639fcc6aa7428a6e2d36cb5646a165579897e771580653e470b43d7f4a224c522700dbf1d8f19fb7c63a9719e0a6017727ade967155a2ae89fea
|
|
2260
|
-
languageName: node
|
|
2261
|
-
linkType: hard
|
|
2262
|
-
|
|
2263
2222
|
"math-intrinsics@npm:^1.1.0":
|
|
2264
2223
|
version: 1.1.0
|
|
2265
2224
|
resolution: "math-intrinsics@npm:1.1.0"
|
|
@@ -2374,13 +2333,6 @@ __metadata:
|
|
|
2374
2333
|
languageName: node
|
|
2375
2334
|
linkType: hard
|
|
2376
2335
|
|
|
2377
|
-
"object-assign@npm:^4.1.1":
|
|
2378
|
-
version: 4.1.1
|
|
2379
|
-
resolution: "object-assign@npm:4.1.1"
|
|
2380
|
-
checksum: 10c0/1f4df9945120325d041ccf7b86f31e8bcc14e73d29171e37a7903050e96b81323784ec59f93f102ec635bcf6fa8034ba3ea0a8c7e69fa202b87ae3b6cec5a414
|
|
2381
|
-
languageName: node
|
|
2382
|
-
linkType: hard
|
|
2383
|
-
|
|
2384
2336
|
"obug@npm:^2.1.1":
|
|
2385
2337
|
version: 2.2.1
|
|
2386
2338
|
resolution: "obug@npm:2.2.1"
|
|
@@ -2485,11 +2437,11 @@ __metadata:
|
|
|
2485
2437
|
linkType: hard
|
|
2486
2438
|
|
|
2487
2439
|
"prettier@npm:^3.8.3":
|
|
2488
|
-
version: 3.9.
|
|
2489
|
-
resolution: "prettier@npm:3.9.
|
|
2440
|
+
version: 3.9.9
|
|
2441
|
+
resolution: "prettier@npm:3.9.9"
|
|
2490
2442
|
bin:
|
|
2491
2443
|
prettier: bin/prettier.cjs
|
|
2492
|
-
checksum: 10c0/
|
|
2444
|
+
checksum: 10c0/d50ea2537b2ff7dbd5088a214f4d936484e55c665cea2185b477a55b0770be55f3b156a71f63a9a639def6b334667bb327139dc85f2a1041c0a34752cdc74647
|
|
2493
2445
|
languageName: node
|
|
2494
2446
|
linkType: hard
|
|
2495
2447
|
|
|
@@ -2500,17 +2452,6 @@ __metadata:
|
|
|
2500
2452
|
languageName: node
|
|
2501
2453
|
linkType: hard
|
|
2502
2454
|
|
|
2503
|
-
"prop-types@npm:^15.6.1":
|
|
2504
|
-
version: 15.8.1
|
|
2505
|
-
resolution: "prop-types@npm:15.8.1"
|
|
2506
|
-
dependencies:
|
|
2507
|
-
loose-envify: "npm:^1.4.0"
|
|
2508
|
-
object-assign: "npm:^4.1.1"
|
|
2509
|
-
react-is: "npm:^16.13.1"
|
|
2510
|
-
checksum: 10c0/59ece7ca2fb9838031d73a48d4becb9a7cc1ed10e610517c7d8f19a1e02fa47f7c27d557d8a5702bec3cfeccddc853579832b43f449e54635803f277b1c78077
|
|
2511
|
-
languageName: node
|
|
2512
|
-
linkType: hard
|
|
2513
|
-
|
|
2514
2455
|
"proxy-from-env@npm:^2.1.0":
|
|
2515
2456
|
version: 2.1.0
|
|
2516
2457
|
resolution: "proxy-from-env@npm:2.1.0"
|
|
@@ -2529,13 +2470,6 @@ __metadata:
|
|
|
2529
2470
|
languageName: node
|
|
2530
2471
|
linkType: hard
|
|
2531
2472
|
|
|
2532
|
-
"react-is@npm:^16.13.1":
|
|
2533
|
-
version: 16.13.1
|
|
2534
|
-
resolution: "react-is@npm:16.13.1"
|
|
2535
|
-
checksum: 10c0/33977da7a5f1a287936a0c85639fec6ca74f4f15ef1e59a6bc20338fc73dc69555381e211f7a3529b8150a1f71e4225525b41b60b52965bda53ce7d47377ada1
|
|
2536
|
-
languageName: node
|
|
2537
|
-
linkType: hard
|
|
2538
|
-
|
|
2539
2473
|
"react-reconciler@npm:^0.33.0":
|
|
2540
2474
|
version: 0.33.0
|
|
2541
2475
|
resolution: "react-reconciler@npm:0.33.0"
|
|
@@ -2547,20 +2481,6 @@ __metadata:
|
|
|
2547
2481
|
languageName: node
|
|
2548
2482
|
linkType: hard
|
|
2549
2483
|
|
|
2550
|
-
"react-responsive@npm:^9.0.2":
|
|
2551
|
-
version: 9.0.2
|
|
2552
|
-
resolution: "react-responsive@npm:9.0.2"
|
|
2553
|
-
dependencies:
|
|
2554
|
-
hyphenate-style-name: "npm:^1.0.0"
|
|
2555
|
-
matchmediaquery: "npm:^0.3.0"
|
|
2556
|
-
prop-types: "npm:^15.6.1"
|
|
2557
|
-
shallow-equal: "npm:^1.2.1"
|
|
2558
|
-
peerDependencies:
|
|
2559
|
-
react: ">=16.8.0"
|
|
2560
|
-
checksum: 10c0/c58b30d8b8ff993edbc73f7de59a2d86d8abd6380b06a9b41667c3bdd5401e5e710fa1d0fdac21368759ab9b958e8b479a111329a06e9b0241ee08f500b37a20
|
|
2561
|
-
languageName: node
|
|
2562
|
-
linkType: hard
|
|
2563
|
-
|
|
2564
2484
|
"react@npm:^19.0.0, react@npm:^19.2.0":
|
|
2565
2485
|
version: 19.3.0
|
|
2566
2486
|
resolution: "react@npm:19.3.0"
|
|
@@ -2593,25 +2513,25 @@ __metadata:
|
|
|
2593
2513
|
linkType: hard
|
|
2594
2514
|
|
|
2595
2515
|
"rolldown@npm:~1.2.6":
|
|
2596
|
-
version: 1.2.
|
|
2597
|
-
resolution: "rolldown@npm:1.2.
|
|
2598
|
-
dependencies:
|
|
2599
|
-
"@oxc-project/types": "npm:=0.
|
|
2600
|
-
"@rolldown/binding-android-arm-eabi": "npm:1.2.
|
|
2601
|
-
"@rolldown/binding-android-arm64": "npm:1.2.
|
|
2602
|
-
"@rolldown/binding-darwin-arm64": "npm:1.2.
|
|
2603
|
-
"@rolldown/binding-darwin-x64": "npm:1.2.
|
|
2604
|
-
"@rolldown/binding-freebsd-x64": "npm:1.2.
|
|
2605
|
-
"@rolldown/binding-linux-arm-gnueabihf": "npm:1.2.
|
|
2606
|
-
"@rolldown/binding-linux-arm64-gnu": "npm:1.2.
|
|
2607
|
-
"@rolldown/binding-linux-arm64-musl": "npm:1.2.
|
|
2608
|
-
"@rolldown/binding-linux-ppc64-gnu": "npm:1.2.
|
|
2609
|
-
"@rolldown/binding-linux-s390x-gnu": "npm:1.2.
|
|
2610
|
-
"@rolldown/binding-linux-x64-gnu": "npm:1.2.
|
|
2611
|
-
"@rolldown/binding-linux-x64-musl": "npm:1.2.
|
|
2612
|
-
"@rolldown/binding-openharmony-arm64": "npm:1.2.
|
|
2613
|
-
"@rolldown/binding-win32-arm64-msvc": "npm:1.2.
|
|
2614
|
-
"@rolldown/binding-win32-x64-msvc": "npm:1.2.
|
|
2516
|
+
version: 1.2.10
|
|
2517
|
+
resolution: "rolldown@npm:1.2.10"
|
|
2518
|
+
dependencies:
|
|
2519
|
+
"@oxc-project/types": "npm:=0.151.0"
|
|
2520
|
+
"@rolldown/binding-android-arm-eabi": "npm:1.2.10"
|
|
2521
|
+
"@rolldown/binding-android-arm64": "npm:1.2.10"
|
|
2522
|
+
"@rolldown/binding-darwin-arm64": "npm:1.2.10"
|
|
2523
|
+
"@rolldown/binding-darwin-x64": "npm:1.2.10"
|
|
2524
|
+
"@rolldown/binding-freebsd-x64": "npm:1.2.10"
|
|
2525
|
+
"@rolldown/binding-linux-arm-gnueabihf": "npm:1.2.10"
|
|
2526
|
+
"@rolldown/binding-linux-arm64-gnu": "npm:1.2.10"
|
|
2527
|
+
"@rolldown/binding-linux-arm64-musl": "npm:1.2.10"
|
|
2528
|
+
"@rolldown/binding-linux-ppc64-gnu": "npm:1.2.10"
|
|
2529
|
+
"@rolldown/binding-linux-s390x-gnu": "npm:1.2.10"
|
|
2530
|
+
"@rolldown/binding-linux-x64-gnu": "npm:1.2.10"
|
|
2531
|
+
"@rolldown/binding-linux-x64-musl": "npm:1.2.10"
|
|
2532
|
+
"@rolldown/binding-openharmony-arm64": "npm:1.2.10"
|
|
2533
|
+
"@rolldown/binding-win32-arm64-msvc": "npm:1.2.10"
|
|
2534
|
+
"@rolldown/binding-win32-x64-msvc": "npm:1.2.10"
|
|
2615
2535
|
"@rolldown/pluginutils": "npm:^1.0.0"
|
|
2616
2536
|
dependenciesMeta:
|
|
2617
2537
|
"@rolldown/binding-android-arm-eabi":
|
|
@@ -2646,7 +2566,7 @@ __metadata:
|
|
|
2646
2566
|
optional: true
|
|
2647
2567
|
bin:
|
|
2648
2568
|
rolldown: ./bin/cli.mjs
|
|
2649
|
-
checksum: 10c0/
|
|
2569
|
+
checksum: 10c0/4e8acfe441d5006dd85b26a51f5ccfd2db2a1d201938c118996ad50d1ba99479374ccda71e5bddf763f1ee918a7663b221fd0959d1c51c1b28983715da590f34
|
|
2650
2570
|
languageName: node
|
|
2651
2571
|
linkType: hard
|
|
2652
2572
|
|
|
@@ -2696,13 +2616,6 @@ __metadata:
|
|
|
2696
2616
|
languageName: node
|
|
2697
2617
|
linkType: hard
|
|
2698
2618
|
|
|
2699
|
-
"shallow-equal@npm:^1.2.1":
|
|
2700
|
-
version: 1.2.1
|
|
2701
|
-
resolution: "shallow-equal@npm:1.2.1"
|
|
2702
|
-
checksum: 10c0/51e03abadd97c9ebe590547d92db9148446962a3f23a3a0fb1ba2fccab80af881eef0ff1f8ccefd3f066c0bc5a4c8ca53706194813b95c8835fa66448a843a26
|
|
2703
|
-
languageName: node
|
|
2704
|
-
linkType: hard
|
|
2705
|
-
|
|
2706
2619
|
"sharp@npm:^0.35.3":
|
|
2707
2620
|
version: 0.35.4
|
|
2708
2621
|
resolution: "sharp@npm:0.35.4"
|
|
@@ -2999,22 +2912,22 @@ __metadata:
|
|
|
2999
2912
|
languageName: node
|
|
3000
2913
|
linkType: hard
|
|
3001
2914
|
|
|
3002
|
-
"twenty-client-sdk@npm:2.
|
|
3003
|
-
version: 2.
|
|
3004
|
-
resolution: "twenty-client-sdk@npm:2.
|
|
2915
|
+
"twenty-client-sdk@npm:2.43.0":
|
|
2916
|
+
version: 2.43.0
|
|
2917
|
+
resolution: "twenty-client-sdk@npm:2.43.0"
|
|
3005
2918
|
dependencies:
|
|
3006
2919
|
"@genql/runtime": "npm:^2.10.0"
|
|
3007
2920
|
esbuild: "npm:^0.28.1"
|
|
3008
2921
|
graphql: "npm:^16.8.1"
|
|
3009
2922
|
lodash: "npm:^4.17.21"
|
|
3010
2923
|
prettier: "npm:^3.8.3"
|
|
3011
|
-
checksum: 10c0/
|
|
2924
|
+
checksum: 10c0/3b304379688b165c53e9b06715f6de024b68ce49aff055d6135ad74c8799f5174ca5e9bcea20156323f856af2c6d728160feaf337e8b68328f7d1b721e3d1f45
|
|
3012
2925
|
languageName: node
|
|
3013
2926
|
linkType: hard
|
|
3014
2927
|
|
|
3015
|
-
"twenty-sdk@npm:2.
|
|
3016
|
-
version: 2.
|
|
3017
|
-
resolution: "twenty-sdk@npm:2.
|
|
2928
|
+
"twenty-sdk@npm:2.43.0":
|
|
2929
|
+
version: 2.43.0
|
|
2930
|
+
resolution: "twenty-sdk@npm:2.43.0"
|
|
3018
2931
|
dependencies:
|
|
3019
2932
|
"@sniptt/guards": "npm:^0.2.0"
|
|
3020
2933
|
axios: "npm:^1.16.0"
|
|
@@ -3033,25 +2946,24 @@ __metadata:
|
|
|
3033
2946
|
semver: "npm:7.6.3"
|
|
3034
2947
|
sharp: "npm:^0.35.3"
|
|
3035
2948
|
tinyglobby: "npm:^0.2.15"
|
|
3036
|
-
twenty-client-sdk: "npm:2.
|
|
2949
|
+
twenty-client-sdk: "npm:2.43.0"
|
|
3037
2950
|
typescript: "npm:^5.9.3"
|
|
3038
2951
|
uuid: "npm:^13.0.2"
|
|
3039
2952
|
bin:
|
|
3040
2953
|
twenty: dist/cli.cjs
|
|
3041
|
-
checksum: 10c0/
|
|
2954
|
+
checksum: 10c0/63723aaf55d750249a348e5495dc126106a18c12c237103bcae38cf92d9dd505c457ad5bb6ea88159aebc8b5295c4a21e4beaa687181080d3e3cec64296d75d3
|
|
3042
2955
|
languageName: node
|
|
3043
2956
|
linkType: hard
|
|
3044
2957
|
|
|
3045
|
-
"twenty-ui@npm:2.
|
|
3046
|
-
version: 2.
|
|
3047
|
-
resolution: "twenty-ui@npm:2.
|
|
2958
|
+
"twenty-ui@npm:2.43.0":
|
|
2959
|
+
version: 2.43.0
|
|
2960
|
+
resolution: "twenty-ui@npm:2.43.0"
|
|
3048
2961
|
dependencies:
|
|
3049
2962
|
"@base-ui/react": "npm:^1.8.0"
|
|
3050
2963
|
"@base-ui/utils": "npm:0.4.0"
|
|
3051
2964
|
"@sniptt/guards": "npm:^0.2.0"
|
|
3052
2965
|
"@tabler/icons-react": "npm:^3.31.0"
|
|
3053
2966
|
clsx: "npm:^2.1.1"
|
|
3054
|
-
react-responsive: "npm:^9.0.2"
|
|
3055
2967
|
type-fest: "npm:^4.10.1"
|
|
3056
2968
|
zod: "npm:^4.1.11"
|
|
3057
2969
|
peerDependencies:
|
|
@@ -3059,15 +2971,12 @@ __metadata:
|
|
|
3059
2971
|
monaco-editor: ">= 0.25.0 < 1"
|
|
3060
2972
|
react: ^19.0.0
|
|
3061
2973
|
react-dom: ^19.0.0
|
|
3062
|
-
react-router-dom: ^7.18.4
|
|
3063
2974
|
peerDependenciesMeta:
|
|
3064
2975
|
"@monaco-editor/react":
|
|
3065
2976
|
optional: true
|
|
3066
2977
|
monaco-editor:
|
|
3067
2978
|
optional: true
|
|
3068
|
-
|
|
3069
|
-
optional: true
|
|
3070
|
-
checksum: 10c0/0fb1685c4186f1b363627ae6eac99e6609e4fce7baa1334b7478a03c84e646e0acaf1f069a22b38355f10b4d41e5a94d18c953da0b5710f16cd53a82d8e27107
|
|
2979
|
+
checksum: 10c0/5fd53bee2f4d3fdcb191f84109fe133673676b9fc58020908a19609f728b9c4a5d5f37d494c779520dcd4dacdd028f3e4c8c3929577171ac27417caa8c35f3bd
|
|
3071
2980
|
languageName: node
|
|
3072
2981
|
linkType: hard
|
|
3073
2982
|
|
|
@@ -3122,9 +3031,9 @@ __metadata:
|
|
|
3122
3031
|
linkType: hard
|
|
3123
3032
|
|
|
3124
3033
|
"undici@npm:^8.4.1":
|
|
3125
|
-
version: 8.
|
|
3126
|
-
resolution: "undici@npm:8.
|
|
3127
|
-
checksum: 10c0/
|
|
3034
|
+
version: 8.11.0
|
|
3035
|
+
resolution: "undici@npm:8.11.0"
|
|
3036
|
+
checksum: 10c0/a6a0d8da384d88dc9780fdb03f099d17fc06d1085854214c4e8ab5c69c4731778c5207fa62b54170327afa21e0d412665bd4e40683122bcbcbf9075801c75cb3
|
|
3128
3037
|
languageName: node
|
|
3129
3038
|
linkType: hard
|
|
3130
3039
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-twenty-app",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.43.0",
|
|
4
4
|
"description": "Command-line interface to create Twenty application",
|
|
5
5
|
"main": "dist/cli.cjs",
|
|
6
6
|
"bin": "dist/cli.cjs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"lodash.camelcase": "^4.3.0",
|
|
35
35
|
"lodash.kebabcase": "^4.1.1",
|
|
36
36
|
"lodash.startcase": "^4.4.0",
|
|
37
|
-
"twenty-sdk": "2.
|
|
37
|
+
"twenty-sdk": "2.43.0",
|
|
38
38
|
"uuid": "^13.0.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"jest": "29.7.0",
|
|
50
50
|
"jest-environment-node": "^29.4.1",
|
|
51
51
|
"twenty-shared": "0.0.0",
|
|
52
|
-
"twenty-ui": "2.
|
|
52
|
+
"twenty-ui": "2.43.0",
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
54
|
"vite": "^8.0.0",
|
|
55
55
|
"vite-plugin-dts": "^4.5.4",
|