n8n-nodes-snaprender 0.1.0 → 0.1.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.
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
2
|
+
<rect width="32" height="32" rx="6" fill="#4F46E5"/>
|
|
3
|
+
<path d="M8 10a2 2 0 012-2h12a2 2 0 012 2v9a2 2 0 01-2 2H10a2 2 0 01-2-2V10z" fill="none" stroke="#fff" stroke-width="1.5"/>
|
|
4
|
+
<circle cx="12" cy="13" r="1.5" fill="#fff"/>
|
|
5
|
+
<path d="M8 19l4-3 3 2 5-4 4 3v2a2 2 0 01-2 2H10a2 2 0 01-2-2v-2z" fill="#A5B4FC"/>
|
|
6
|
+
<rect x="22" y="6" width="4" height="4" rx="1" fill="#fff" opacity="0.9"/>
|
|
7
|
+
<circle cx="24" cy="8" r="1" fill="#4F46E5"/>
|
|
8
|
+
</svg>
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-snaprender",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "n8n node to capture website screenshots using SnapRender API. PNG, JPEG, WebP, PDF with device emulation, dark mode, ad blocking.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://snap-render.com",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"main": "index.js",
|
|
27
27
|
"scripts": {
|
|
28
|
-
"build": "
|
|
28
|
+
"build": "n8n-node build",
|
|
29
29
|
"dev": "tsc --watch",
|
|
30
30
|
"prepublishOnly": "npm run build"
|
|
31
31
|
},
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
+
"@n8n/node-cli": "*",
|
|
45
46
|
"@types/node": "^25.3.0",
|
|
46
47
|
"n8n-workflow": "^2.9.0",
|
|
47
48
|
"typescript": "^5.8.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-snaprender",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "n8n node to capture website screenshots using SnapRender API. PNG, JPEG, WebP, PDF with device emulation, dark mode, ad blocking.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://snap-render.com",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"main": "index.js",
|
|
27
27
|
"scripts": {
|
|
28
|
-
"build": "
|
|
28
|
+
"build": "n8n-node build",
|
|
29
29
|
"dev": "tsc --watch",
|
|
30
30
|
"prepublishOnly": "npm run build"
|
|
31
31
|
},
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
+
"@n8n/node-cli": "*",
|
|
45
46
|
"@types/node": "^25.3.0",
|
|
46
47
|
"n8n-workflow": "^2.9.0",
|
|
47
48
|
"typescript": "^5.8.0"
|