@cli4ai/chrome 1.1.3 → 1.1.4
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/cli4ai.json +2 -2
- package/package.json +2 -2
package/cli4ai.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chrome",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Chrome browser automation with managed browser instance",
|
|
5
5
|
"author": "cliforai",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@cli4ai/lib": "^1.0.
|
|
129
|
+
"@cli4ai/lib": "^1.0.9",
|
|
130
130
|
"puppeteer": "^24.0.0",
|
|
131
131
|
"commander": "^14.0.0"
|
|
132
132
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cli4ai/chrome",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Chrome browser automation with managed browser instance",
|
|
5
5
|
"author": "cliforai",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"url": "https://github.com/cliforai/packages/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@cli4ai/lib": "^1.0.
|
|
32
|
+
"@cli4ai/lib": "^1.0.9",
|
|
33
33
|
"puppeteer": "^24.0.0",
|
|
34
34
|
"commander": "^14.0.0"
|
|
35
35
|
},
|