@graphitation/apollo-mock-client
Advanced tools
Comparing version 0.11.1 to 0.11.2
# Change Log - @graphitation/apollo-mock-client | ||
This log was last generated on Tue, 20 Jun 2023 12:24:01 GMT and should not be manually modified. | ||
This log was last generated on Thu, 21 Sep 2023 06:27:50 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.11.2 | ||
Thu, 21 Sep 2023 06:27:50 GMT | ||
### Patches | ||
- Add exports entry for types to package.json (sverre.johansen@gmail.com) | ||
- Bump @graphitation/graphql-js-tag to v0.9.1 | ||
- Bump @graphitation/graphql-js-operation-payload-generator to v0.12.3 | ||
## 0.11.1 | ||
Tue, 20 Jun 2023 12:24:01 GMT | ||
Tue, 20 Jun 2023 12:24:10 GMT | ||
@@ -11,0 +21,0 @@ ### Patches |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"repository": { | ||
@@ -22,4 +22,4 @@ "type": "git", | ||
"@apollo/client": ">= ^3.3.0 < 3.7.0", | ||
"@graphitation/graphql-js-tag": "^0.9.0", | ||
"@graphitation/graphql-js-operation-payload-generator": "^0.12.2", | ||
"@graphitation/graphql-js-tag": "^0.9.1", | ||
"@graphitation/graphql-js-operation-payload-generator": "^0.12.3", | ||
"@types/invariant": "^2.2.34", | ||
@@ -49,5 +49,6 @@ "@types/jest": "^26.0.22", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.js" | ||
"require": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
62304