@shopify/graphql-testing
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -1,1 +0,1 @@ | ||
export * from './dist/matchers'; | ||
export * from './dist/src/matchers'; |
@@ -1,1 +0,1 @@ | ||
module.exports = require('./dist/matchers'); | ||
module.exports = require('./dist/src/matchers'); |
{ | ||
"name": "@shopify/graphql-testing", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"license": "MIT", | ||
"description": "Utilities to create mock graphql factory.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --p tsconfig.build.json", | ||
"prepublishOnly": "yarn run build" | ||
"build": "tsc --p tsconfig.json" | ||
}, | ||
"sideEffects": false, | ||
"publishConfig": { | ||
@@ -34,3 +33,3 @@ "access": "public", | ||
"devDependencies": { | ||
"@shopify/useful-types": "^2.1.0", | ||
"@shopify/useful-types": "^2.1.1", | ||
"@types/graphql": "^14.0.0", | ||
@@ -37,0 +36,0 @@ "graphql-typed": "^0.4.0" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
580793
45
1