@ttoss/react-feature-flags
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
} | ||
declare const FeatureFlag: ({ name, children, fallback, }: FeatureFlagProps) => string | number | boolean | Iterable<React.ReactNode> | react_jsx_runtime.JSX.Element | null; | ||
declare const FeatureFlag: ({ name, children, fallback, }: FeatureFlagProps) => string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null; | ||
@@ -12,0 +12,0 @@ declare const FeatureFlagsProvider: ({ children, loadFeatures, }: { |
{ | ||
"name": "@ttoss/react-feature-flags", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "React Feature Flags", | ||
@@ -29,8 +29,8 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/react": "^18.3.12", | ||
"@types/react": "^19.0.2", | ||
"jest": "^29.7.0", | ||
"react": "^18.3.1", | ||
"react": "^19.0.0", | ||
"tsup": "^8.3.5", | ||
"@ttoss/test-utils": "^2.1.19", | ||
"@ttoss/config": "^1.35.0" | ||
"@ttoss/test-utils": "^2.1.20", | ||
"@ttoss/config": "^1.35.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "keywords": [ |
8062
2.47%82
1.23%3
50%