apify-cli 1.1.2-beta.1 → 1.1.2-beta.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "1.1.2-beta.
|
|
3
|
+
"version": "1.1.2-beta.3",
|
|
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",
|
|
@@ -119,7 +119,6 @@
|
|
|
119
119
|
"@types/adm-zip": "^0.5.5",
|
|
120
120
|
"@types/archiver": "^6.0.2",
|
|
121
121
|
"@types/bun": "^1.2.5",
|
|
122
|
-
"@types/chai": "^4.3.17",
|
|
123
122
|
"@types/cors": "^2.8.17",
|
|
124
123
|
"@types/execa": "^2.0.2",
|
|
125
124
|
"@types/express": "^5.0.0",
|
|
@@ -134,7 +133,6 @@
|
|
|
134
133
|
"@types/which": "^3.0.4",
|
|
135
134
|
"@yarnpkg/core": "^4.1.2",
|
|
136
135
|
"apify": "^3.2.4",
|
|
137
|
-
"chai": "^4.4.1",
|
|
138
136
|
"cross-env": "^10.0.0",
|
|
139
137
|
"eslint": "^9.25.1",
|
|
140
138
|
"eslint-config-prettier": "^10.1.2",
|