⚠️ JavaScriptKit runtime update
When updating an existing project, the bundled BrowserRuntime JS package (JavaScriptKit runtime + BridgeJS) might need reinstalling, and the Vite cache for dev builds may need to be cleared.
# for existing projects, after resolving the updated swift package dependencies
# install/update the local BrowserRuntime package
npm install
# clear vite dev build cache
rm -rf node_modules/.viteWhat's Changed
- unpin swift-collections and bump to 1.6.0 by @sliemeobn in #107
- bump JavaScriptKit to 0.55 by @sliemeobn in #108
- fixed attributes without values by @sliemeobn in #110
Full Changelog: 0.3.0...0.4.0