You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forward variant, flagMetadata, and errorMessage from the native SDK's EvaluationDetails through to the OpenFeature ResolutionDetails on every resolution reason (STATIC / TARGETING_MATCH / SPLIT / DEFAULT / ERROR). Note that the OpenFeature server-sdk strips variant on the error path, so it is only visible to direct provider callers there (qfg-9dbl).
Bump @quonfig/node to 0.0.28. Both the peer floor (>=0.0.26 -> >=0.0.28) and the dev pin (^0.0.26 -> ^0.0.28) are bumped because npm interprets ^0.0.x as >=0.0.x <0.0.(x+1) on 0.0.x semver.
CI: pass secrets: inherit to the reusable ci.yml workflow call from the release pipeline, matching the fix applied across the other Quonfig SDK repos.