@twentyhq/people-data-labs 1.0.7 → 1.0.9

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
@@ -18,8 +18,8 @@
18
18
  ],
19
19
  "defaultRoleUniversalIdentifier": "abb2aa9f-8e9c-4e8b-a336-f864ee78b7cd",
20
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",
21
- "yarnLockChecksum": "c5e12891fbe2a664fa11ac920249078d",
22
- "packageJsonChecksum": "52ad9e6dcd5f37a063bffe961f60b7f1",
21
+ "yarnLockChecksum": "27087de312e0850753eaf47f6cb16364",
22
+ "packageJsonChecksum": "73964b0adfe46adce39a66ef6cdaffdb",
23
23
  "requiredServerVersionRange": ">=2.23.0",
24
24
  "postInstallLogicFunction": {
25
25
  "universalIdentifier": "9de46f15-05ec-4314-84c1-b9919b545269",
@@ -10827,7 +10827,7 @@
10827
10827
  "componentName": "Enrich",
10828
10828
  "sourceComponentPath": "src/front-components/enrich-companies-component-effect.tsx",
10829
10829
  "builtComponentPath": "src/front-components/enrich-companies-component-effect.mjs",
10830
- "builtComponentChecksum": "cad4cf0f83cb47632a1051e5cde019822712cb13951277dd4579c806dfbbb645",
10830
+ "builtComponentChecksum": "fdf8be2c2699e4115bb4d24a7df899b0e340f79fdf66d80c8f318f894a6e8367",
10831
10831
  "usesSdkClient": false
10832
10832
  },
10833
10833
  {
@@ -10838,7 +10838,7 @@
10838
10838
  "componentName": "Enrich",
10839
10839
  "sourceComponentPath": "src/front-components/enrich-people-component-effect.tsx",
10840
10840
  "builtComponentPath": "src/front-components/enrich-people-component-effect.mjs",
10841
- "builtComponentChecksum": "c869e0870394e28d3cca3f8ad1fbe2cea35547c230230f86d207b8ca849e4aa4",
10841
+ "builtComponentChecksum": "81f71380ec9af462fd2103f7a17f69b66e3807516f68f00ed342d868cacd3dae",
10842
10842
  "usesSdkClient": false
10843
10843
  }
10844
10844
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twentyhq/people-data-labs",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "People Data Labs enrichment app for Twenty",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^24.7.2",
27
- "@types/react": "^18.2.0",
27
+ "@types/react": "^19.2.0",
28
28
  "@typescript/native-preview": "^7.0.0-dev.20260116.1",
29
29
  "oxlint": "^0.16.0",
30
- "react": "^18.2.0",
31
- "react-dom": "^18.2.0",
30
+ "react": "^19.2.0",
31
+ "react-dom": "^19.2.0",
32
32
  "twenty-client-sdk": "2.23.0-alpha.2",
33
33
  "twenty-sdk": "2.23.0-alpha.2",
34
34
  "typescript": "^5.9.3",