n8n-nodes-nvk-browser 1.0.15 → 1.0.16
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-nvk-browser",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"displayName": "NVK Browser",
|
|
3
|
+
"version": "1.0.16",
|
|
5
4
|
"description": "n8n nodes for managing Chrome browser profiles and page interactions with Puppeteer automation",
|
|
6
5
|
"keywords": [
|
|
7
6
|
"n8n-community-node-package",
|
|
@@ -18,7 +17,7 @@
|
|
|
18
17
|
"license": "MIT",
|
|
19
18
|
"homepage": "",
|
|
20
19
|
"author": {
|
|
21
|
-
"name": "",
|
|
20
|
+
"name": "NVK",
|
|
22
21
|
"email": ""
|
|
23
22
|
},
|
|
24
23
|
"repository": {
|
|
@@ -35,7 +34,8 @@
|
|
|
35
34
|
},
|
|
36
35
|
"files": [
|
|
37
36
|
"dist",
|
|
38
|
-
"index.js"
|
|
37
|
+
"index.js",
|
|
38
|
+
"package.json"
|
|
39
39
|
],
|
|
40
40
|
"n8n": {
|
|
41
41
|
"n8nNodesApiVersion": 1,
|