apify-cli 0.21.10-beta.12 → 0.21.10-beta.14
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/CHANGELOG.md +4 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/actor.js +1 -1
- package/dist/actor.js.map +1 -1
- package/dist/apify.js +1 -1
- package/dist/apify.js.map +1 -1
- package/dist/chunk-ZRI7FEJN.js +242 -0
- package/dist/chunk-ZRI7FEJN.js.map +1 -0
- package/package.json +2 -4
- package/dist/chunk-4RVGU54O.js +0 -236
- package/dist/chunk-4RVGU54O.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,10 @@ All notable changes to this project will be documented in this file.
|
|
|
22
22
|
- Pass apify client down to output job log wherever possible ([#839](https://github.com/apify/apify-cli/pull/839)) ([5cdb06c](https://github.com/apify/apify-cli/commit/5cdb06c0e24c2501b2034dbb7339798985b269cc)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
23
23
|
- **pull:** Handle private actors correctly ([#865](https://github.com/apify/apify-cli/pull/865)) ([efd7308](https://github.com/apify/apify-cli/commit/efd730855f99a36091ce51d501e5755b5ad79ffb)) by [@vladfrangu](https://github.com/vladfrangu), closes [#855](https://github.com/apify/apify-cli/issues/855)
|
|
24
24
|
|
|
25
|
+
### Chore
|
|
26
|
+
|
|
27
|
+
- [**breaking**] Move from yargs to node:util ([#871](https://github.com/apify/apify-cli/pull/871)) ([482d0b2](https://github.com/apify/apify-cli/commit/482d0b29f285c020320f1f2e3f0fd08a362d57cc)) by [@vladfrangu](https://github.com/vladfrangu), closes [#833](https://github.com/apify/apify-cli/issues/833)
|
|
28
|
+
|
|
25
29
|
<!-- git-cliff-unreleased-end -->
|
|
26
30
|
|
|
27
31
|
## [0.21.9](https://github.com/apify/apify-cli/releases/tag/v0.21.9) (2025-07-17)
|