@shopify/graphql-testing
Advanced tools
Comparing version 4.1.2 to 4.2.0-sknext-beta.9
@@ -10,2 +10,8 @@ # Changelog | ||
## [4.2.0] - 2020-06-24 | ||
### Changed | ||
- Add subsequential request mocking support ([#1534](https://github.com/Shopify/quilt/pull/1534)) | ||
## [4.1.0] - 2020-04-20 | ||
@@ -12,0 +18,0 @@ |
@@ -1,1 +0,1 @@ | ||
export * from './dist/src/matchers'; | ||
export * from "./build/ts/matchers/index"; |
@@ -1,1 +0,1 @@ | ||
module.exports = require('./dist/src/matchers'); | ||
module.exports = require("./build/node/matchers/index"); |
{ | ||
"name": "@shopify/graphql-testing", | ||
"version": "4.1.2", | ||
"version": "4.2.0-sknext-beta.9", | ||
"license": "MIT", | ||
"description": "Utilities to create mock GraphQL factories", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -31,14 +31,35 @@ "build": "tsc --p tsconfig.json" | ||
"graphql": "^14.0.0", | ||
"jest-matcher-utils": "^25.3.0" | ||
"jest-matcher-utils": "^26.0.0" | ||
}, | ||
"devDependencies": { | ||
"@shopify/useful-types": "^2.2.0", | ||
"@shopify/useful-types": "^2.2.0-sknext-beta.9", | ||
"graphql-typed": "^0.5.0" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"build/*", | ||
"!tsconfig.tsbuildinfo", | ||
"matchers.d.ts", | ||
"matchers.js" | ||
] | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts", | ||
"matchers.js", | ||
"matchers.mjs", | ||
"matchers.esnext", | ||
"matchers.d.ts" | ||
], | ||
"module": "index.mjs", | ||
"esnext": "index.esnext", | ||
"exports": { | ||
"./": "./", | ||
"./index": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
}, | ||
"./matchers": { | ||
"import": "./matchers.mjs", | ||
"require": "./matchers.js", | ||
"esnext": "./matchers.esnext" | ||
} | ||
} | ||
} |
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
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
161420
109
2568
1
1
+ Added@jest/types@26.6.2(transitive)
+ Added@types/istanbul-reports@3.0.4(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addeddiff-sequences@26.6.2(transitive)
+ Addedjest-diff@26.6.2(transitive)
+ Addedjest-get-type@26.3.0(transitive)
+ Addedjest-matcher-utils@26.6.2(transitive)
+ Addedpretty-format@26.6.2(transitive)
+ Addedreact-is@17.0.2(transitive)
- Removed@jest/types@25.5.0(transitive)
- Removed@types/istanbul-reports@1.1.2(transitive)
- Removedchalk@3.0.0(transitive)
- Removeddiff-sequences@25.2.6(transitive)
- Removedjest-diff@25.5.0(transitive)
- Removedjest-get-type@25.2.6(transitive)
- Removedjest-matcher-utils@25.5.0(transitive)
- Removedpretty-format@25.5.0(transitive)
- Removedreact-is@16.13.1(transitive)
Updatedjest-matcher-utils@^26.0.0