next-persist
Advanced tools
Comparing version 1.1.3-alpha.1 to 1.1.3-alpha.2
{ | ||
"name": "next-persist", | ||
"version": "1.1.3-alpha.1", | ||
"version": "1.1.3-alpha.2", | ||
"description": "Bridging the gap between client-side persistence and server-side rendering", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -15,4 +15,4 @@ /** | ||
import { useSelector } from 'react-redux'; | ||
import { setCookieStore } from './next-persist-cookieStore'; | ||
import { setLocalStore } from './next-persist-localStore'; | ||
import { setCookieStore } from './setCookieStore'; | ||
import { setLocalStore } from './setLocalStore'; | ||
@@ -19,0 +19,0 @@ const NextPersistWrapper = (props) => { |
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
15812
9
128