| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flags@4.2.3 source code.tar.gz | 2026-07-24 | 10.2 MB | |
| flags@4.2.3 source code.zip | 2026-07-24 | 10.5 MB | |
| README.md | 2026-07-24 | 764 Bytes | |
| Totals: 3 Items | 20.8 MB | 0 | |
Patch Changes
- #442
622d56eThanks @dferber90! - Remove@sveltejs/kitfrom peer dependencies. It was declared as an optional peer with a"*"range, which caused npm to auto-install the newest@sveltejs/kitand drag in its transitive@sveltejs/vite-plugin-svelte→vitepeer chain. In non-SvelteKit projects already on Vite 7 (via Vitest, Storybook, etc.) this produced a hardERESOLVEerror requiringnpm install --force. SvelteKit consumers always have@sveltejs/kitinstalled as the framework, so theflags/sveltekitentrypoint continues to resolve it from their own tree.