apify-cli 1.6.0 → 1.6.1-beta.1

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/dist/actor.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import{i as e,r as t,t as n}from"./_register-hrNuoOvn.js";t(`Actor`);for(let e of n)e.registerCommand(`actor`);await e(`actor`);export{};
2
+ import{i as e,r as t,t as n}from"./_register-ChDmgVXt.js";t(`Actor`);for(let e of n)e.registerCommand(`actor`);await e(`actor`);export{};
3
3
  //# sourceMappingURL=actor.js.map
package/dist/apify.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import{i as e,n as t,r as n}from"./_register-hrNuoOvn.js";n(`Apify`);for(let e of t)e.registerCommand(`apify`);await e(`apify`);export{};
2
+ import{i as e,n as t,r as n}from"./_register-ChDmgVXt.js";n(`Apify`);for(let e of t)e.registerCommand(`apify`);await e(`apify`);export{};
3
3
  //# sourceMappingURL=apify.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "1.6.0",
3
+ "version": "1.6.1-beta.1",
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",
@@ -168,7 +168,6 @@
168
168
  "clean": "rimraf dist",
169
169
  "build": "pnpm run clean && tsc && tsdown",
170
170
  "build-bundles": "bun run scripts/build-cli-bundles.ts",
171
- "preinstall": "npx only-allow pnpm",
172
171
  "insert-cli-metadata": "tsx scripts/insert-cli-metadata.ts",
173
172
  "update-docs": "tsx scripts/generate-cli-docs.ts",
174
173
  "postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\""