apify-cli 1.2.2-beta.14 → 1.2.2-beta.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/CHANGELOG.md +1 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/actor.js +1 -1
- package/dist/apify.js +1 -1
- package/dist/chunk-752K3L6H.js +257 -0
- package/dist/chunk-752K3L6H.js.map +1 -0
- package/package.json +3 -3
- package/dist/chunk-IBKSU2CB.js +0 -255
- package/dist/chunk-IBKSU2CB.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "1.2.2-beta.
|
|
3
|
+
"version": "1.2.2-beta.16",
|
|
4
4
|
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
|
|
5
5
|
"exports": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@skyra/jaro-winkler": "^1.1.1",
|
|
81
81
|
"adm-zip": "~0.5.15",
|
|
82
82
|
"ajv": "~8.17.1",
|
|
83
|
-
"apify-client": "
|
|
83
|
+
"apify-client": "~2.22.0",
|
|
84
84
|
"archiver": "~7.0.1",
|
|
85
85
|
"axios": "^1.11.0",
|
|
86
86
|
"chalk": "~5.6.0",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"strip-ansi": "^7.1.0",
|
|
109
109
|
"tiged": "~2.12.7",
|
|
110
110
|
"which": "^6.0.0",
|
|
111
|
-
"widest-line": "^
|
|
111
|
+
"widest-line": "^6.0.0",
|
|
112
112
|
"wrap-ansi": "^9.0.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|