@aws-amplify/graphql-model-transformer 0.7.0-auth-dir-v-next.2 → 0.7.0-graphql-vnext-dev-preview.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-model-transformer",
3
- "version": "0.7.0-auth-dir-v-next.2",
3
+ "version": "0.7.0-graphql-vnext-dev-preview.1",
4
4
  "description": "Amplify graphql @model transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,41 +28,43 @@
28
28
  "test-watch": "jest --watch"
29
29
  },
30
30
  "dependencies": {
31
- "@aws-amplify/graphql-transformer-core": "0.10.0-auth-dir-v-next.1",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.10.0-auth-dir-v-next.1",
33
- "@aws-cdk/assets": "~1.119.0",
34
- "@aws-cdk/aws-applicationautoscaling": "~1.119.0",
35
- "@aws-cdk/aws-appsync": "~1.119.0",
36
- "@aws-cdk/aws-autoscaling-common": "~1.119.0",
37
- "@aws-cdk/aws-cloudformation": "~1.119.0",
38
- "@aws-cdk/aws-cloudwatch": "~1.119.0",
39
- "@aws-cdk/aws-codeguruprofiler": "~1.119.0",
40
- "@aws-cdk/aws-dynamodb": "~1.119.0",
41
- "@aws-cdk/aws-ec2": "~1.119.0",
42
- "@aws-cdk/aws-efs": "~1.119.0",
43
- "@aws-cdk/aws-events": "~1.119.0",
44
- "@aws-cdk/aws-iam": "~1.119.0",
45
- "@aws-cdk/aws-kms": "~1.119.0",
46
- "@aws-cdk/aws-lambda": "~1.119.0",
47
- "@aws-cdk/aws-logs": "~1.119.0",
48
- "@aws-cdk/aws-s3": "~1.119.0",
49
- "@aws-cdk/aws-s3-assets": "~1.119.0",
50
- "@aws-cdk/aws-sns": "~1.119.0",
51
- "@aws-cdk/aws-sqs": "~1.119.0",
52
- "@aws-cdk/aws-ssm": "~1.119.0",
53
- "@aws-cdk/cloud-assembly-schema": "~1.119.0",
54
- "@aws-cdk/core": "~1.119.0",
55
- "@aws-cdk/custom-resources": "~1.119.0",
56
- "@aws-cdk/cx-api": "~1.119.0",
57
- "@aws-cdk/region-info": "~1.119.0",
31
+ "@aws-amplify/graphql-transformer-core": "0.10.0-graphql-vnext-dev-preview.1",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.10.0-graphql-vnext-dev-preview.0",
33
+ "@aws-cdk/assets": "~1.124.0",
34
+ "@aws-cdk/aws-applicationautoscaling": "~1.124.0",
35
+ "@aws-cdk/aws-appsync": "~1.124.0",
36
+ "@aws-cdk/aws-autoscaling-common": "~1.124.0",
37
+ "@aws-cdk/aws-cloudformation": "~1.124.0",
38
+ "@aws-cdk/aws-cloudwatch": "~1.124.0",
39
+ "@aws-cdk/aws-codeguruprofiler": "~1.124.0",
40
+ "@aws-cdk/aws-dynamodb": "~1.124.0",
41
+ "@aws-cdk/aws-ec2": "~1.124.0",
42
+ "@aws-cdk/aws-efs": "~1.124.0",
43
+ "@aws-cdk/aws-events": "~1.124.0",
44
+ "@aws-cdk/aws-iam": "~1.124.0",
45
+ "@aws-cdk/aws-kms": "~1.124.0",
46
+ "@aws-cdk/aws-lambda": "~1.124.0",
47
+ "@aws-cdk/aws-logs": "~1.124.0",
48
+ "@aws-cdk/aws-s3": "~1.124.0",
49
+ "@aws-cdk/aws-s3-assets": "~1.124.0",
50
+ "@aws-cdk/aws-sns": "~1.124.0",
51
+ "@aws-cdk/aws-sqs": "~1.124.0",
52
+ "@aws-cdk/aws-ssm": "~1.124.0",
53
+ "@aws-cdk/cloud-assembly-schema": "~1.124.0",
54
+ "@aws-cdk/core": "~1.124.0",
55
+ "@aws-cdk/custom-resources": "~1.124.0",
56
+ "@aws-cdk/cx-api": "~1.124.0",
57
+ "@aws-cdk/region-info": "~1.124.0",
58
58
  "constructs": "^3.3.125",
59
59
  "graphql": "^14.5.8",
60
- "graphql-mapping-template": "4.19.0-auth-dir-v-next.1",
61
- "graphql-transformer-common": "4.19.10-auth-dir-v-next.1",
62
- "lodash": "^4.17.21"
60
+ "graphql-mapping-template": "4.19.0-graphql-vnext-dev-preview.0",
61
+ "graphql-transformer-common": "4.19.10-graphql-vnext-dev-preview.0",
62
+ "lodash": "^4.17.21",
63
+ "md5": "^2.3.0"
63
64
  },
64
65
  "devDependencies": {
65
66
  "@types/fs-extra": "^8.0.1",
67
+ "@types/md5": "^2.3.1",
66
68
  "@types/node": "^12.12.6"
67
69
  },
68
70
  "jest": {
@@ -81,5 +83,5 @@
81
83
  ],
82
84
  "collectCoverage": true
83
85
  },
84
- "gitHead": "3176506fa4908bd07a4f613c9cc1bcf109f89c3a"
86
+ "gitHead": "0dc48ed1c4887af360803854e2f90556a10aee39"
85
87
  }