Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix types for MapeoProject (#2)
* chore: Update to latest @mapeo/core * fix: Fix types for MapeoProject Previously `client.getProject()` was returning `Promise<MapeoProject>`. It should return `Promise<ClientApi<MapeoProject>>`. The `ClientApi` wrapper ensures that all properties and methods are async (a consequence of calling the API over IPC). * chore: update type exports
- Loading branch information