apify-cli 0.21.8-beta.24 → 0.21.8-beta.25

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.
@@ -4,8 +4,8 @@ import { warning } from '../outputs.js';
4
4
  export const DEVELOPMENT_VERSION_MARKER = '0.0.0';
5
5
  export const DEVELOPMENT_HASH_MARKER = '0000000';
6
6
  // These values are replaced with the actual values when building the CLI
7
- const CLI_VERSION = "0.21.8-beta.24";
8
- const CLI_HASH = "ead40b81e464522ed6b9ce0dc3bb9c76adfc4f1c";
7
+ const CLI_VERSION = "0.21.8-beta.25";
8
+ const CLI_HASH = "727269927749b0256e7213d1e98816695af1ae6c";
9
9
  function detectInstallMethod() {
10
10
  // This if check is special, and gets replaced with an always-true branch when running from bun bundles
11
11
  if (process.env.APIFY_CLI_BUNDLE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.21.8-beta.24",
3
+ "version": "0.21.8-beta.25",
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",