twenty-app-intake 0.2.0 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twenty-app-intake",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "The missing ingestion layer for Twenty CRM. Automatically sync any webhook source — contact forms, pipeline apps, or any platform — with native schema extension, field normalization, and deduplication. Zero manual configuration required.",
5
5
  "keywords": [
6
6
  "twenty-app",
@@ -18,9 +18,16 @@
18
18
  "automation"
19
19
  ],
20
20
  "license": "MIT",
21
+ "homepage": "https://wearemachina.com",
22
+ "author": "Machina (https://wearemachina.com)",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/FranciscoContreras/twenty-app-intake.git"
26
+ },
21
27
  "engines": {
22
- "node": ">=24.0.0",
23
- "twenty": ">=2.5.0"
28
+ "node": "^24.5.0",
29
+ "yarn": ">=4.0.2",
30
+ "twenty": ">=2.26.0"
24
31
  },
25
32
  "scripts": {
26
33
  "twenty": "twenty",
@@ -30,13 +37,7 @@
30
37
  "test:coverage": "vitest run --config vitest.config.ts --coverage",
31
38
  "typecheck": "twenty typecheck",
32
39
  "build": "twenty build",
33
- "publish:app": "twenty publish"
34
- },
35
- "dependencies": {
36
- "cockatiel": "^3.2.1",
37
- "neverthrow": "^8.0.0",
38
- "twenty-client-sdk": "^2.5.1",
39
- "twenty-sdk": "^2.5.1"
40
+ "publish:app": "twenty build && cp README.md LICENSE .twenty/output/ && npm publish .twenty/output"
40
41
  },
41
42
  "devDependencies": {
42
43
  "@changesets/cli": "^2.27.0",
@@ -47,6 +48,8 @@
47
48
  "react": "^19.2.6",
48
49
  "react-dom": "^19.2.6",
49
50
  "tsup": "^8.0.0",
51
+ "twenty-client-sdk": "2.29.0",
52
+ "twenty-sdk": "2.29.0",
50
53
  "typescript": "~5.8.3",
51
54
  "vite": "^8.0.13",
52
55
  "vite-tsconfig-paths": "^5.1.4",
Binary file