@aws-amplify/graphql-index-transformer 1.1.0-beta.4 → 1.1.0-beta.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +26 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,28 @@
|
|
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.1.0-beta.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.9...@aws-amplify/graphql-index-transformer@1.1.0-beta.6) (2023-02-21)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
|
11
|
+
- throw error if invalid override or invalid custom stack error ([#982](https://github.com/aws-amplify/amplify-category-api/issues/982)) ([6dfeeba](https://github.com/aws-amplify/amplify-category-api/commit/6dfeeba627cd84a41eb8b4248856fa487c741f87))
|
12
|
+
|
13
|
+
### Features
|
14
|
+
|
15
|
+
- migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
|
16
|
+
|
17
|
+
# [1.1.0-beta.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.9...@aws-amplify/graphql-index-transformer@1.1.0-beta.5) (2023-02-15)
|
18
|
+
|
19
|
+
### Bug Fixes
|
20
|
+
|
21
|
+
- lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
|
22
|
+
- throw error if invalid override or invalid custom stack error ([#982](https://github.com/aws-amplify/amplify-category-api/issues/982)) ([6dfeeba](https://github.com/aws-amplify/amplify-category-api/commit/6dfeeba627cd84a41eb8b4248856fa487c741f87))
|
23
|
+
|
24
|
+
### Features
|
25
|
+
|
26
|
+
- migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
|
27
|
+
|
6
28
|
# [1.1.0-beta.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.8...@aws-amplify/graphql-index-transformer@1.1.0-beta.4) (2023-02-03)
|
7
29
|
|
8
30
|
### Bug Fixes
|
@@ -64,6 +86,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
64
86
|
|
65
87
|
- migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
|
66
88
|
|
89
|
+
## [0.14.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.8...@aws-amplify/graphql-index-transformer@0.14.9) (2023-02-10)
|
90
|
+
|
91
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
92
|
+
|
67
93
|
## [0.14.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.7...@aws-amplify/graphql-index-transformer@0.14.8) (2023-01-26)
|
68
94
|
|
69
95
|
### Bug Fixes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "1.1.0-beta.
|
3
|
+
"version": "1.1.0-beta.6",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
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-model-transformer": "1.1.0-beta.
|
32
|
-
"@aws-amplify/graphql-transformer-core": "1.1.0-beta.
|
33
|
-
"@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.
|
31
|
+
"@aws-amplify/graphql-model-transformer": "1.1.0-beta.6",
|
32
|
+
"@aws-amplify/graphql-transformer-core": "1.1.0-beta.6",
|
33
|
+
"@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.6",
|
34
34
|
"@aws-cdk/aws-appsync-alpha": "~2.53.0-alpha.0",
|
35
35
|
"aws-cdk-lib": "~2.53.0",
|
36
36
|
"constructs": "^10.0.5",
|
37
37
|
"graphql": "^15.5.0",
|
38
|
-
"graphql-mapping-template": "4.20.8-beta.
|
39
|
-
"graphql-transformer-common": "4.24.5-beta.
|
38
|
+
"graphql-mapping-template": "4.20.8-beta.2",
|
39
|
+
"graphql-transformer-common": "4.24.5-beta.2"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
42
|
-
"amplify-cli-core": "^4.0.0-beta.
|
42
|
+
"amplify-cli-core": "^4.0.0-beta.7"
|
43
43
|
},
|
44
44
|
"jest": {
|
45
45
|
"transform": {
|
@@ -56,5 +56,5 @@
|
|
56
56
|
],
|
57
57
|
"collectCoverage": true
|
58
58
|
},
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "6ba29a6f4c4ee4b73139c37af3bd15567cf67d3f"
|
60
60
|
}
|