Fix twenty sdk (#15991)

As title
This commit is contained in:
martmull
2025-11-21 15:28:15 +01:00
committed by GitHub
parent 0b241cc805
commit 1fa9c45879
3 changed files with 3 additions and 7 deletions
@@ -9,7 +9,7 @@
},
"packageManager": "yarn@4.9.2",
"dependencies": {
"twenty-sdk": "0.0.5"
"twenty-sdk": "0.0.6"
},
"devDependencies": {
"@types/node": "^24.7.2"
@@ -9,7 +9,7 @@
},
"packageManager": "yarn@4.9.2",
"dependencies": {
"twenty-sdk": "0.0.5"
"twenty-sdk": "0.0.6"
},
"devDependencies": {
"@types/node": "^24.7.2"
+1 -5
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "0.0.5",
"version": "0.0.6",
"license": "AGPL-3.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
@@ -19,10 +19,6 @@
"vite-plugin-dts": "3.8.1",
"vite-tsconfig-paths": "^4.2.1"
},
"dependencies": {
"glob": "^11.1.0",
"twenty-shared": "workspace:*"
},
"exports": {
".": {
"types": "./dist/index.d.ts",