@aws-amplify/graphql-index-transformer 0.6.0-beta.1 → 0.7.2-geo.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,23 +3,29 @@
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.6.0-beta.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.6.0-beta.0...@aws-amplify/graphql-index-transformer@0.6.0-beta.1) (2021-11-06)
6
+ ## [0.7.2-geo.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.1...@aws-amplify/graphql-index-transformer@0.7.2-geo.0) (2021-11-18)
7
7
 
8
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **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))
12
11
 
13
12
 
14
13
 
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
15
17
 
16
18
 
17
- # [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)
19
+
20
+
21
+
22
+ # [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)
18
23
 
19
24
 
20
25
  ### Bug Fixes
21
26
 
22
27
  * [@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))
28
+ * **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))
23
29
  * 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))
24
30
  * 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))
25
31
  * 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.6.0-beta.1",
3
+ "version": "0.7.2-geo.0",
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.8.0-beta.1",
31
- "@aws-amplify/graphql-transformer-core": "0.11.0-beta.0",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.11.1-beta.1",
30
+ "@aws-amplify/graphql-model-transformer": "0.9.2-geo.0",
31
+ "@aws-amplify/graphql-transformer-core": "0.12.2-geo.0",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.12.2-geo.0",
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.19.1-beta.0",
38
- "graphql-transformer-common": "4.21.0-beta.0"
37
+ "graphql-mapping-template": "4.20.2-geo.0",
38
+ "graphql-transformer-common": "4.22.2-geo.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": "a035b6d07ee15dff6dc4ea641ccd59a2eb0caf0d"
58
+ "gitHead": "c62c2327eda83e1d8fe8883a13012e1e11255a9f"
59
59
  }