amplify-auth-next-storage
Advanced tools
Comparing version
{ | ||
"name": "amplify-auth-next-storage", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Isomorphic cookie storage for Next.js apps using @aws-amplify/auth", | ||
"main": "next-storage.js", | ||
"main": "next-storage.cjs.js", | ||
"esnext": "next-storage.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "rollup -c", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublishOnly": "npm run build", | ||
"postpublish": "git push --follow-tags" | ||
}, | ||
@@ -31,3 +35,6 @@ "repository": { | ||
"nookies": "^2.0.8" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^1.29.1" | ||
} | ||
} |
7469
59.8%5
66.67%166
112.82%1
Infinity%