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