digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

chore: Update @mapeo/schema, fix breaking changes related to Icon #548

Closed tomasciccola closed 4 months ago

tomasciccola commented 4 months ago

This should fix #547 . This PR basically covers breaking changes on mapeo-schema brought by this (basically removing pixelDensity from Icons whose mimeType is "image/svg+xml") Before merging, a new version of @mapeo/schema should be published, and the tar.gz on this branch should be removed

tomasciccola commented 4 months ago

mmhm, still need to fix some type errors on the icon unit tests

tomasciccola commented 4 months ago

@EvanHahn for this to be merged we need a new version of mapeo-schema published. It makes sense that that happens after adding tracks. After that I'll remove the locally built mapeo-schema comitted here and then we can merge