Socket
Socket
Sign inDemoInstall

@aws-amplify/graphql-transformer-interfaces

Package Overview
Dependencies
46
Maintainers
5
Versions
299
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.4.0-beta.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.4.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-transformer-interfaces@1.3.1...@aws-amplify/graphql-transformer-interfaces@1.4.0-beta.0) (2021-04-30)
### Features
* **graphql-function-transformer:** port [@function](https://github.com/function) to v2 ([#7055](https://github.com/aws-amplify/amplify-cli/issues/7055)) ([463e975](https://github.com/aws-amplify/amplify-cli/commit/463e97593d5486d1f9d10bcabde26d3e36dee7f2))
## [1.3.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-transformer-interfaces@1.3.0...@aws-amplify/graphql-transformer-interfaces@1.3.1) (2021-02-11)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@aws-amplify/graphql-transformer-interfaces",
"version": "1.3.1",
"version": "1.4.0-beta.0",
"description": "Amplify GraphQL transformer interface definitions",

@@ -61,3 +61,3 @@ "repository": {

},
"gitHead": "39dae08ae67dfd5992ff4fda9ab02132ea9ca04a"
"gitHead": "53956597fbaebf8ade77a4b111d02d31df80f297"
}

@@ -8,3 +8,3 @@ import { TransformerResolversManagerProvider } from './transformer-resolver-provider';

import { GraphQLAPIProvider } from '../graphql-api-provider';
import { TransformerResourceProvider } from './resource-resource-provider'
import { TransformerResourceProvider } from './resource-resource-provider';
import { FeatureFlagProvider } from '../feature-flag-provider';

@@ -25,3 +25,2 @@

export type TransformerBeforeStepContextProvider = Pick<TransformerContextProvider, 'inputDocument' | 'featureFlags'>;

@@ -28,0 +27,0 @@ export type TransformerSchemaVisitStepContextProvider = Pick<

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc