n8n-nodes-pinterest 0.2.3 → 0.2.5

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.
@@ -63,7 +63,7 @@ class PinterestCookie {
63
63
  this.description = {
64
64
  displayName: 'Pinterest (Cookie)',
65
65
  name: 'pinterestCookie',
66
- icon: 'file:image.svg',
66
+ icon: 'file:pinterest.svg',
67
67
  group: ['output'],
68
68
  version: 1,
69
69
  subtitle: '={{$parameter["resource"] + ": " + $parameter["operation"]}}',
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-pinterest",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "n8n community nodes for Pinterest v5 API (list boards, create pins)",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -14,9 +14,7 @@
14
14
  "main": "dist/index.js",
15
15
  "types": "dist/index.d.ts",
16
16
  "files": [
17
- "dist/**",
18
- "image.gif",
19
- "image.svg"
17
+ "dist/**"
20
18
  ],
21
19
  "scripts": {
22
20
  "build": "tsc -p ."
package/image.gif DELETED
Binary file
package/image.svg DELETED
Binary file