@graphitation/apollo-react-relay-duct-tape
Advanced tools
Comparing version 1.0.10 to 1.0.11
# Change Log - @graphitation/apollo-react-relay-duct-tape | ||
This log was last generated on Wed, 16 Aug 2023 06:30:58 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 --> | ||
## 1.0.11 | ||
Thu, 21 Sep 2023 06:27:50 GMT | ||
### Patches | ||
- Add exports entry for types to package.json (sverre.johansen@gmail.com) | ||
- Bump @graphitation/apollo-mock-client to v0.11.2 | ||
- Bump @graphitation/graphql-js-operation-payload-generator to v0.12.3 | ||
- Bump @graphitation/graphql-js-tag to v0.9.1 | ||
- Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.2.4 | ||
## 1.0.10 | ||
Wed, 16 Aug 2023 06:30:58 GMT | ||
Wed, 16 Aug 2023 06:31:20 GMT | ||
@@ -11,0 +23,0 @@ ### Patches |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"repository": { | ||
@@ -25,5 +25,5 @@ "type": "git", | ||
"@apollo/client": ">= ^3.3.0 < 3.7.0", | ||
"@graphitation/apollo-mock-client": "^0.11.1", | ||
"@graphitation/graphql-js-operation-payload-generator": "^0.12.2", | ||
"@graphitation/graphql-js-tag": "^0.9.0", | ||
"@graphitation/apollo-mock-client": "^0.11.2", | ||
"@graphitation/graphql-js-operation-payload-generator": "^0.12.3", | ||
"@graphitation/graphql-js-tag": "^0.9.1", | ||
"@types/jest": "^26.0.22", | ||
@@ -35,3 +35,3 @@ "@types/lodash": "^4.14.176", | ||
"react": "^17.0.2", | ||
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.2.3", | ||
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.2.4", | ||
"ts-expect": "^1.3.0" | ||
@@ -56,5 +56,6 @@ }, | ||
"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
282358