n8n-nodes-dataforb2b 1.0.8 → 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.
@@ -331,7 +331,7 @@ class DataForB2B {
331
331
  displayName: "Enrich Live",
332
332
  name: "enrichLive",
333
333
  type: "boolean",
334
- default: false,
334
+ default: true,
335
335
  description: "Whether to enrich results with live data (additional credits)",
336
336
  displayOptions: {
337
337
  show: { resource: ["search"], operation: ["searchPeople", "searchCompanies"] },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-dataforb2b",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "n8n node for DataForB2B API - Search people, companies and enrich B2B data",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",