@ninetailed/client-sdk-react
Advanced tools
Comparing version 0.59.0 to 0.60.0
@@ -15,2 +15,4 @@ import React from 'react'; | ||
setProfile: SetProfile; | ||
setPreviewAudiences: SetAudiences; | ||
setPreviewTraits: SetTraits; | ||
}; | ||
@@ -25,6 +27,4 @@ declare type ProfileProviderProps = { | ||
setAudiences: SetAudiences; | ||
addAudience: (audience: string) => void; | ||
removeAudience: (audience: string) => void; | ||
setTraits: SetTraits; | ||
}; | ||
export {}; |
{ | ||
"name": "@ninetailed/client-sdk-react", | ||
"version": "0.59.0", | ||
"version": "0.60.0", | ||
"description": "Ninetailed React SDK for dynamic content, personalization and a/b testing.", | ||
@@ -8,3 +8,5 @@ "homepage": "https://docs.ninetailed.io/client-sdk-react", | ||
"peerDependencies": { | ||
"react": ">=16.8.0" | ||
"react": ">=16.8.0", | ||
"ts-toolbelt": "^9.6.0", | ||
"lodash": "4.17.20" | ||
}, | ||
@@ -11,0 +13,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
380883
8
11309