@aws-amplify/graphql-http-transformer
Advanced tools
Comparing version 1.2.5 to 1.2.6-agqlac.0
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.2.6-agqlac.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@1.2.5...@aws-amplify/graphql-http-transformer@1.2.6-agqlac.0) (2023-06-20) | ||
**Note:** Version bump only for package @aws-amplify/graphql-http-transformer | ||
## [1.2.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@1.2.4...@aws-amplify/graphql-http-transformer@1.2.5) (2023-06-20) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@aws-amplify/graphql-http-transformer", | ||
"version": "1.2.5", | ||
"version": "1.2.6-agqlac.0", | ||
"description": "Amplify GraphQL @http transformer", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"dependencies": { | ||
"@aws-amplify/graphql-transformer-core": "1.3.3", | ||
"@aws-amplify/graphql-transformer-core": "1.3.4-agqlac.0", | ||
"@aws-amplify/graphql-transformer-interfaces": "2.2.2", | ||
@@ -37,4 +37,4 @@ "aws-cdk-lib": "~2.68.0", | ||
"graphql": "^15.5.0", | ||
"graphql-mapping-template": "4.20.8", | ||
"graphql-transformer-common": "4.24.6" | ||
"graphql-mapping-template": "4.20.9-agqlac.0", | ||
"graphql-transformer-common": "4.24.7-agqlac.0" | ||
}, | ||
@@ -55,2 +55,9 @@ "jest": { | ||
"collectCoverage": true, | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 80, | ||
"functions": 80, | ||
"lines": 80 | ||
} | ||
}, | ||
"modulePathIgnorePatterns": [ | ||
@@ -60,3 +67,3 @@ "overrides" | ||
}, | ||
"gitHead": "f2e5bfd310ebc86b4c958b8bafd3fc6ba271d6cf" | ||
"gitHead": "6b3f7af4a5f774275bb0e31e6dfa5a9eff6811b6" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
68772
2
+ Added@aws-amplify/graphql-transformer-core@1.3.4-agqlac.0(transitive)
+ Addedgraphql-mapping-template@4.20.9-agqlac.0(transitive)
+ Addedgraphql-transformer-common@4.24.7-agqlac.0(transitive)
- Removed@aws-amplify/graphql-transformer-core@1.3.3(transitive)
- Removedgraphql-mapping-template@4.20.8(transitive)
- Removedgraphql-transformer-common@4.24.6(transitive)