@aws-amplify/graphql-transformer-core
Advanced tools
Comparing version 0.15.0 to 0.15.1-beta.1
@@ -6,2 +6,24 @@ # Change Log | ||
## [0.15.1-beta.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-transformer-core@0.15.0...@aws-amplify/graphql-transformer-core@0.15.1-beta.1) (2021-12-16) | ||
### Bug Fixes | ||
* update gql v2 custom transformer loading logic ([#9252](https://github.com/aws-amplify/amplify-cli/issues/9252)) ([f728b4b](https://github.com/aws-amplify/amplify-cli/commit/f728b4bb835674afd32dab7243dd3d826601d333)) | ||
## [0.15.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-transformer-core@0.15.0...@aws-amplify/graphql-transformer-core@0.15.1-beta.0) (2021-12-16) | ||
### Bug Fixes | ||
* update gql v2 custom transformer loading logic ([#9252](https://github.com/aws-amplify/amplify-cli/issues/9252)) ([f728b4b](https://github.com/aws-amplify/amplify-cli/commit/f728b4bb835674afd32dab7243dd3d826601d333)) | ||
# [0.15.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-transformer-core@0.14.0...@aws-amplify/graphql-transformer-core@0.15.0) (2021-12-03) | ||
@@ -8,0 +30,0 @@ |
@@ -15,4 +15,3 @@ import { TransformConfig } from './transformer-config'; | ||
config: TransformConfig; | ||
transformers?: string[]; | ||
} | ||
//# sourceMappingURL=project-config.d.ts.map |
@@ -44,3 +44,4 @@ export interface TransformMigrationConfig { | ||
}; | ||
transformers?: string[]; | ||
} | ||
//# sourceMappingURL=transformer-config.d.ts.map |
{ | ||
"name": "@aws-amplify/graphql-transformer-core", | ||
"version": "0.15.0", | ||
"version": "0.15.1-beta.1", | ||
"description": "A framework to transform from GraphQL SDL to AWS CloudFormation.", | ||
@@ -91,3 +91,3 @@ "repository": { | ||
}, | ||
"gitHead": "07040c2b2197eeb4ad1fb3fb001ff6ad03b95f0e" | ||
"gitHead": "24001dd8ebe11981ce40cd1aace9e9de63ce792b" | ||
} |
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
495533