@aws-amplify/graphql-index-transformer 0.11.6-alpha.26 → 0.11.7-alpha.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 +11 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.5...@aws-amplify/graphql-index-transformer@0.11.6) (2022-04-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * validate the presence of sortKeyFields when index is on the same field as the primary key ([#9841](https://github.com/aws-amplify/amplify-cli/issues/9841)) ([754ae44](https://github.com/aws-amplify/amplify-cli/commit/754ae44a738af7b344bbb64ba3db11f100c564ec)), closes [#4138](https://github.com/aws-amplify/amplify-cli/issues/4138)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.11.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.4...@aws-amplify/graphql-index-transformer@0.11.5) (2022-04-18)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.11.6-alpha.26+0909769dc",
3
+ "version": "0.11.7-alpha.0+5483d6889",
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.6-alpha.26+0909769dc",
31
- "@aws-amplify/graphql-transformer-core": "0.16.6-alpha.26+0909769dc",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.13.2-alpha.26+0909769dc",
30
+ "@aws-amplify/graphql-model-transformer": "0.13.7-alpha.0+5483d6889",
31
+ "@aws-amplify/graphql-transformer-core": "0.16.7-alpha.0+5483d6889",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.13.2-alpha.29+5483d6889",
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.4-alpha.281+0909769dc",
38
- "graphql-transformer-common": "4.23.1-alpha.213+0909769dc"
37
+ "graphql-mapping-template": "4.20.4-alpha.284+5483d6889",
38
+ "graphql-transformer-common": "4.23.1-alpha.216+5483d6889"
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": "0909769dc64c83bcb5e91e79156db2f6ec60ac85"
58
+ "gitHead": "5483d6889e42d9b2fa4b7a6fccab1efaaeb99d07"
59
59
  }