apify-cli 1.2.2-beta.2 → 1.2.2-beta.21
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/apify.js +1 -1
- package/dist/chunk-UWWCZLH4.js +257 -0
- package/dist/chunk-UWWCZLH4.js.map +1 -0
- package/package.json +6 -5
- package/dist/chunk-75VJHDJZ.js +0 -255
- package/dist/chunk-75VJHDJZ.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.21",
|
|
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": "^2.
|
|
83
|
+
"apify-client": "^2.22.0",
|
|
84
84
|
"archiver": "~7.0.1",
|
|
85
85
|
"axios": "^1.11.0",
|
|
86
86
|
"chalk": "~5.6.0",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"strip-ansi": "^7.1.0",
|
|
109
109
|
"tiged": "~2.12.7",
|
|
110
110
|
"which": "^6.0.0",
|
|
111
|
-
"widest-line": "^
|
|
111
|
+
"widest-line": "^6.0.0",
|
|
112
112
|
"wrap-ansi": "^9.0.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
@@ -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",
|
|
@@ -175,5 +173,8 @@
|
|
|
175
173
|
"*": "biome format --write --no-errors-on-unmatched",
|
|
176
174
|
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
|
|
177
175
|
"*.md": "prettier --write"
|
|
176
|
+
},
|
|
177
|
+
"resolutions": {
|
|
178
|
+
"tar": "7.5.7"
|
|
178
179
|
}
|
|
179
180
|
}
|