@devcycle/react-client-sdk
Advanced tools
Comparing version 1.14.4 to 1.14.5
{ | ||
"name": "@devcycle/react-client-sdk", | ||
"version": "1.14.4", | ||
"version": "1.14.5", | ||
"description": "The DevCycle React SDK used for feature management.", | ||
@@ -14,4 +14,4 @@ "scripts": { | ||
"dependencies": { | ||
"@devcycle/js-client-sdk": "^1.16.4", | ||
"@devcycle/types": "^1.4.4", | ||
"@devcycle/js-client-sdk": "^1.16.5", | ||
"@devcycle/types": "^1.4.5", | ||
"hoist-non-react-statics": "^3.3.2" | ||
@@ -18,0 +18,0 @@ }, |
@@ -1,3 +0,3 @@ | ||
import { VariableTypeAlias } from '@devcycle/types'; | ||
import type { VariableTypeAlias } from '@devcycle/types'; | ||
export declare const useVariableValue: <T extends import("@devcycle/types").VariableValue>(key: string, defaultValue: T) => VariableTypeAlias<T>; | ||
export default useVariableValue; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199396
Updated@devcycle/types@^1.4.5