apify-cli 0.21.10-beta.13 → 0.21.10-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 +4 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/actor.js +1 -1
- package/dist/actor.js.map +1 -1
- package/dist/apify.js +1 -1
- package/dist/apify.js.map +1 -1
- package/dist/chunk-VTIADQJA.js +240 -0
- package/dist/chunk-VTIADQJA.js.map +1 -0
- package/package.json +2 -4
- package/dist/chunk-45KF77CD.js +0 -236
- package/dist/chunk-45KF77CD.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "0.21.10-beta.
|
|
3
|
+
"version": "0.21.10-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",
|
|
@@ -110,8 +110,7 @@
|
|
|
110
110
|
"tiged": "~2.12.7",
|
|
111
111
|
"which": "^5.0.0",
|
|
112
112
|
"widest-line": "^5.0.0",
|
|
113
|
-
"wrap-ansi": "^9.0.0"
|
|
114
|
-
"yargs": "^17.7.2"
|
|
113
|
+
"wrap-ansi": "^9.0.0"
|
|
115
114
|
},
|
|
116
115
|
"devDependencies": {
|
|
117
116
|
"@apify/eslint-config": "^1.0.0",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"@types/node": "^22.0.0",
|
|
136
135
|
"@types/semver": "^7.5.8",
|
|
137
136
|
"@types/which": "^3.0.4",
|
|
138
|
-
"@types/yargs": "^17.0.33",
|
|
139
137
|
"@yarnpkg/core": "^4.1.2",
|
|
140
138
|
"apify": "^3.2.4",
|
|
141
139
|
"chai": "^4.4.1",
|