Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Utilities - Remove module side effect (#488)
* Remove module side effects * Remove var * fix(typescript): generated types doesn't get included in types index (#487) * fix(typescript): defined exposes declaration files now consumable * fix(typescript): generateTypesStats now accounts for absolute paths when setting filename * fix: [node] build error when no remotes are used (#500) * fix(federatedtypesplugin): modify remote url used to import remote types (#496) url derived from remote components urls previously failed when fetching types when package has an organization scope. by taking the split index and taking a substring of the remote url at that index fixes this issue fix #495 Co-authored-by: Zack Jackson <zackary.l.jackson@gmail.com> * feat: [node] build error when no remotes are used * chore(node): release version 0.10.0 * chore(nextjs-mf): release version 6.0.2 * fix(typescript): unable to download types from multiple remotes (#492) fixes #455 * Utilities - add license information (#491) * add license information to utilities * Utilities - Add LICENSE file Co-authored-by: Zack Jackson <zackary.l.jackson@gmail.com> * Regen lock file * fix(federatedtypesplugin): modify remote url used to import remote types (#496) url derived from remote components urls previously failed when fetching types when package has an organization scope. by taking the split index and taking a substring of the remote url at that index fixes this issue fix #495 Co-authored-by: Zack Jackson <zackary.l.jackson@gmail.com> Co-authored-by: dmcgoughpax8 <dmcgough@pax8.com> Co-authored-by: Zack Jackson <zackary.l.jackson@gmail.com> Co-authored-by: Austin Howard <ahoward@austinhoward.tech> Co-authored-by: GitHub Bot <gituser@example.com> Co-authored-by: jon <jonathanceddy@gmail.com>
- Loading branch information