@aws-amplify/graphql-api-construct 1.5.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 +4 -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 +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +15 -14
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +12 -11
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +11 -10
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +11 -10
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +12 -11
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -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 +4 -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 +4 -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 +4 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +13 -12
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -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 +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +10 -9
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +19 -18
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
- 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/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +4 -2
- package/node_modules/graphql-mapping-template/CHANGELOG.md +4 -0
- package/node_modules/graphql-mapping-template/LICENSE +201 -0
- package/node_modules/graphql-mapping-template/package.json +7 -5
- package/node_modules/graphql-transformer-common/CHANGELOG.md +4 -0
- package/node_modules/graphql-transformer-common/LICENSE +201 -0
- package/node_modules/graphql-transformer-common/package.json +8 -6
- package/package.json +23 -22
@@ -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.
|
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.
|
39
|
-
"graphql-transformer-common": "4.27.0"
|
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.
|
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,10 @@
|
|
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
|
+
|
6
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)
|
7
11
|
|
8
12
|
**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.
|
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.
|
35
|
-
"graphql-transformer-common": "4.27.0"
|
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.
|
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,10 @@
|
|
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
|
+
|
6
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)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
|
@@ -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.
|
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.
|
37
|
-
"graphql-transformer-common": "4.27.0",
|
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.
|
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,10 @@
|
|
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
|
+
|
6
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)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-searchable-transformer
|
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.
|
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.
|
36
|
-
"graphql-transformer-common": "4.27.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-transformer-test-utils": "0.4.
|
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
|
}
|
@@ -3,6 +3,10 @@
|
|
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
|
+
## [0.2.2-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.2.1...@aws-amplify/graphql-sql-transformer@0.2.2-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-sql-transformer
|
9
|
+
|
6
10
|
## [0.2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.2.0...@aws-amplify/graphql-sql-transformer@0.2.1) (2023-12-14)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-sql-transformer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-sql-transformer",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.2-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL @sql transformer",
|
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.
|
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.
|
36
|
-
"graphql-transformer-common": "4.27.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
|
"devDependencies": {
|
39
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.4.
|
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,9 +56,10 @@
|
|
56
56
|
"node"
|
57
57
|
],
|
58
58
|
"collectCoverage": true,
|
59
|
+
"coverageProvider": "v8",
|
59
60
|
"coverageThreshold": {
|
60
61
|
"global": {
|
61
|
-
"branches":
|
62
|
+
"branches": 75,
|
62
63
|
"functions": 90,
|
63
64
|
"lines": 90
|
64
65
|
}
|
@@ -71,5 +72,5 @@
|
|
71
72
|
"overrides"
|
72
73
|
]
|
73
74
|
},
|
74
|
-
"gitHead": "
|
75
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
75
76
|
}
|
@@ -3,6 +3,10 @@
|
|
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
|
+
## [1.3.6-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@1.3.5...@aws-amplify/graphql-transformer@1.3.6-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-transformer
|
9
|
+
|
6
10
|
## [1.3.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@1.3.4...@aws-amplify/graphql-transformer@1.3.5) (2023-12-14)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-transformer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-transformer",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.6-ecs-tagging-permissions.0",
|
4
4
|
"description": "Amplify GraphQL Transformer Root Package",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,19 +28,19 @@
|
|
28
28
|
"access": "public"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-auth-transformer": "3.3.
|
32
|
-
"@aws-amplify/graphql-default-value-transformer": "2.2.
|
33
|
-
"@aws-amplify/graphql-function-transformer": "2.1.
|
34
|
-
"@aws-amplify/graphql-http-transformer": "2.1.
|
35
|
-
"@aws-amplify/graphql-index-transformer": "2.3.
|
36
|
-
"@aws-amplify/graphql-maps-to-transformer": "3.4.
|
37
|
-
"@aws-amplify/graphql-model-transformer": "2.4.
|
38
|
-
"@aws-amplify/graphql-predictions-transformer": "2.1.
|
39
|
-
"@aws-amplify/graphql-relational-transformer": "2.3.
|
40
|
-
"@aws-amplify/graphql-searchable-transformer": "2.4.
|
41
|
-
"@aws-amplify/graphql-sql-transformer": "0.2.
|
42
|
-
"@aws-amplify/graphql-transformer-core": "2.4.
|
43
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.
|
31
|
+
"@aws-amplify/graphql-auth-transformer": "3.3.2-ecs-tagging-permissions.0",
|
32
|
+
"@aws-amplify/graphql-default-value-transformer": "2.2.2-ecs-tagging-permissions.0",
|
33
|
+
"@aws-amplify/graphql-function-transformer": "2.1.14-ecs-tagging-permissions.0",
|
34
|
+
"@aws-amplify/graphql-http-transformer": "2.1.14-ecs-tagging-permissions.0",
|
35
|
+
"@aws-amplify/graphql-index-transformer": "2.3.2-ecs-tagging-permissions.0",
|
36
|
+
"@aws-amplify/graphql-maps-to-transformer": "3.4.2-ecs-tagging-permissions.0",
|
37
|
+
"@aws-amplify/graphql-model-transformer": "2.4.2-ecs-tagging-permissions.0",
|
38
|
+
"@aws-amplify/graphql-predictions-transformer": "2.1.14-ecs-tagging-permissions.0",
|
39
|
+
"@aws-amplify/graphql-relational-transformer": "2.3.2-ecs-tagging-permissions.0",
|
40
|
+
"@aws-amplify/graphql-searchable-transformer": "2.4.2-ecs-tagging-permissions.0",
|
41
|
+
"@aws-amplify/graphql-sql-transformer": "0.2.2-ecs-tagging-permissions.0",
|
42
|
+
"@aws-amplify/graphql-transformer-core": "2.4.2-ecs-tagging-permissions.0",
|
43
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@types/node": "^12.12.6",
|
@@ -67,11 +67,12 @@
|
|
67
67
|
"node"
|
68
68
|
],
|
69
69
|
"collectCoverage": true,
|
70
|
+
"coverageProvider": "v8",
|
70
71
|
"coverageThreshold": {
|
71
72
|
"global": {
|
72
|
-
"branches":
|
73
|
-
"functions":
|
74
|
-
"lines":
|
73
|
+
"branches": 59,
|
74
|
+
"functions": 55,
|
75
|
+
"lines": 74
|
75
76
|
}
|
76
77
|
},
|
77
78
|
"coverageReporters": [
|
@@ -79,5 +80,5 @@
|
|
79
80
|
"text"
|
80
81
|
]
|
81
82
|
},
|
82
|
-
"gitHead": "
|
83
|
+
"gitHead": "4d9c9922e584627595f954c1d07eafd14133c478"
|
83
84
|
}
|
@@ -3,6 +3,10 @@
|
|
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-transformer-core@2.4.1...@aws-amplify/graphql-transformer-core@2.4.2-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-transformer-core
|
9
|
+
|
6
10
|
## [2.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@2.4.0...@aws-amplify/graphql-transformer-core@2.4.1) (2023-12-14)
|
7
11
|
|
8
12
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-transformer-core",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.2-ecs-tagging-permissions.0",
|
4
4
|
"description": "A framework to transform from GraphQL SDL to AWS CloudFormation.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,10 +28,10 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.3.
|
31
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.3-ecs-tagging-permissions.0",
|
32
32
|
"fs-extra": "^8.1.0",
|
33
33
|
"graphql": "^15.5.0",
|
34
|
-
"graphql-transformer-common": "4.27.0",
|
34
|
+
"graphql-transformer-common": "4.27.1-ecs-tagging-permissions.0",
|
35
35
|
"hjson": "^3.2.2",
|
36
36
|
"lodash": "^4.17.21",
|
37
37
|
"md5": "^2.3.0",
|
@@ -65,11 +65,12 @@
|
|
65
65
|
"node"
|
66
66
|
],
|
67
67
|
"collectCoverage": true,
|
68
|
+
"coverageProvider": "v8",
|
68
69
|
"coverageThreshold": {
|
69
70
|
"global": {
|
70
|
-
"branches":
|
71
|
-
"functions":
|
72
|
-
"lines":
|
71
|
+
"branches": 69,
|
72
|
+
"functions": 31,
|
73
|
+
"lines": 56
|
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,10 @@
|
|
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.3.3-ecs-tagging-permissions.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.3.2...@aws-amplify/graphql-transformer-interfaces@3.3.3-ecs-tagging-permissions.0) (2024-03-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-transformer-interfaces
|
9
|
+
|
6
10
|
## [3.3.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.3.1...@aws-amplify/graphql-transformer-interfaces@3.3.2) (2023-12-06)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-transformer-interfaces
|