apify-cli 1.2.2-beta.31 → 1.2.2-beta.33

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.31",
3
+ "version": "1.2.2-beta.33",
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"
@@ -92,8 +93,8 @@
92
93
  "escape-string-regexp": "~5.0.0",
93
94
  "execa": "^9.5.2",
94
95
  "express": "~5.2.0",
95
- "globby": "~15.0.0",
96
96
  "handlebars": "~4.7.8",
97
+ "ignore": "^5.3.2",
97
98
  "indent-string": "^5.0.0",
98
99
  "is-ci": "~4.1.0",
99
100
  "istextorbinary": "~9.5.0",
@@ -107,6 +108,7 @@
107
108
  "string-width": "^8.0.0",
108
109
  "strip-ansi": "^7.1.0",
109
110
  "tiged": "~2.12.7",
111
+ "tinyglobby": "^0.2.15",
110
112
  "which": "^6.0.0",
111
113
  "widest-line": "^6.0.0",
112
114
  "wrap-ansi": "^10.0.0"
@@ -123,7 +125,6 @@
123
125
  "@types/cors": "^2.8.17",
124
126
  "@types/execa": "^2.0.2",
125
127
  "@types/express": "^5.0.0",
126
- "@types/is-ci": "^3.0.4",
127
128
  "@types/jju": "^1.4.5",
128
129
  "@types/js-levenshtein": "^1",
129
130
  "@types/lodash.clonedeep": "^4",
@@ -136,6 +137,7 @@
136
137
  "cross-env": "^10.0.0",
137
138
  "eslint": "^9.25.1",
138
139
  "eslint-config-prettier": "^10.1.2",
140
+ "husky": "^9",
139
141
  "lint-staged": "^16.0.0",
140
142
  "mock-stdin": "^1.0.0",
141
143
  "prettier": "^3.5.3",