graphql-transformer-common
Advanced tools
Comparing version 4.24.1-beta.1 to 4.24.1-beta.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [4.24.1-beta.2](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@4.24.1...graphql-transformer-common@4.24.1-beta.2) (2022-12-27) | ||
**Note:** Version bump only for package graphql-transformer-common | ||
## [4.24.1-beta.1](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@4.24.0...graphql-transformer-common@4.24.1-beta.1) (2022-12-12) | ||
@@ -15,2 +19,6 @@ | ||
## [4.24.1](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@4.24.0...graphql-transformer-common@4.24.1) (2022-12-03) | ||
**Note:** Version bump only for package graphql-transformer-common | ||
# [4.24.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@4.23.3...graphql-transformer-common@4.24.0) (2022-07-01) | ||
@@ -17,0 +25,0 @@ |
{ | ||
"name": "graphql-transformer-common", | ||
"version": "4.24.1-beta.1", | ||
"version": "4.24.1-beta.2", | ||
"description": "Common code and constants for AppSync Transformers", | ||
@@ -23,7 +23,8 @@ "repository": { | ||
"watch": "tsc -w", | ||
"clean": "rimraf ./lib" | ||
"clean": "rimraf ./lib", | ||
"extract-api": "ts-node ../../scripts/extract-api.ts" | ||
}, | ||
"dependencies": { | ||
"graphql": "^14.5.8", | ||
"graphql-mapping-template": "4.20.5", | ||
"graphql-mapping-template": "4.20.6-beta.0", | ||
"md5": "^2.2.1", | ||
@@ -51,3 +52,3 @@ "pluralize": "8.0.0" | ||
}, | ||
"gitHead": "6d8f80e73080a3e01b91a052b71096e458785c33" | ||
"gitHead": "dfde291d4b67660773fcc926718b966144fc9ac3" | ||
} |
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
211779
68
+ Addedgraphql-mapping-template@4.20.6-beta.0(transitive)
- Removedgraphql-mapping-template@4.20.5(transitive)