graphql-transformer-core
Advanced tools
Comparing version 9.0.0 to 9.0.1
{ | ||
"name": "graphql-transformer-core", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "A framework to transform from GraphQL SDL to AWS cloudFormation.", | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"graphql": "^15.5.0", | ||
"graphql-transformer-common": "5.0.0", | ||
"graphql-transformer-common": "5.0.1", | ||
"lodash": "^4.17.21" | ||
@@ -41,3 +41,3 @@ }, | ||
"@types/mock-fs": "4.13.4", | ||
"@types/node": "^18.17.0", | ||
"@types/node": "^18.0.0", | ||
"mock-fs": "5.2.0" | ||
@@ -49,3 +49,5 @@ }, | ||
}, | ||
"testURL": "http://localhost", | ||
"testEnvironmentOptions": { | ||
"url": "http://localhost" | ||
}, | ||
"testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
@@ -78,5 +80,9 @@ "moduleFileExtensions": [ | ||
"/__tests__/" | ||
] | ||
], | ||
"snapshotFormat": { | ||
"escapeString": true, | ||
"printBasicPrototype": true | ||
} | ||
}, | ||
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4" | ||
"gitHead": "47cbcc39b5c28486ff5759d29efee07725bb8b55" | ||
} |
Sorry, the diff of this file is too big to display
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
496456
+ Addedgraphql-mapping-template@5.0.1(transitive)
+ Addedgraphql-transformer-common@5.0.1(transitive)
- Removedgraphql-mapping-template@5.0.0(transitive)
- Removedgraphql-transformer-common@5.0.0(transitive)