monorepo
                                
                                 monorepo copied to clipboard
                                
                                    monorepo copied to clipboard
                            
                            
                            
                        Client version 0.2.0 — Breaking changes summary
Proposed breaking changes:
- do not implicitly initialize client but rather make it explicit like:
const client = new CodechecksClient();
instead of
import { client } from "@codechecks/client";
This will result in multiple benefits like a possibility to provide defaults for a check, client can execute checks in parallel etc.
- 
rename directory disttolibin final package
- 
isForkshould be a boolean in execution ctx
- 
rename saveValue/getValuetosaveJSON/getJSON
- 
support scopesetting. Useful for monorepos with multiple codechecks files. All codechecks artifacts and titles would share somescope
- 
by default, it exit with non-zero exit code if any report failed as discussed (https://github.com/codechecks/monorepo/issues/22) 
rename directory dist to lib in final package
I hope you'll remove __tests__ folder from the package as well :)