@aws-amplify/graphql-api-construct 1.5.1-alpha.1 → 1.5.2-ecs-tagging-permissions.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +18 -18
- package/CHANGELOG.md +8 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +1 -1
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +10 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +15 -14
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +12 -11
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +11 -10
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +11 -10
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +12 -11
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +15 -14
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +11 -10
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +13 -12
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +12 -11
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +10 -9
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +8 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +19 -18
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +3 -2
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js +9 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +3 -2
- package/node_modules/graphql-mapping-template/CHANGELOG.md +4 -0
- package/node_modules/graphql-mapping-template/package.json +6 -5
- package/node_modules/graphql-transformer-common/CHANGELOG.md +4 -0
- package/node_modules/graphql-transformer-common/package.json +7 -6
- package/package.json +23 -22
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-default-value-transformer",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.2-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL default value transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -29,16 +29,16 @@
|
|
29
29
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
33
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
32
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
33
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
34
34
|
"graphql": "^15.5.0",
|
35
|
-
"graphql-mapping-template": "4.20.14-
|
36
|
-
"graphql-transformer-common": "4.27.1-
|
35
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
36
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0",
|
37
37
|
"libphonenumber-js": "1.9.47"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@aws-amplify/graphql-model-transformer": "2.4.
|
41
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0"
|
40
|
+
"@aws-amplify/graphql-model-transformer": "2.4.2-ecs-tagging-permissions.0",
|
41
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0"
|
42
42
|
},
|
43
43
|
"jest": {
|
44
44
|
"transform": {
|
@@ -55,11 +55,12 @@
|
|
55
55
|
"node"
|
56
56
|
],
|
57
57
|
"collectCoverage": true,
|
58
|
+
"coverageProvider": "v8",
|
58
59
|
"coverageThreshold": {
|
59
60
|
"global": {
|
60
|
-
"branches":
|
61
|
-
"functions":
|
62
|
-
"lines":
|
61
|
+
"branches": 90,
|
62
|
+
"functions": 90,
|
63
|
+
"lines": 90
|
63
64
|
}
|
64
65
|
},
|
65
66
|
"coverageReporters": [
|
@@ -67,5 +68,5 @@
|
|
67
68
|
"text"
|
68
69
|
]
|
69
70
|
},
|
70
|
-
"gitHead": "
|
71
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
71
72
|
}
|
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.1.14-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-function-transformer@2.1.13...@aws-amplify/graphql-function-transformer@2.1.14-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-function-transformer
|
9
|
+
|
10
|
+
## [2.1.13](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-function-transformer@2.1.12...@aws-amplify/graphql-function-transformer@2.1.13) (2023-12-14)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-function-transformer
|
13
|
+
|
6
14
|
## [2.1.12](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-function-transformer@2.1.11...@aws-amplify/graphql-function-transformer@2.1.12) (2023-12-06)
|
7
15
|
|
8
16
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-function-transformer",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.14-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL @function transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,14 +28,14 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
31
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
33
33
|
"graphql": "^15.5.0",
|
34
|
-
"graphql-mapping-template": "4.20.14-
|
35
|
-
"graphql-transformer-common": "4.27.1-
|
34
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
35
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0"
|
38
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"aws-cdk-lib": "^2.80.0",
|
@@ -55,11 +55,12 @@
|
|
55
55
|
"node"
|
56
56
|
],
|
57
57
|
"collectCoverage": true,
|
58
|
+
"coverageProvider": "v8",
|
58
59
|
"coverageThreshold": {
|
59
60
|
"global": {
|
60
|
-
"branches":
|
61
|
-
"functions":
|
62
|
-
"lines":
|
61
|
+
"branches": 70,
|
62
|
+
"functions": 90,
|
63
|
+
"lines": 90
|
63
64
|
}
|
64
65
|
},
|
65
66
|
"coverageReporters": [
|
@@ -70,5 +71,5 @@
|
|
70
71
|
"overrides"
|
71
72
|
]
|
72
73
|
},
|
73
|
-
"gitHead": "
|
74
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
74
75
|
}
|
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.1.14-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@2.1.13...@aws-amplify/graphql-http-transformer@2.1.14-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
|
9
|
+
|
10
|
+
## [2.1.13](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@2.1.12...@aws-amplify/graphql-http-transformer@2.1.13) (2023-12-14)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
|
13
|
+
|
6
14
|
## [2.1.12](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@2.1.11...@aws-amplify/graphql-http-transformer@2.1.12) (2023-12-06)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-http-transformer",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.14-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL @http transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,14 +28,14 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
31
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
33
33
|
"graphql": "^15.5.0",
|
34
|
-
"graphql-mapping-template": "4.20.14-
|
35
|
-
"graphql-transformer-common": "4.27.1-
|
34
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
35
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0"
|
38
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"aws-cdk-lib": "^2.80.0",
|
@@ -55,11 +55,12 @@
|
|
55
55
|
"node"
|
56
56
|
],
|
57
57
|
"collectCoverage": true,
|
58
|
+
"coverageProvider": "v8",
|
58
59
|
"coverageThreshold": {
|
59
60
|
"global": {
|
60
|
-
"branches":
|
61
|
-
"functions":
|
62
|
-
"lines":
|
61
|
+
"branches": 86,
|
62
|
+
"functions": 90,
|
63
|
+
"lines": 90
|
63
64
|
}
|
64
65
|
},
|
65
66
|
"coverageReporters": [
|
@@ -70,5 +71,5 @@
|
|
70
71
|
"overrides"
|
71
72
|
]
|
72
73
|
},
|
73
|
-
"gitHead": "
|
74
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
74
75
|
}
|
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.3.2-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@2.3.1...@aws-amplify/graphql-index-transformer@2.3.2-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
|
+
|
10
|
+
## [2.3.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@2.3.0...@aws-amplify/graphql-index-transformer@2.3.1) (2023-12-14)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
13
|
+
|
6
14
|
# [2.3.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@2.2.3...@aws-amplify/graphql-index-transformer@2.3.0) (2023-12-06)
|
7
15
|
|
8
16
|
### Features
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.2-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,15 +28,15 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-model-transformer": "2.4.
|
32
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
33
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
31
|
+
"@aws-amplify/graphql-model-transformer": "2.4.2-ecs-tagging-permissions.0",
|
32
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
33
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
34
34
|
"graphql": "^15.5.0",
|
35
|
-
"graphql-mapping-template": "4.20.14-
|
36
|
-
"graphql-transformer-common": "4.27.1-
|
35
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
36
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0"
|
39
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
42
42
|
"aws-cdk-lib": "^2.80.0",
|
@@ -56,11 +56,12 @@
|
|
56
56
|
"node"
|
57
57
|
],
|
58
58
|
"collectCoverage": true,
|
59
|
+
"coverageProvider": "v8",
|
59
60
|
"coverageThreshold": {
|
60
61
|
"global": {
|
61
|
-
"branches":
|
62
|
-
"functions":
|
63
|
-
"lines":
|
62
|
+
"branches": 87,
|
63
|
+
"functions": 90,
|
64
|
+
"lines": 90
|
64
65
|
}
|
65
66
|
},
|
66
67
|
"coverageReporters": [
|
@@ -68,5 +69,5 @@
|
|
68
69
|
"text"
|
69
70
|
]
|
70
71
|
},
|
71
|
-
"gitHead": "
|
72
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
72
73
|
}
|
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.4.2-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@3.4.1...@aws-amplify/graphql-maps-to-transformer@3.4.2-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
9
|
+
|
10
|
+
## [3.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@3.4.0...@aws-amplify/graphql-maps-to-transformer@3.4.1) (2023-12-14)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
13
|
+
|
6
14
|
# [3.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@3.3.3...@aws-amplify/graphql-maps-to-transformer@3.4.0) (2023-12-06)
|
7
15
|
|
8
16
|
### Features
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-maps-to-transformer",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.2-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL @mapsTo transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,21 +30,21 @@
|
|
30
30
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
34
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
35
|
-
"graphql-mapping-template": "4.20.14-
|
36
|
-
"graphql-transformer-common": "4.27.1-
|
33
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
34
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
35
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
36
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
39
|
"aws-cdk-lib": "^2.80.0",
|
40
40
|
"constructs": "^10.0.5"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
|
-
"@aws-amplify/graphql-index-transformer": "2.3.
|
44
|
-
"@aws-amplify/graphql-model-transformer": "2.4.
|
45
|
-
"@aws-amplify/graphql-relational-transformer": "2.3.
|
46
|
-
"@aws-amplify/graphql-searchable-transformer": "2.4.
|
47
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0",
|
43
|
+
"@aws-amplify/graphql-index-transformer": "2.3.2-ecs-tagging-permissions.0",
|
44
|
+
"@aws-amplify/graphql-model-transformer": "2.4.2-ecs-tagging-permissions.0",
|
45
|
+
"@aws-amplify/graphql-relational-transformer": "2.3.2-ecs-tagging-permissions.0",
|
46
|
+
"@aws-amplify/graphql-searchable-transformer": "2.4.2-ecs-tagging-permissions.0",
|
47
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0",
|
48
48
|
"graphql": "^15.5.0"
|
49
49
|
},
|
50
50
|
"jest": {
|
@@ -61,15 +61,16 @@
|
|
61
61
|
"node"
|
62
62
|
],
|
63
63
|
"collectCoverage": true,
|
64
|
+
"coverageProvider": "v8",
|
64
65
|
"collectCoverageFrom": [
|
65
66
|
"src/**",
|
66
67
|
"!src/__tests__/**"
|
67
68
|
],
|
68
69
|
"coverageThreshold": {
|
69
70
|
"global": {
|
70
|
-
"branches":
|
71
|
-
"functions":
|
72
|
-
"lines":
|
71
|
+
"branches": 66,
|
72
|
+
"functions": 90,
|
73
|
+
"lines": 90
|
73
74
|
}
|
74
75
|
},
|
75
76
|
"coverageReporters": [
|
@@ -77,5 +78,5 @@
|
|
77
78
|
"text"
|
78
79
|
]
|
79
80
|
},
|
80
|
-
"gitHead": "
|
81
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
81
82
|
}
|
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.4.2-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@2.4.1...@aws-amplify/graphql-model-transformer@2.4.2-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
9
|
+
|
10
|
+
## [2.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@2.4.0...@aws-amplify/graphql-model-transformer@2.4.1) (2023-12-14)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
13
|
+
|
6
14
|
# [2.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@2.3.3...@aws-amplify/graphql-model-transformer@2.4.0) (2023-12-06)
|
7
15
|
|
8
16
|
### Features
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-model-transformer",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.2-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify graphql @model transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -32,18 +32,18 @@
|
|
32
32
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
36
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
35
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
36
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
37
37
|
"graphql": "^15.5.0",
|
38
|
-
"graphql-mapping-template": "4.20.14-
|
39
|
-
"graphql-transformer-common": "4.27.1-
|
38
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
39
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
42
42
|
"aws-cdk-lib": "^2.80.0",
|
43
43
|
"constructs": "^10.0.5"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0",
|
46
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0",
|
47
47
|
"@aws-sdk/client-dynamodb": "^3.431.0",
|
48
48
|
"@types/aws-lambda": "8.10.119",
|
49
49
|
"@types/node": "^12.12.6"
|
@@ -78,5 +78,5 @@
|
|
78
78
|
"overrides"
|
79
79
|
]
|
80
80
|
},
|
81
|
-
"gitHead": "
|
81
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
82
82
|
}
|
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.1.14-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@2.1.13...@aws-amplify/graphql-predictions-transformer@2.1.14-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
9
|
+
|
10
|
+
## [2.1.13](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@2.1.12...@aws-amplify/graphql-predictions-transformer@2.1.13) (2023-12-14)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
13
|
+
|
6
14
|
## [2.1.12](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@2.1.11...@aws-amplify/graphql-predictions-transformer@2.1.12) (2023-12-06)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-predictions-transformer",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.14-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL @predictions transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,18 +28,18 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
31
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
33
33
|
"graphql": "^15.5.0",
|
34
|
-
"graphql-mapping-template": "4.20.14-
|
35
|
-
"graphql-transformer-common": "4.27.1-
|
34
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
35
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
38
38
|
"aws-cdk-lib": "^2.80.0",
|
39
39
|
"constructs": "^10.0.5"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0",
|
42
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0",
|
43
43
|
"bestzip": "^2.1.5"
|
44
44
|
},
|
45
45
|
"jest": {
|
@@ -56,11 +56,12 @@
|
|
56
56
|
"node"
|
57
57
|
],
|
58
58
|
"collectCoverage": true,
|
59
|
+
"coverageProvider": "v8",
|
59
60
|
"coverageThreshold": {
|
60
61
|
"global": {
|
61
|
-
"branches":
|
62
|
-
"functions":
|
63
|
-
"lines":
|
62
|
+
"branches": 90,
|
63
|
+
"functions": 90,
|
64
|
+
"lines": 90
|
64
65
|
}
|
65
66
|
},
|
66
67
|
"coverageReporters": [
|
@@ -71,5 +72,5 @@
|
|
71
72
|
"overrides"
|
72
73
|
]
|
73
74
|
},
|
74
|
-
"gitHead": "
|
75
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
75
76
|
}
|
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.3.2-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.3.1...@aws-amplify/graphql-relational-transformer@2.3.2-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
|
9
|
+
|
10
|
+
## [2.3.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.3.0...@aws-amplify/graphql-relational-transformer@2.3.1) (2023-12-14)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
|
13
|
+
|
6
14
|
# [2.3.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.2.3...@aws-amplify/graphql-relational-transformer@2.3.0) (2023-12-06)
|
7
15
|
|
8
16
|
### Features
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-relational-transformer",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.2-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL relational modeling transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,17 +28,17 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-index-transformer": "2.3.
|
32
|
-
"@aws-amplify/graphql-model-transformer": "2.4.
|
33
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
34
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
31
|
+
"@aws-amplify/graphql-index-transformer": "2.3.2-ecs-tagging-permissions.0",
|
32
|
+
"@aws-amplify/graphql-model-transformer": "2.4.2-ecs-tagging-permissions.0",
|
33
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
34
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
35
35
|
"graphql": "^15.5.0",
|
36
|
-
"graphql-mapping-template": "4.20.14-
|
37
|
-
"graphql-transformer-common": "4.27.1-
|
36
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
37
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0",
|
38
38
|
"immer": "^9.0.12"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0"
|
41
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
44
|
"aws-cdk-lib": "^2.80.0",
|
@@ -58,11 +58,12 @@
|
|
58
58
|
"node"
|
59
59
|
],
|
60
60
|
"collectCoverage": true,
|
61
|
+
"coverageProvider": "v8",
|
61
62
|
"coverageThreshold": {
|
62
63
|
"global": {
|
63
|
-
"branches":
|
64
|
-
"functions":
|
65
|
-
"lines":
|
64
|
+
"branches": 77,
|
65
|
+
"functions": 90,
|
66
|
+
"lines": 90
|
66
67
|
}
|
67
68
|
},
|
68
69
|
"coverageReporters": [
|
@@ -70,5 +71,5 @@
|
|
70
71
|
"text"
|
71
72
|
]
|
72
73
|
},
|
73
|
-
"gitHead": "
|
74
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
74
75
|
}
|
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.4.2-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@2.4.1...@aws-amplify/graphql-searchable-transformer@2.4.2-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-searchable-transformer
|
9
|
+
|
10
|
+
## [2.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@2.4.0...@aws-amplify/graphql-searchable-transformer@2.4.1) (2023-12-14)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-searchable-transformer
|
13
|
+
|
6
14
|
# [2.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@2.3.3...@aws-amplify/graphql-searchable-transformer@2.4.0) (2023-12-06)
|
7
15
|
|
8
16
|
### Features
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-searchable-transformer",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.2-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplfy GraphQL @searchable transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,19 +28,19 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-model-transformer": "2.4.
|
32
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
33
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-
|
31
|
+
"@aws-amplify/graphql-model-transformer": "2.4.2-ecs-tagging-permissions.0",
|
32
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
33
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
34
34
|
"graphql": "^15.5.0",
|
35
|
-
"graphql-mapping-template": "4.20.14-
|
36
|
-
"graphql-transformer-common": "4.27.1-
|
35
|
+
"graphql-mapping-template": "4.20.14-ecs-tagging-permissions.0",
|
36
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
39
|
"aws-cdk-lib": "^2.80.0",
|
40
40
|
"constructs": "^10.0.5"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.0",
|
43
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.4.2-ecs-tagging-permissions.0",
|
44
44
|
"@types/node": "^12.12.6"
|
45
45
|
},
|
46
46
|
"jest": {
|
@@ -58,11 +58,12 @@
|
|
58
58
|
"node"
|
59
59
|
],
|
60
60
|
"collectCoverage": true,
|
61
|
+
"coverageProvider": "v8",
|
61
62
|
"coverageThreshold": {
|
62
63
|
"global": {
|
63
|
-
"branches":
|
64
|
-
"functions":
|
65
|
-
"lines":
|
64
|
+
"branches": 74,
|
65
|
+
"functions": 90,
|
66
|
+
"lines": 90
|
66
67
|
}
|
67
68
|
},
|
68
69
|
"coverageReporters": [
|
@@ -73,5 +74,5 @@
|
|
73
74
|
"overrides"
|
74
75
|
]
|
75
76
|
},
|
76
|
-
"gitHead": "
|
77
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
77
78
|
}
|