@shopify/graphql-testing
Advanced tools
Comparing version 5.1.7 to 5.1.8
{ | ||
"name": "@shopify/graphql-testing", | ||
"version": "5.1.7", | ||
"version": "5.1.8", | ||
"license": "MIT", | ||
@@ -41,3 +41,3 @@ "description": "Utilities to create mock GraphQL factories", | ||
"devDependencies": { | ||
"graphql-typed": "^1.1.3" | ||
"graphql-typed": "^1.1.4" | ||
}, | ||
@@ -58,3 +58,7 @@ "files": [ | ||
"exports": { | ||
"./": "./", | ||
"./matchers": { | ||
"esnext": "./matchers.esnext", | ||
"import": "./matchers.mjs", | ||
"require": "./matchers.js" | ||
}, | ||
".": { | ||
@@ -65,9 +69,5 @@ "esnext": "./index.esnext", | ||
}, | ||
"./matchers": { | ||
"esnext": "./matchers.esnext", | ||
"import": "./matchers.mjs", | ||
"require": "./matchers.js" | ||
} | ||
"./*": "./" | ||
}, | ||
"gitHead": "cb73949bad1988bd4a36fe4fa5daaa3fd0fd4752" | ||
"gitHead": "82524f19df95eab93f7dcd0a8535bc45562d85c8" | ||
} |
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
68411