File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 4.4.1] ( https://github.com/JamieMason/syncpack/compare/4.3.1...4.4.1 ) (2019-04-29)
2+
3+ ### Features
4+
5+ - ** options:** add dependency filter regex
6+ ([ 9df5684] ( https://github.com/JamieMason/syncpack/commit/9df5684 ) )
7+
18## [ 4.3.1] ( https://github.com/JamieMason/syncpack/compare/4.0.1...4.3.1 ) (2019-02-03)
29
310### Features
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ npm test
3939 entry for chalk, which provides its own types definitions
4040- [ @types/fs-extra ] ( https://ghub.io/@types/fs-extra ) : TypeScript definitions for
4141 fs-extra
42- - [ @types/globby ] ( https://ghub.io/@types/globby ) : TypeScript definitions for
43- globby
42+ - [ @types/globby ] ( https://ghub.io/@types/globby ) : Stub TypeScript definitions
43+ entry for globby, which provides its own types definitions
4444- [ @types/jest ] ( https://ghub.io/@types/jest ) : TypeScript definitions for Jest
4545- [ @types/lodash ] ( https://ghub.io/@types/lodash ) : TypeScript definitions for
4646 Lo-Dash
Original file line number Diff line number Diff line change 11{
22 "name" : " syncpack" ,
33 "description" : " Manage multiple package.json files, such as in Lerna Monorepos" ,
4- "version" : " 4.3 .1" ,
4+ "version" : " 4.4 .1" ,
55 "author" : " Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)" ,
66 "bin" : {
77 "syncpack" : " dist/bin.js" ,
You can’t perform that action at this time.
0 commit comments