n8n-nodes-tareno 1.2.0 → 1.2.1
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-tareno",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "N8N community nodes for Tareno - Social Media Management Platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://tareno.co",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"main": "dist/nodes/Tareno/Tareno.node.js",
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "tsc && npm run copy-icons",
|
|
32
|
-
"copy-icons": "cp nodes/Tareno/*.svg dist/nodes/Tareno/ 2>/dev/null || true",
|
|
32
|
+
"copy-icons": "cp nodes/Tareno/*.svg nodes/Tareno/*.png dist/nodes/Tareno/ 2>/dev/null || true",
|
|
33
33
|
"dev": "tsc --watch",
|
|
34
34
|
"prepublishOnly": "npm run build"
|
|
35
35
|
},
|