@graphitation/apollo-mock-client
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -5,3 +5,38 @@ { | ||
{ | ||
"date": "Tue, 20 Apr 2021 17:30:22 GMT", | ||
"date": "Thu, 22 Apr 2021 22:36:21 GMT", | ||
"tag": "@graphitation/apollo-mock-client_v0.2.0", | ||
"version": "0.2.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Use queued resolver for existing operations", | ||
"author": "eloy.de.enige@gmail.com", | ||
"commit": "d7f9a7b9f47fce1146c063f1b3d73a7d6861f57e", | ||
"package": "@graphitation/apollo-mock-client" | ||
} | ||
], | ||
"none": [ | ||
{ | ||
"comment": "Bump monorepo-scripts to v1.0.0", | ||
"author": "eloy.de.enige@gmail.com", | ||
"commit": "d7f9a7b9f47fce1146c063f1b3d73a7d6861f57e", | ||
"package": "@graphitation/apollo-mock-client" | ||
}, | ||
{ | ||
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.1.1", | ||
"author": "eloy.de.enige@gmail.com", | ||
"commit": "d7f9a7b9f47fce1146c063f1b3d73a7d6861f57e", | ||
"package": "@graphitation/apollo-mock-client" | ||
}, | ||
{ | ||
"comment": "Bump @graphitation/graphql-js-tag to v0.1.1", | ||
"author": "eloy.de.enige@gmail.com", | ||
"commit": "d7f9a7b9f47fce1146c063f1b3d73a7d6861f57e", | ||
"package": "@graphitation/apollo-mock-client" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 20 Apr 2021 17:30:37 GMT", | ||
"tag": "@graphitation/apollo-mock-client_v0.1.1", | ||
@@ -8,0 +43,0 @@ "version": "0.1.1", |
# Change Log - @graphitation/apollo-mock-client | ||
This log was last generated on Tue, 20 Apr 2021 17:30:22 GMT and should not be manually modified. | ||
This log was last generated on Thu, 22 Apr 2021 22:36:21 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.2.0 | ||
Thu, 22 Apr 2021 22:36:21 GMT | ||
### Minor changes | ||
- Use queued resolver for existing operations (eloy.de.enige@gmail.com) | ||
## 0.1.1 | ||
Tue, 20 Apr 2021 17:30:22 GMT | ||
Tue, 20 Apr 2021 17:30:37 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
{ | ||
"name": "@graphitation/apollo-mock-client", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"main": "./lib/index.js", | ||
@@ -16,2 +16,3 @@ "scripts": { | ||
"@graphitation/graphql-js-operation-payload-generator": "^0.1.1", | ||
"@types/invariant": "^2.2.34", | ||
"@types/jest": "^26.0.22", | ||
@@ -25,5 +26,2 @@ "@types/react": "^17.0.3", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"peerDependencies": { | ||
@@ -35,6 +33,8 @@ "@apollo/client": "^3.3.0", | ||
"dependencies": { | ||
"@types/invariant": "^2.2.34", | ||
"invariant": "^2.2.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"types": "./lib/index.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
41123
4
975
11
- Removed@types/invariant@^2.2.34
- Removed@types/invariant@2.2.37(transitive)