File tree Expand file tree Collapse file tree 10 files changed +29
-14
lines changed
scripts/tsc-compliance-test Expand file tree Collapse file tree 10 files changed +29
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 "version" : " 1.7.1" ,
55 "description" : " The adapter for the supporting of using Amplify APIs in Next.js." ,
66 "peerDependencies" : {
7- "aws-amplify" : " ^6.13 .1" ,
7+ "aws-amplify" : " ^6.16 .1" ,
88 "next" : " >=13.5.0 <17.0.0"
99 },
1010 "dependencies" : {
1414 "@types/node" : " ^20.3.1" ,
1515 "@types/react" : " ^18.2.13" ,
1616 "@types/react-dom" : " ^18.2.6" ,
17- "aws-amplify" : " 6.16.0 " ,
17+ "aws-amplify" : " 6.16.1 " ,
1818 "jest-fetch-mock" : " 3.0.3" ,
1919 "next" : " >= 13.5.0 <17.0.0"
2020 },
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 6.18.1
4+
5+ ### Patch Changes
6+
7+ - 7fa3601: Test
8+
39All notable changes to this project will be documented in this file.
410See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
511
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws-amplify/auth" ,
3- "version" : " 6.18.0 " ,
3+ "version" : " 6.18.1 " ,
44 "description" : " Auth category of aws-amplify" ,
55 "main" : " ./dist/cjs/index.js" ,
66 "module" : " ./dist/esm/index.mjs" ,
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 6.16.1
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 7fa3601]
8+ - @aws-amplify/auth @6.18.1
9+
310All notable changes to this project will be documented in this file.
411See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
512
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-amplify" ,
3- "version" : " 6.16.0 " ,
3+ "version" : " 6.16.1 " ,
44 "description" : " AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications." ,
55 "main" : " ./dist/cjs/index.js" ,
66 "module" : " ./dist/esm/index.mjs" ,
295295 "dependencies" : {
296296 "@aws-amplify/analytics" : " 7.0.92" ,
297297 "@aws-amplify/api" : " 6.3.23" ,
298- "@aws-amplify/auth" : " 6.18.0 " ,
298+ "@aws-amplify/auth" : " 6.18.1 " ,
299299 "@aws-amplify/core" : " 6.16.0" ,
300300 "@aws-amplify/datastore" : " 5.1.4" ,
301301 "@aws-amplify/notifications" : " 2.0.92" ,
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 6.1.68
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 7fa3601]
8+ - @aws-amplify/auth @6.18.1
9+
310All notable changes to this project will be documented in this file.
411See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws-amplify/pubsub" ,
3- "version" : " 6.1.67 " ,
3+ "version" : " 6.1.68 " ,
44 "description" : " Pubsub category of aws-amplify" ,
55 "main" : " ./dist/cjs/index.js" ,
66 "module" : " ./dist/esm/index.mjs" ,
7373 " mqtt"
7474 ],
7575 "dependencies" : {
76- "@aws-amplify/auth" : " 6.18.0 " ,
76+ "@aws-amplify/auth" : " 6.18.1 " ,
7777 "buffer" : " 4.9.2" ,
7878 "graphql" : " 15.8.0" ,
7979 "rxjs" : " ^7.8.1" ,
Original file line number Diff line number Diff line change 1414 "@aws-amplify/react-native" : " 1.3.2" ,
1515 "@aws-amplify/rtn-passkeys" : " 1.1.1" ,
1616 "@react-native-async-storage/async-storage" : " ^2.1.2" ,
17- "aws-amplify" : " 6.16.0 " ,
17+ "aws-amplify" : " 6.16.1 " ,
1818 "react" : " 19.2.1" ,
1919 "react-native" : " 0.79.2" ,
2020 "react-native-get-random-values" : " ^1.11.0"
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "devDependencies" : {
77 "@types/node" : " 16.18.82" ,
8- "aws-amplify" : " 6.16.0 " ,
8+ "aws-amplify" : " 6.16.1 " ,
99 "typescript" : " 4.2.x"
1010 },
1111 "scripts" : {
You can’t perform that action at this time.
0 commit comments