@aws-amplify/graphql-http-transformer
Advanced tools
Comparing version 2.1.11 to 2.1.12
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.1.12](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@2.1.11...@aws-amplify/graphql-http-transformer@2.1.12) (2023-12-06) | ||
**Note:** Version bump only for package @aws-amplify/graphql-http-transformer | ||
## [2.1.11](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@2.1.10...@aws-amplify/graphql-http-transformer@2.1.11) (2023-11-22) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@aws-amplify/graphql-http-transformer", | ||
"version": "2.1.11", | ||
"version": "2.1.12", | ||
"description": "Amplify GraphQL @http transformer", | ||
@@ -31,10 +31,10 @@ "repository": { | ||
"dependencies": { | ||
"@aws-amplify/graphql-transformer-core": "2.3.3", | ||
"@aws-amplify/graphql-transformer-interfaces": "3.3.1", | ||
"@aws-amplify/graphql-transformer-core": "2.4.0", | ||
"@aws-amplify/graphql-transformer-interfaces": "3.3.2", | ||
"graphql": "^15.5.0", | ||
"graphql-mapping-template": "4.20.12", | ||
"graphql-transformer-common": "4.26.2" | ||
"graphql-mapping-template": "4.20.13", | ||
"graphql-transformer-common": "4.27.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-amplify/graphql-transformer-test-utils": "0.3.3" | ||
"@aws-amplify/graphql-transformer-test-utils": "0.4.0" | ||
}, | ||
@@ -66,2 +66,6 @@ "peerDependencies": { | ||
}, | ||
"coverageReporters": [ | ||
"clover", | ||
"text" | ||
], | ||
"modulePathIgnorePatterns": [ | ||
@@ -71,3 +75,3 @@ "overrides" | ||
}, | ||
"gitHead": "5256b5955ee204dd56f8074a43406852f8206c54" | ||
"gitHead": "6e450d037cf84098b51ce787a99d6023cbc0e39d" | ||
} |
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
73487
+ Added@aws-amplify/graphql-transformer-core@2.4.0(transitive)
+ Added@aws-amplify/graphql-transformer-interfaces@3.3.2(transitive)
+ Addedgraphql-mapping-template@4.20.13(transitive)
+ Addedgraphql-transformer-common@4.27.0(transitive)
- Removed@aws-amplify/graphql-transformer-core@2.3.3(transitive)
- Removed@aws-amplify/graphql-transformer-interfaces@3.3.1(transitive)
- Removedgraphql-mapping-template@4.20.12(transitive)
- Removedgraphql-transformer-common@4.26.2(transitive)