@aws-amplify/adapter-nextjs 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Amazon Web Services",
|
|
3
3
|
"name": "@aws-amplify/adapter-nextjs",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.1",
|
|
5
5
|
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"aws-amplify": "^6.13.1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@types/node": "^20.3.1",
|
|
15
15
|
"@types/react": "^18.2.13",
|
|
16
16
|
"@types/react-dom": "^18.2.6",
|
|
17
|
-
"aws-amplify": "6.14.
|
|
17
|
+
"aws-amplify": "6.14.3",
|
|
18
18
|
"jest-fetch-mock": "3.0.3",
|
|
19
19
|
"next": ">= 13.5.0 < 15.0.0",
|
|
20
20
|
"typescript": "5.0.2"
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
|
|
70
70
|
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 90.31"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "87bf66f854403fbc57daaa9e38bbdd3b882a5df7"
|
|
73
73
|
}
|