apify-cli 1.5.1-beta.4 → 1.5.1-beta.6

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 CHANGED
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
11
  - **generate-schema-types:** Change default output path to src/**generated**/actor/ ([#1104](https://github.com/apify/apify-cli/pull/1104)) ([9b44152](https://github.com/apify/apify-cli/commit/9b441522eae7c23ff0744e1a903b87664c66f36e)) by [@vladfrangu](https://github.com/vladfrangu)
12
12
  - Forward user signals to builds/runs ([#1088](https://github.com/apify/apify-cli/pull/1088)) ([ef4d375](https://github.com/apify/apify-cli/commit/ef4d3755ad725d8ac17b2dbee346391d0f8f547d)) by [@vladfrangu](https://github.com/vladfrangu), closes [#631](https://github.com/apify/apify-cli/issues/631), [#885](https://github.com/apify/apify-cli/issues/885)
13
13
  - Support directory path as argument in `generate-schema-types` command ([#1069](https://github.com/apify/apify-cli/pull/1069)) ([a08b242](https://github.com/apify/apify-cli/commit/a08b242101ab82c13bf01162cf586e34169ebd40)) by [@l2ysho](https://github.com/l2ysho), closes [#1033](https://github.com/apify/apify-cli/issues/1033)
14
+ - Send CI origin and GitHub Actions run URL on API requests ([#1110](https://github.com/apify/apify-cli/pull/1110)) ([f274ea9](https://github.com/apify/apify-cli/commit/f274ea9b701fdb2df696efb4e2e8c591506804ca)) by [@lhotanok](https://github.com/lhotanok)
14
15
 
15
16
  ### 🐛 Bug Fixes
16
17