@aws-amplify/adapter-nextjs 1.2.23 → 1.2.24-local-stack.0aa9031.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.
Files changed (1) hide show
  1. package/package.json +73 -73
package/package.json CHANGED
@@ -1,75 +1,75 @@
1
1
  {
2
- "author": "Amazon Web Services",
3
- "name": "@aws-amplify/adapter-nextjs",
4
- "version": "1.2.23",
5
- "description": "The adapter for the supporting of using Amplify APIs in Next.js.",
6
- "peerDependencies": {
7
- "aws-amplify": "^6.0.7",
8
- "next": ">=13.5.0 <15.0.0"
9
- },
10
- "dependencies": {
11
- "aws-jwt-verify": "^4.0.1",
12
- "cookie": "^0.7.0"
13
- },
14
- "devDependencies": {
15
- "@types/cookie": "^0.5.1",
16
- "@types/node": "^20.3.1",
17
- "@types/react": "^18.2.13",
18
- "@types/react-dom": "^18.2.6",
19
- "aws-amplify": "6.6.6",
20
- "jest-fetch-mock": "3.0.3",
21
- "next": ">= 13.5.0 < 15.0.0",
22
- "typescript": "5.0.2"
23
- },
24
- "publishConfig": {
25
- "access": "public"
26
- },
27
- "bugs": {
28
- "url": "https://github.com/aws/aws-amplify/issues"
29
- },
30
- "exports": {
31
- ".": {
32
- "types": "./dist/esm/index.d.ts",
33
- "import": "./dist/esm/index.mjs",
34
- "require": "./dist/cjs/index.js"
35
- },
36
- "./api": {
37
- "types": "./dist/esm/api/index.d.ts",
38
- "import": "./dist/esm/api/index.mjs",
39
- "require": "./dist/cjs/api/index.js"
40
- },
41
- "./data": {
42
- "types": "./dist/esm/api/index.d.ts",
43
- "import": "./dist/esm/api/index.mjs",
44
- "require": "./dist/cjs/api/index.js"
45
- },
46
- "./package.json": "./package.json"
47
- },
48
- "files": [
49
- "dist/cjs",
50
- "dist/esm",
51
- "src",
52
- "api",
53
- "data"
54
- ],
55
- "homepage": "https://aws-amplify.github.io/",
56
- "license": "Apache-2.0",
57
- "main": "./dist/cjs/index.js",
58
- "module": "./dist/esm/index.mjs",
59
- "typings": "./dist/esm/index.d.ts",
60
- "sideEffects": false,
61
- "scripts": {
62
- "build": "npm run clean && npm run build:esm-cjs",
63
- "build-with-test": "npm test && npm run build",
64
- "build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
65
- "build:watch": "npm run build:esm-cjs -- --watch",
66
- "clean": "npm run clean:size && rimraf dist",
67
- "clean:size": "rimraf dual-publish-tmp tmp*",
68
- "format": "echo \"Not implemented\"",
69
- "lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
70
- "lint:fix": "eslint '**/*.{ts,tsx}' --fix",
71
- "test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
72
- "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 90.31"
73
- },
74
- "gitHead": "16a3d0236f8b8d649ee3a8fe2c25f211f2a8a6de"
2
+ "author": "Amazon Web Services",
3
+ "name": "@aws-amplify/adapter-nextjs",
4
+ "version": "1.2.24-local-stack.0aa9031.0+0aa9031",
5
+ "description": "The adapter for the supporting of using Amplify APIs in Next.js.",
6
+ "peerDependencies": {
7
+ "aws-amplify": "6.6.7-local-stack.0aa9031.0+0aa9031",
8
+ "next": ">=13.5.0 <15.0.0"
9
+ },
10
+ "dependencies": {
11
+ "aws-jwt-verify": "^4.0.1",
12
+ "cookie": "^0.7.0"
13
+ },
14
+ "devDependencies": {
15
+ "@types/cookie": "^0.5.1",
16
+ "@types/node": "^20.3.1",
17
+ "@types/react": "^18.2.13",
18
+ "@types/react-dom": "^18.2.6",
19
+ "aws-amplify": "6.6.7-local-stack.0aa9031.0+0aa9031",
20
+ "jest-fetch-mock": "3.0.3",
21
+ "next": ">= 13.5.0 < 15.0.0",
22
+ "typescript": "5.0.2"
23
+ },
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
27
+ "bugs": {
28
+ "url": "https://github.com/aws/aws-amplify/issues"
29
+ },
30
+ "exports": {
31
+ ".": {
32
+ "types": "./dist/esm/index.d.ts",
33
+ "import": "./dist/esm/index.mjs",
34
+ "require": "./dist/cjs/index.js"
35
+ },
36
+ "./api": {
37
+ "types": "./dist/esm/api/index.d.ts",
38
+ "import": "./dist/esm/api/index.mjs",
39
+ "require": "./dist/cjs/api/index.js"
40
+ },
41
+ "./data": {
42
+ "types": "./dist/esm/api/index.d.ts",
43
+ "import": "./dist/esm/api/index.mjs",
44
+ "require": "./dist/cjs/api/index.js"
45
+ },
46
+ "./package.json": "./package.json"
47
+ },
48
+ "files": [
49
+ "dist/cjs",
50
+ "dist/esm",
51
+ "src",
52
+ "api",
53
+ "data"
54
+ ],
55
+ "homepage": "https://aws-amplify.github.io/",
56
+ "license": "Apache-2.0",
57
+ "main": "./dist/cjs/index.js",
58
+ "module": "./dist/esm/index.mjs",
59
+ "typings": "./dist/esm/index.d.ts",
60
+ "sideEffects": false,
61
+ "scripts": {
62
+ "build": "npm run clean && npm run build:esm-cjs",
63
+ "build-with-test": "npm test && npm run build",
64
+ "build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
65
+ "build:watch": "npm run build:esm-cjs -- --watch",
66
+ "clean": "npm run clean:size && rimraf dist",
67
+ "clean:size": "rimraf dual-publish-tmp tmp*",
68
+ "format": "echo \"Not implemented\"",
69
+ "lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
70
+ "lint:fix": "eslint '**/*.{ts,tsx}' --fix",
71
+ "test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
72
+ "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 90.31"
73
+ },
74
+ "gitHead": "0aa903169067c0aa1d47d4a019c66af0174fd123"
75
75
  }