[SDK] Pure ESM (#18427)

# Introduction
While testing the sdk and overall apps in
https://github.com/prastoin/twenty-app-hello-world
Faced a lot of pure `CJS` external dependencies import issue

Replaced all the cjs deps to either esm equivalent or node native
replacement
This commit is contained in:
Paul Rastoin
2026-03-05 17:19:01 +01:00
committed by GitHub
parent cfeea43eaf
commit 57d8954973
41 changed files with 574 additions and 243 deletions
@@ -1,4 +1,4 @@
import kebabCase from 'lodash.kebabcase';
import { kebabCase } from '@/cli/utilities/string/kebab-case';
import { v4 } from 'uuid';
export const getLogicFunctionBaseFile = ({