Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AI Client: expose build folder (#34118)
* add build scripts to composer * include ./build in the mirror * address `exports`, `main`, and `types` props * changelog * Update projects/js-packages/ai-client/composer.json Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * fix composer building scripts * remove duplicated composer scripts * add composer watch script * move main index file to src/ * declare TS window global vars * introduce clean script * put compiled files in the build/ folder * ignore build/ folder * generate TS def in building process * add @types/react dep * def HOC with ReactElement type * fix types for the AIControl component * fix types in the data-flow lib * fix types in Storybook stories * update packages deps * add connectionStatus to JPConnectionInitialState * Update projects/js-packages/ai-client/changelog/update-ai-client-expose-compiles-files Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/js-packages/ai-client/changelog/update-ai-client-expose-compiles-files Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * bump new pkg version --------- Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6882686924
- Loading branch information