@aws-amplify/adapter-nextjs 0.0.2-next.054df96.0 → 0.0.2-next.3e9fc9c.0
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 +110 -110
package/package.json
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
2
|
+
"author": "Amazon Web Services",
|
|
3
|
+
"name": "@aws-amplify/adapter-nextjs",
|
|
4
|
+
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"aws-amplify": "6.0.1-next.3e9fc9c.0+3e9fc9c",
|
|
7
|
+
"next": ">=13.4.0 <14.0.0"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"cookie": "0.5.0",
|
|
11
|
+
"server-only": "^0.0.1"
|
|
12
|
+
},
|
|
13
|
+
"devDependencies": {
|
|
14
|
+
"@types/cookie": "0.5.1",
|
|
15
|
+
"@types/node": "^20.3.1",
|
|
16
|
+
"@types/react": "^18.2.13",
|
|
17
|
+
"@types/react-dom": "^18.2.6",
|
|
18
|
+
"aws-amplify": "6.0.1-next.3e9fc9c.0+3e9fc9c",
|
|
19
|
+
"jest-fetch-mock": "3.0.3",
|
|
20
|
+
"next": ">= 13.4.0 < 14.0.0",
|
|
21
|
+
"typescript": "5.1.6"
|
|
22
|
+
},
|
|
23
|
+
"publishConfig": {
|
|
24
|
+
"access": "public"
|
|
25
|
+
},
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://github.com/aws/aws-amplify/issues"
|
|
28
|
+
},
|
|
29
|
+
"exports": {
|
|
30
|
+
".": {
|
|
31
|
+
"types": "./lib-esm/index.d.ts",
|
|
32
|
+
"import": "./lib-esm/index.js",
|
|
33
|
+
"require": "./lib/index.js"
|
|
34
|
+
},
|
|
35
|
+
"./with-amplify": {
|
|
36
|
+
"types": "./lib-esm/withAmplify.d.ts",
|
|
37
|
+
"import": "./lib-esm/withAmplify.js",
|
|
38
|
+
"require": "./lib/withAmplify.js"
|
|
39
|
+
},
|
|
40
|
+
"./package.json": "./package.json"
|
|
41
|
+
},
|
|
42
|
+
"files": [
|
|
43
|
+
"lib",
|
|
44
|
+
"lib-esm",
|
|
45
|
+
"src",
|
|
46
|
+
"withAmplify"
|
|
47
|
+
],
|
|
48
|
+
"homepage": "https://aws-amplify.github.io/",
|
|
49
|
+
"jest": {
|
|
50
|
+
"coveragePathIgnorePatterns": [
|
|
51
|
+
"/node_modules/",
|
|
52
|
+
"dist",
|
|
53
|
+
"lib",
|
|
54
|
+
"lib-esm"
|
|
55
|
+
],
|
|
56
|
+
"coverageThreshold": {
|
|
57
|
+
"global": {
|
|
58
|
+
"branches": 100,
|
|
59
|
+
"functions": 100,
|
|
60
|
+
"lines": 100,
|
|
61
|
+
"statements": 100
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"globals": {
|
|
65
|
+
"ts-jest": {
|
|
66
|
+
"diagnostics": {
|
|
67
|
+
"pathRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$"
|
|
68
|
+
},
|
|
69
|
+
"tsConfig": false
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"moduleFileExtensions": [
|
|
73
|
+
"ts",
|
|
74
|
+
"tsx",
|
|
75
|
+
"js",
|
|
76
|
+
"json",
|
|
77
|
+
"jsx"
|
|
78
|
+
],
|
|
79
|
+
"testEnvironment": "node",
|
|
80
|
+
"testPathIgnorePatterns": [
|
|
81
|
+
"xmlParser-fixture.ts",
|
|
82
|
+
"testUtils",
|
|
83
|
+
"cases"
|
|
84
|
+
],
|
|
85
|
+
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
|
|
86
|
+
"testURL": "http://localhost/",
|
|
87
|
+
"transform": {
|
|
88
|
+
"^.+\\.(js|jsx|ts|tsx)$": "ts-jest"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"license": "Apache-2.0",
|
|
92
|
+
"main": "./lib/index.js",
|
|
93
|
+
"module": "./lib-esm/index.js",
|
|
94
|
+
"sideEffects": false,
|
|
95
|
+
"scripts": {
|
|
96
|
+
"build": "npm run clean && npm run build:esm && npm run build:cjs",
|
|
97
|
+
"build-with-test": "npm test && npm run build",
|
|
98
|
+
"build:cjs": "rimraf lib && tsc -m commonjs --outDir lib",
|
|
99
|
+
"build:cjs:watch": "rimraf lib && tsc -m commonjs --outDir lib --watch",
|
|
100
|
+
"build:esm": "rimraf lib-esm && tsc -m esnext --outDir lib-esm",
|
|
101
|
+
"build:esm:watch": "rimraf lib-esm && tsc -m esnext --outDir lib-esm --watch",
|
|
102
|
+
"clean": "npm run clean:size && rimraf lib-esm lib",
|
|
103
|
+
"clean:size": "rimraf dual-publish-tmp tmp*",
|
|
104
|
+
"format": "echo \"Not implemented\"",
|
|
105
|
+
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
|
|
106
|
+
"test": "npm run lint && jest -w 1 --coverage",
|
|
107
|
+
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 90.31"
|
|
108
|
+
},
|
|
109
|
+
"typings": "./lib-esm/index.d.ts",
|
|
110
|
+
"version": "0.0.2-next.3e9fc9c.0+3e9fc9c",
|
|
111
|
+
"gitHead": "3e9fc9c97b663c0eed710b005c80ebaf899c6f8f"
|
|
112
112
|
}
|