vapor / fluent-kit

Swift ORM (queries, models, and relations) for NoSQL and SQL databases
MIT License
211 stars 116 forks source link

Fix accidentally changed module names in exports #605

Closed gwynne closed 5 months ago

gwynne commented 5 months ago

These changes are now available in 1.48.3

The NIO module name on some @_exported imports was incorrectly changed. Since we're stuck with @_exported, we need to fix this for source compatibility.