zodern / melte

Svelte compiler for Meteor with built in tracker integration and HMR
MIT License
33 stars 14 forks source link

Make it compatible with Meteor 3 #34

Closed denihs closed 6 months ago

denihs commented 6 months ago

This package gives constraint errors when trying to use it with Meteor 3

image

zodern commented 6 months ago

Thanks.

I prefer to keep api.versionsFrom as only the oldest version we support, and manually adding version constraints to the core packages that have had major version bumps since then (in this case, the promise package)

zodern commented 6 months ago

I published version 1.7.2 that supports Meteor 3.