@aws-amplify/graphql-transformer-core
Advanced tools
Comparing version 0.10.0-ext16.0 to 0.10.0-ext17.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [0.10.0-ext16.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-transformer-core@0.9.2...@aws-amplify/graphql-transformer-core@0.10.0-ext16.0) (2021-11-08) | ||
# [0.10.0-ext17.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-transformer-core@0.9.2...@aws-amplify/graphql-transformer-core@0.10.0-ext17.0) (2021-11-09) | ||
@@ -14,2 +14,3 @@ | ||
* **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)) | ||
* override http datasource logical IDs ([#8714](https://github.com/aws-amplify/amplify-cli/issues/8714)) ([81cc461](https://github.com/aws-amplify/amplify-cli/commit/81cc461ed5e02b2f296825283993ad026f1126d1)) | ||
* sub "_" with hash in resource logical ID in transformer v2 ([#8600](https://github.com/aws-amplify/amplify-cli/issues/8600)) ([6bb620b](https://github.com/aws-amplify/amplify-cli/commit/6bb620bf1506749987ab0c7eead46bdcc3a7905a)) | ||
@@ -16,0 +17,0 @@ |
@@ -177,3 +177,3 @@ "use strict"; | ||
doAddHttpDataSource(id, endpoint, options, stack) { | ||
return new aws_appsync_1.HttpDataSource(stack !== null && stack !== void 0 ? stack : this.api, id, { | ||
const ds = new aws_appsync_1.HttpDataSource(stack !== null && stack !== void 0 ? stack : this.api, id, { | ||
api: this.api, | ||
@@ -185,2 +185,4 @@ endpoint, | ||
}); | ||
ds.node.defaultChild.overrideLogicalId(id); | ||
return ds; | ||
} | ||
@@ -187,0 +189,0 @@ doAddSearchableDataSource(id, endpoint, region, options, stack) { |
{ | ||
"name": "@aws-amplify/graphql-transformer-core", | ||
"version": "0.10.0-ext16.0", | ||
"version": "0.10.0-ext17.0", | ||
"description": "A framework to transform from GraphQL SDL to AWS CloudFormation.", | ||
@@ -30,3 +30,3 @@ "repository": { | ||
"dependencies": { | ||
"@aws-amplify/graphql-transformer-interfaces": "1.10.1-ext16.0", | ||
"@aws-amplify/graphql-transformer-interfaces": "1.10.1-ext17.0", | ||
"@aws-cdk/assets": "~1.124.0", | ||
@@ -63,3 +63,3 @@ "@aws-cdk/aws-applicationautoscaling": "~1.124.0", | ||
"graphql": "^14.5.8", | ||
"graphql-transformer-common": "4.20.0-ext16.0", | ||
"graphql-transformer-common": "4.20.0-ext17.0", | ||
"lodash": "^4.17.21", | ||
@@ -90,3 +90,3 @@ "md5": "^2.3.0", | ||
}, | ||
"gitHead": "a0fa3ff4dd6728fea3927918c55ee65b4b0f171b" | ||
"gitHead": "e4ad558753965dc40afe462d0cf9abd5d6271734" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
418165
4140
+ Added@aws-amplify/graphql-transformer-interfaces@1.10.1-ext17.0(transitive)
+ Addedgraphql-mapping-template@4.18.4-ext17.0(transitive)
+ Addedgraphql-transformer-common@4.20.0-ext17.0(transitive)
- Removed@aws-amplify/graphql-transformer-interfaces@1.10.1-ext16.0(transitive)
- Removedgraphql-mapping-template@4.18.4-ext16.0(transitive)
- Removedgraphql-transformer-common@4.20.0-ext16.0(transitive)
Updated@aws-amplify/graphql-transformer-interfaces@1.10.1-ext17.0