@aws-amplify/graphql-index-transformer 0.13.6-alpha.0 → 0.13.6-alpha.1

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.13.6-alpha.0+db3c164ae",
3
+ "version": "0.13.6-alpha.1+64ebef203",
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.15.6-alpha.0+db3c164ae",
31
- "@aws-amplify/graphql-transformer-core": "0.17.11-alpha.0+db3c164ae",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.14.8-alpha.0+db3c164ae",
30
+ "@aws-amplify/graphql-model-transformer": "0.15.6-alpha.1+64ebef203",
31
+ "@aws-amplify/graphql-transformer-core": "0.17.11-alpha.1+64ebef203",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.14.8-alpha.1+64ebef203",
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.6-alpha.98+db3c164ae",
38
- "graphql-transformer-common": "4.24.1-alpha.63+db3c164ae"
37
+ "graphql-mapping-template": "4.20.6-alpha.100+64ebef203",
38
+ "graphql-transformer-common": "4.24.1-alpha.65+64ebef203"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@aws-cdk/assert": "~1.124.0"
@@ -58,5 +58,5 @@
58
58
  ],
59
59
  "collectCoverage": true
60
60
  },
61
- "gitHead": "db3c164ae651ff6f7ec6588c42f7477396e8c70f"
61
+ "gitHead": "64ebef20331a1d244a4a5ce20aa7daa10e0b69fe"
62
62
  }