apify-cli 1.2.2-beta.31 → 1.2.2-beta.32
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.32",
|
|
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",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"prepack": "yarn insert-cli-metadata && yarn build && yarn update-docs",
|
|
23
23
|
"insert-cli-metadata": "tsx scripts/insert-cli-metadata.ts",
|
|
24
24
|
"update-docs": "tsx scripts/generate-cli-docs.ts",
|
|
25
|
-
"postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\""
|
|
25
|
+
"postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\"",
|
|
26
|
+
"prepare": "husky"
|
|
26
27
|
},
|
|
27
28
|
"files": [
|
|
28
29
|
"dist"
|
|
@@ -123,7 +124,6 @@
|
|
|
123
124
|
"@types/cors": "^2.8.17",
|
|
124
125
|
"@types/execa": "^2.0.2",
|
|
125
126
|
"@types/express": "^5.0.0",
|
|
126
|
-
"@types/is-ci": "^3.0.4",
|
|
127
127
|
"@types/jju": "^1.4.5",
|
|
128
128
|
"@types/js-levenshtein": "^1",
|
|
129
129
|
"@types/lodash.clonedeep": "^4",
|
|
@@ -136,6 +136,7 @@
|
|
|
136
136
|
"cross-env": "^10.0.0",
|
|
137
137
|
"eslint": "^9.25.1",
|
|
138
138
|
"eslint-config-prettier": "^10.1.2",
|
|
139
|
+
"husky": "^9",
|
|
139
140
|
"lint-staged": "^16.0.0",
|
|
140
141
|
"mock-stdin": "^1.0.0",
|
|
141
142
|
"prettier": "^3.5.3",
|