Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-amplify/graphql-transformer-core

Package Overview
Dependencies
Maintainers
7
Versions
431
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/graphql-transformer-core - npm Package Compare versions

Comparing version 0.10.0-ext16.0 to 0.10.0-ext17.0

3

CHANGELOG.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc