apify-cli 1.2.2-beta.6 → 1.2.2-beta.8
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.2.2-beta.
|
|
3
|
+
"version": "1.2.2-beta.8",
|
|
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",
|
|
@@ -123,7 +123,6 @@
|
|
|
123
123
|
"@types/cors": "^2.8.17",
|
|
124
124
|
"@types/execa": "^2.0.2",
|
|
125
125
|
"@types/express": "^5.0.0",
|
|
126
|
-
"@types/fs-extra": "^11",
|
|
127
126
|
"@types/is-ci": "^3.0.4",
|
|
128
127
|
"@types/jju": "^1.4.5",
|
|
129
128
|
"@types/js-levenshtein": "^1",
|
|
@@ -138,7 +137,6 @@
|
|
|
138
137
|
"eslint": "^9.25.1",
|
|
139
138
|
"eslint-config-prettier": "^10.1.2",
|
|
140
139
|
"lint-staged": "^16.0.0",
|
|
141
|
-
"mdast-util-from-markdown": "^2.0.2",
|
|
142
140
|
"mock-stdin": "^1.0.0",
|
|
143
141
|
"prettier": "^3.5.3",
|
|
144
142
|
"tsup": "^8.5.0",
|