n8n-nodes-idb2b 3.0.1 → 3.0.2

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.
@@ -276,13 +276,6 @@ class IDB2B {
276
276
  required: true,
277
277
  },
278
278
  ],
279
- requestDefaults: {
280
- baseURL: '={{$credentials.baseUrl}}',
281
- headers: {
282
- Accept: 'application/json',
283
- 'Content-Type': 'application/json',
284
- },
285
- },
286
279
  properties: [
287
280
  {
288
281
  displayName: 'Resource',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-idb2b",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "n8n community node for IDB2B - WhatsApp AI Agents",
5
5
  "main": "index.js",
6
6
  "scripts": {