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

@aws-amplify/graphql-http-transformer

Package Overview
Dependencies
Maintainers
7
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

3

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.5.6-ext16.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-http-transformer@0.5.5...@aws-amplify/graphql-http-transformer@0.5.6-ext16.0) (2021-11-08)
## [0.5.6-ext17.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-http-transformer@0.5.5...@aws-amplify/graphql-http-transformer@0.5.6-ext17.0) (2021-11-09)

@@ -13,2 +13,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))

@@ -15,0 +16,0 @@

@@ -31,3 +31,3 @@ "use strict";

const VALID_PROTOCOLS_REGEX = /^http(s)?:\/\//;
const HTTP_DIRECTIVE_STACK = 'HttpDirectiveStack';
const HTTP_DIRECTIVE_STACK = 'HttpStack';
const RESOLVER_VERSION = '2018-05-29';

@@ -34,0 +34,0 @@ const directiveDefinition = `

{
"name": "@aws-amplify/graphql-http-transformer",
"version": "0.5.6-ext16.0",
"version": "0.5.6-ext17.0",
"description": "Amplify GraphQL @http transformer",

@@ -30,8 +30,8 @@ "repository": {

"dependencies": {
"@aws-amplify/graphql-transformer-core": "0.10.0-ext16.0",
"@aws-amplify/graphql-transformer-interfaces": "1.10.1-ext16.0",
"@aws-amplify/graphql-transformer-core": "0.10.0-ext17.0",
"@aws-amplify/graphql-transformer-interfaces": "1.10.1-ext17.0",
"@aws-cdk/core": "~1.124.0",
"graphql": "^14.5.8",
"graphql-mapping-template": "4.18.4-ext16.0",
"graphql-transformer-common": "4.20.0-ext16.0"
"graphql-mapping-template": "4.18.4-ext17.0",
"graphql-transformer-common": "4.20.0-ext17.0"
},

@@ -56,3 +56,3 @@ "devDependencies": {

},
"gitHead": "a0fa3ff4dd6728fea3927918c55ee65b4b0f171b"
"gitHead": "e4ad558753965dc40afe462d0cf9abd5d6271734"
}

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