v0.12.0-beta.14
This commit is contained in:
parent
bac64560e7
commit
29f558b3a2
|
@ -2,6 +2,11 @@
|
|||
|
||||
### 0.12.0 (next)
|
||||
|
||||
#### beta.14
|
||||
|
||||
- feat(plugins): onInstall hook (#236)
|
||||
- feat(deps): add support for TypeScript 3.6 (#255)
|
||||
|
||||
#### beta.13
|
||||
|
||||
- fix(typegen): explicitly await removeFile before write (#254)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nexus",
|
||||
"version": "0.12.0-beta.13",
|
||||
"version": "0.12.0-beta.14",
|
||||
"main": "dist",
|
||||
"types": "dist/index.d.ts",
|
||||
"license": "MIT",
|
||||
|
@ -46,6 +46,7 @@
|
|||
"@types/jest": "^23.3.7",
|
||||
"@types/node": "^10.12.2",
|
||||
"@types/prettier": "^1.15.2",
|
||||
"codecov": "^3.6.1",
|
||||
"graphql": "^14.0.2",
|
||||
"graphql-iso-date": "^3.6.1",
|
||||
"husky": "^1.1.2",
|
||||
|
@ -57,8 +58,7 @@
|
|||
"ts-node": "^7.0.1",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-prettier": "^1.15.0",
|
||||
"typescript": "^3.5.3",
|
||||
"codecov": "^3.6.1"
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
|
||||
|
|
Loading…
Reference in New Issue