apify-cli 0.21.8-beta.11 → 0.21.8-beta.13

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": "0.21.8-beta.11",
3
+ "version": "0.21.8-beta.13",
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
  "types": "./dist/index.d.ts",
@@ -149,9 +149,9 @@
149
149
  },
150
150
  "volta": {
151
151
  "node": "22.16.0",
152
- "yarn": "4.9.1"
152
+ "yarn": "4.9.2"
153
153
  },
154
- "packageManager": "yarn@4.9.1",
154
+ "packageManager": "yarn@4.9.2",
155
155
  "lint-staged": {
156
156
  "*": "biome format --write --no-errors-on-unmatched",
157
157
  "*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",