File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# graphql-x
22
3+ ## 0.3.0
4+
5+ ### Minor Changes
6+
7+ - cc418d8: update build config
8+
39## 0.2.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @txe/graphql-x" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " GraphQL eXpansion" ,
55 "keywords" : [
66 " graphql" ,
2121 "main" : " dist/index.js" ,
2222 "files" : [
2323 " dist/" ,
24- " !**/*.spec.*" ,
25- " !**/*.js.map"
24+ " !dist/testing/" ,
25+ " !dist/types/" ,
26+ " !**/*.spec.*"
2627 ],
2728 "bin" : {
2829 "graphql-x" : " bin/graphql-x"
Original file line number Diff line number Diff line change 3030 "module" : " Node16" ,
3131 "outDir" : " dist" ,
3232 "rootDir" : " src" ,
33- "sourceMap" : true ,
3433
3534 /* AND if you're building for a library: */
3635 "declaration" : true
37-
38- /* AND if you're building for a library in a monorepo: */
39- // "declarationMap": true
4036 }
4137}
You can’t perform that action at this time.
0 commit comments