apify-cli 1.2.2-beta.14 → 1.2.2-beta.15
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-G4WNI5K5.js +257 -0
- package/dist/chunk-G4WNI5K5.js.map +1 -0
- package/package.json +2 -2
- 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.15",
|
|
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",
|