@aws-amplify/graphql-index-transformer 0.6.0-beta.2 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +3 -13
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -3,7 +3,7 @@
|
|
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
|
-
|
6
|
+
## [0.7.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.5.0...@aws-amplify/graphql-index-transformer@0.7.1) (2021-11-15)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
9
|
|
@@ -11,23 +11,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
# [0.
|
15
|
-
|
16
|
-
|
17
|
-
### Bug Fixes
|
18
|
-
|
19
|
-
* **graphql-model-transformer:** override resource logical id to fix v1 to v2 transformer migration ([#8597](https://github.com/aws-amplify/amplify-cli/issues/8597)) ([e3a2afb](https://github.com/aws-amplify/amplify-cli/commit/e3a2afbbed6e97f143fc7c83064e2193f4c91bdd))
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
# [0.6.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.4.0...@aws-amplify/graphql-index-transformer@0.6.0-beta.0) (2021-10-29)
|
14
|
+
# [0.5.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.4.0...@aws-amplify/graphql-index-transformer@0.5.0) (2021-11-11)
|
26
15
|
|
27
16
|
|
28
17
|
### Bug Fixes
|
29
18
|
|
30
19
|
* [@auth](https://github.com/auth) fix relational auth, authv2 e2e with utils and fixes ([#8450](https://github.com/aws-amplify/amplify-cli/issues/8450)) ([aa320cd](https://github.com/aws-amplify/amplify-cli/commit/aa320cd2414665a484438f0764cf68fd78caa26a))
|
20
|
+
* **graphql-model-transformer:** override resource logical id to fix v1 to v2 transformer migration ([#8597](https://github.com/aws-amplify/amplify-cli/issues/8597)) ([e3a2afb](https://github.com/aws-amplify/amplify-cli/commit/e3a2afbbed6e97f143fc7c83064e2193f4c91bdd))
|
31
21
|
* loosen [@index](https://github.com/index) validation ([#8445](https://github.com/aws-amplify/amplify-cli/issues/8445)) ([c73db78](https://github.com/aws-amplify/amplify-cli/commit/c73db786ce962cf3d976866b3a0996bfbda255fa))
|
32
22
|
* prevent @index/[@primary](https://github.com/primary)Key from referencing itself ([#8561](https://github.com/aws-amplify/amplify-cli/issues/8561)) ([fc5a134](https://github.com/aws-amplify/amplify-cli/commit/fc5a1344d48cbfa0e7a2f5301c5acec2dde6c5e0))
|
33
23
|
* require [@primary](https://github.com/primary)Key sort fields to be non-nullable ([#8562](https://github.com/aws-amplify/amplify-cli/issues/8562)) ([bf4fb0e](https://github.com/aws-amplify/amplify-cli/commit/bf4fb0e0efc8b760e5b32663f13ffe1e33780812))
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.7.1",
|
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.
|
31
|
-
"@aws-amplify/graphql-transformer-core": "0.
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "1.
|
30
|
+
"@aws-amplify/graphql-model-transformer": "0.9.1",
|
31
|
+
"@aws-amplify/graphql-transformer-core": "0.12.1",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "1.12.1",
|
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.
|
38
|
-
"graphql-transformer-common": "4.
|
37
|
+
"graphql-mapping-template": "4.20.1",
|
38
|
+
"graphql-transformer-common": "4.22.1"
|
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": "644886fa3d1a047e8b37995e3ad5ba4c3bee28b1"
|
59
59
|
}
|