@twentyhq/people-data-labs 1.0.4 → 1.0.8

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/manifest.json CHANGED
@@ -3,11 +3,8 @@
3
3
  "universalIdentifier": "4a1178c1-3535-4a47-b592-231d3216b36f",
4
4
  "displayName": "People Data Labs",
5
5
  "description": "Enrich People and Companies with People Data Labs data.",
6
- "logoUrl": "public/people-data-labs-icon.png",
6
+ "category": "Enrichment",
7
7
  "author": "Twenty",
8
- "screenshots": [
9
- "public/gallery/cover.png"
10
- ],
11
8
  "serverVariables": {
12
9
  "PDL_API_KEY": {
13
10
  "description": "People Data Labs API key",
@@ -15,10 +12,15 @@
15
12
  "isRequired": true
16
13
  }
17
14
  },
15
+ "logo": "public/people-data-labs-icon.png",
16
+ "galleryImages": [
17
+ "public/gallery/cover.png"
18
+ ],
18
19
  "defaultRoleUniversalIdentifier": "abb2aa9f-8e9c-4e8b-a336-f864ee78b7cd",
19
20
  "aboutDescription": "# People Data Labs\n\n**Turn a name into a full profile — enrich any Person or Company in one click.**\n\n## ✨ What you get\n\n- **+30 rich data fields** per Person and Company — seniority, skills, firmographics, funding, socials & more\n- **Run it anywhere** — from the command menu, as a workflow step, or straight from AI chat\n- **Smart matching** — finds the right profile from a LinkedIn, email, or domain, and only writes confident matches\n\n## 💳 Billing\n\nPay only for matches, in Twenty credits — **not found and skipped records are free.**\n\n- **Person match:** $0.336\n- **Company match:** $0.12\n",
20
- "yarnLockChecksum": "761a9fa8870876e7c6c2fc1957673225",
21
- "packageJsonChecksum": "f63cbab9b3839fd418d67bc0ac531f85",
21
+ "yarnLockChecksum": "d6b1fed012ae4e242d69f470f1eabf66",
22
+ "packageJsonChecksum": "f8708c52660ad40d76e84f44d47801f5",
23
+ "requiredServerVersionRange": ">=2.20.0",
22
24
  "postInstallLogicFunction": {
23
25
  "universalIdentifier": "9de46f15-05ec-4314-84c1-b9919b545269",
24
26
  "shouldRunOnVersionUpgrade": false,
@@ -10825,7 +10827,7 @@
10825
10827
  "componentName": "Enrich",
10826
10828
  "sourceComponentPath": "src/front-components/enrich-companies-component-effect.tsx",
10827
10829
  "builtComponentPath": "src/front-components/enrich-companies-component-effect.mjs",
10828
- "builtComponentChecksum": "f0fa039adbc633ac3af2bb0ef3663383",
10830
+ "builtComponentChecksum": "f47ce18e3350d0f227bcf9b35a2650cb1fae6d97a7c2702411e3384dc202b49f",
10829
10831
  "usesSdkClient": false
10830
10832
  },
10831
10833
  {
@@ -10836,7 +10838,7 @@
10836
10838
  "componentName": "Enrich",
10837
10839
  "sourceComponentPath": "src/front-components/enrich-people-component-effect.tsx",
10838
10840
  "builtComponentPath": "src/front-components/enrich-people-component-effect.mjs",
10839
- "builtComponentChecksum": "ac016b291b976de647afaa58de16c0d4",
10841
+ "builtComponentChecksum": "173a198c2d1592e300a16155090caccf60cafa92718ae475d43199b4e2f15e2b",
10840
10842
  "usesSdkClient": false
10841
10843
  }
10842
10844
  ],
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@twentyhq/people-data-labs",
3
- "version": "1.0.4",
3
+ "version": "1.0.8",
4
4
  "description": "People Data Labs enrichment app for Twenty",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": "^24.5.0",
8
8
  "npm": "please-use-yarn",
9
9
  "yarn": ">=4.0.2",
10
- "twenty": ">=2.19.0"
10
+ "twenty": ">=2.20.0"
11
11
  },
12
12
  "keywords": [
13
13
  "twenty-app"
@@ -29,8 +29,8 @@
29
29
  "oxlint": "^0.16.0",
30
30
  "react": "^18.2.0",
31
31
  "react-dom": "^18.2.0",
32
- "twenty-client-sdk": "2.19.0-alpha.1",
33
- "twenty-sdk": "2.19.0-alpha.1",
32
+ "twenty-client-sdk": "2.20.0",
33
+ "twenty-sdk": "2.20.0",
34
34
  "typescript": "^5.9.3",
35
35
  "vite-tsconfig-paths": "^4.2.1",
36
36
  "vitest": "^4.0.0"