apify-cli 0.21.8-beta.17 → 0.21.8-beta.19
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/commands/_register.js +1 -0
- package/dist/commands/_register.js.map +1 -1
- package/dist/commands/run.js +13 -32
- package/dist/commands/run.js.map +1 -1
- package/dist/entrypoints/_shared.js +0 -6
- package/dist/entrypoints/_shared.js.map +1 -1
- package/dist/lib/command-framework/apify-command.js +4 -1
- package/dist/lib/command-framework/apify-command.js.map +1 -1
- package/dist/lib/command-framework/flags.js +3 -6
- package/dist/lib/command-framework/flags.js.map +1 -1
- package/dist/lib/hooks/useCLIMetadata.js +2 -2
- package/dist/typechecking.tsbuildinfo +1 -1
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "0.21.8-beta.
|
|
3
|
+
"version": "0.21.8-beta.19",
|
|
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
|
"types": "./dist/index.d.ts",
|
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
"which": "^5.0.0",
|
|
107
107
|
"widest-line": "^5.0.0",
|
|
108
108
|
"wrap-ansi": "^9.0.0",
|
|
109
|
-
"yargonaut": "^1.1.4",
|
|
110
109
|
"yargs": "^17.7.2"
|
|
111
110
|
},
|
|
112
111
|
"devDependencies": {
|