@aws-amplify/graphql-index-transformer 0.11.5-alpha.35 → 0.11.5-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +44 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,50 @@
|
|
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.11.5-beta.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.4...@aws-amplify/graphql-index-transformer@0.11.5-beta.3) (2022-04-15)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **graphql-model-transformer:** fix create mutation when index field is null ([#10073](https://github.com/aws-amplify/amplify-cli/issues/10073)) ([1e9d140](https://github.com/aws-amplify/amplify-cli/commit/1e9d140a529e5a2474968feb26b53ac7c9bb5750))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
## [0.11.5-beta.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.4...@aws-amplify/graphql-index-transformer@0.11.5-beta.2) (2022-04-15)
|
18
|
+
|
19
|
+
|
20
|
+
### Bug Fixes
|
21
|
+
|
22
|
+
* **graphql-model-transformer:** fix create mutation when index field is null ([#10073](https://github.com/aws-amplify/amplify-cli/issues/10073)) ([1e9d140](https://github.com/aws-amplify/amplify-cli/commit/1e9d140a529e5a2474968feb26b53ac7c9bb5750))
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
## [0.11.5-beta.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.4...@aws-amplify/graphql-index-transformer@0.11.5-beta.1) (2022-04-14)
|
29
|
+
|
30
|
+
|
31
|
+
### Bug Fixes
|
32
|
+
|
33
|
+
* **graphql-model-transformer:** fix create mutation when index field is null ([#10073](https://github.com/aws-amplify/amplify-cli/issues/10073)) ([1e9d140](https://github.com/aws-amplify/amplify-cli/commit/1e9d140a529e5a2474968feb26b53ac7c9bb5750))
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
## [0.11.5-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.4...@aws-amplify/graphql-index-transformer@0.11.5-beta.0) (2022-04-14)
|
40
|
+
|
41
|
+
|
42
|
+
### Bug Fixes
|
43
|
+
|
44
|
+
* **graphql-model-transformer:** fix create mutation when index field is null ([#10073](https://github.com/aws-amplify/amplify-cli/issues/10073)) ([1e9d140](https://github.com/aws-amplify/amplify-cli/commit/1e9d140a529e5a2474968feb26b53ac7c9bb5750))
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
6
50
|
## [0.11.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.3...@aws-amplify/graphql-index-transformer@0.11.4) (2022-04-07)
|
7
51
|
|
8
52
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "0.11.5-
|
3
|
+
"version": "0.11.5-beta.3",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,15 +27,15 @@
|
|
27
27
|
"test": "jest"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-amplify/graphql-model-transformer": "0.13.5-
|
31
|
-
"@aws-amplify/graphql-transformer-core": "0.16.5-
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "1.13.1-
|
30
|
+
"@aws-amplify/graphql-model-transformer": "0.13.5-beta.3",
|
31
|
+
"@aws-amplify/graphql-transformer-core": "0.16.5-beta.3",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "1.13.1-beta.3",
|
33
33
|
"@aws-cdk/aws-appsync": "~1.124.0",
|
34
34
|
"@aws-cdk/aws-dynamodb": "~1.124.0",
|
35
35
|
"@aws-cdk/core": "~1.124.0",
|
36
36
|
"graphql": "^14.5.8",
|
37
|
-
"graphql-mapping-template": "4.20.
|
38
|
-
"graphql-transformer-common": "4.23.
|
37
|
+
"graphql-mapping-template": "4.20.3",
|
38
|
+
"graphql-transformer-common": "4.23.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@aws-cdk/assert": "~1.124.0"
|
@@ -55,5 +55,5 @@
|
|
55
55
|
],
|
56
56
|
"collectCoverage": true
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "f0b89908b439630432a6b475df55eed455f53fd7"
|
59
59
|
}
|