File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## master
2
2
3
+ ## 1.0.5 (July 22, 2016)
4
+ - Added typeStorage. If you create resolver in second time, it should reuse existed internal types
5
+
3
6
## 1.0.4 (July 20, 2016)
4
7
* expose ` fieldsConverter ` methods
5
8
* fix filterHelper: if ` filter ` InputType without fields, then do not add it to args
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-compose-mongoose" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " Plugin for `graphql-compose` which derive a graphql type from a mongoose model." ,
5
5
"files" : [
6
6
" es" ,
62
62
"build-es" : " rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es" ,
63
63
"build-flow" : " find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\\/ src\\\/ /\\\/ lib\\\/ /g'`.flow; done" ,
64
64
"lint" : " eslint src test *.js" ,
65
- "prepublish" : " npm run build" ,
65
+ "prepublish" : " npm run test && npm run build" ,
66
66
"test" : " babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js" ,
67
67
"watch" : " babel-node ./resources/watch.js"
68
68
}
You can’t perform that action at this time.
0 commit comments