@aws-amplify/graphql-index-transformer 0.14.5-alpha.13 → 0.14.5-alpha.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.14.5-alpha.13+c7b7fc26e",
3
+ "version": "0.14.5-alpha.14+50f9d9c7c",
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.16.5-alpha.13+c7b7fc26e",
31
- "@aws-amplify/graphql-transformer-core": "0.18.1-alpha.13+c7b7fc26e",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.14.10-alpha.52+c7b7fc26e",
30
+ "@aws-amplify/graphql-model-transformer": "0.16.5-alpha.14+50f9d9c7c",
31
+ "@aws-amplify/graphql-transformer-core": "0.18.1-alpha.14+50f9d9c7c",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.14.10-alpha.53+50f9d9c7c",
33
33
  "@aws-cdk/aws-appsync": "~1.172.0",
34
34
  "@aws-cdk/aws-dynamodb": "~1.172.0",
35
35
  "@aws-cdk/core": "~1.172.0",
36
36
  "graphql": "^14.5.8",
37
- "graphql-mapping-template": "4.20.6-alpha.259+c7b7fc26e",
38
- "graphql-transformer-common": "4.24.2-alpha.13+c7b7fc26e"
37
+ "graphql-mapping-template": "4.20.6-alpha.260+50f9d9c7c",
38
+ "graphql-transformer-common": "4.24.2-alpha.14+50f9d9c7c"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@aws-cdk/assert": "~1.172.0"
@@ -58,5 +58,5 @@
58
58
  ],
59
59
  "collectCoverage": true
60
60
  },
61
- "gitHead": "c7b7fc26e23fc5f36ef7d38670889bdf809e8909"
61
+ "gitHead": "50f9d9c7c2b013ee2ea82cb57010a309cda89392"
62
62
  }