@harnessio/ff-react-client-sdk
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -13,3 +13,4 @@ "use strict"; | ||
setEvaluations: jest.fn(), | ||
registerAPIRequestMiddleware: jest.fn() | ||
registerAPIRequestMiddleware: jest.fn(), | ||
refreshEvaluations: jest.fn() | ||
}; | ||
@@ -16,0 +17,0 @@ const TestWrapper = ({ children, loading = false, flags }) => { |
@@ -10,3 +10,4 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
setEvaluations: jest.fn(), | ||
registerAPIRequestMiddleware: jest.fn() | ||
registerAPIRequestMiddleware: jest.fn(), | ||
refreshEvaluations: jest.fn() | ||
}; | ||
@@ -13,0 +14,0 @@ export const TestWrapper = ({ children, loading = false, flags }) => { |
{ | ||
"name": "@harnessio/ff-react-client-sdk", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"author": "Harness", | ||
@@ -24,3 +24,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@harnessio/ff-javascript-client-sdk": "^1.13.0", | ||
"@harnessio/ff-javascript-client-sdk": "^1.15.0", | ||
"lodash.omit": "^4.5.0" | ||
@@ -27,0 +27,0 @@ }, |
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
50135
485