This repository was archived by the owner on May 30, 2025. It is now read-only.
v2.0.6
- config did not update when used as esm bundle, introduced internal
getConfig()to fix it #24
Breaking change
If you were doing import { config } from "@happykit/flags/config", you now need to import { getConfig } from "@happykit/flags/config". I believe most people are not importing config into their app.
This was a breaking I only realized after publishing as v2.0.6, so the sem ver does not reflect the breaking change. I apologize if this broke your build.