apify-cli 0.21.8-beta.2 → 0.21.8-beta.4

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.2",
3
+ "version": "0.21.8-beta.4",
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",
@@ -26,7 +26,8 @@
26
26
  ],
27
27
  "bin": {
28
28
  "actor": "./dist/entrypoints/actor.js",
29
- "apify": "./dist/entrypoints/apify.js"
29
+ "apify": "./dist/entrypoints/apify.js",
30
+ "apify-cli": "./dist/entrypoints/apify.js"
30
31
  },
31
32
  "contributors": [
32
33
  "Jakub Drobník <jakub.drobnik@apify.com>",
@@ -145,7 +146,7 @@
145
146
  "vitest": "^3.0.0"
146
147
  },
147
148
  "volta": {
148
- "node": "22.15.1",
149
+ "node": "22.16.0",
149
150
  "yarn": "4.9.1"
150
151
  },
151
152
  "packageManager": "yarn@4.9.1",