File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.5.0
4+
5+ - ** Deps** : update packages
6+
37## v0.4.0
48
59- ** Feat** : enable unit testing with ` ts-node `
Original file line number Diff line number Diff line change 11{
22 "name" : " loopback-component-filter" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " Loopback component models filter" ,
55 "keywords" : [
66 " loopback-extension" ,
3333 " dist"
3434 ],
3535 "dependencies" : {
36- "@loopback/boot" : " ^2.3.1 " ,
37- "@loopback/context" : " ^3.8.1 " ,
38- "@loopback/core" : " ^2.7 .0" ,
39- "@loopback/repository" : " ^2.5.1 " ,
40- "tslib" : " ^1.10 .0"
36+ "@loopback/boot" : " ^2.3.3 " ,
37+ "@loopback/context" : " ^3.9.0 " ,
38+ "@loopback/core" : " ^2.8 .0" ,
39+ "@loopback/repository" : " ^2.7.0 " ,
40+ "tslib" : " ^2.0 .0"
4141 },
4242 "devDependencies" : {
43- "@loopback/build" : " ^5.4.1 " ,
44- "@loopback/testlab" : " ^3.1.5 " ,
45- "@types/node" : " ^10.17.24 " ,
43+ "@loopback/build" : " ^5.4.3 " ,
44+ "@loopback/testlab" : " ^3.1.7 " ,
45+ "@types/node" : " ^10.17.26 " ,
4646 "nodemon" : " ^2.0.4" ,
47- "ts-node" : " ^8.10.1 " ,
48- "typescript" : " ~3.9.3 "
47+ "ts-node" : " ^8.10.2 " ,
48+ "typescript" : " ~3.9.5 "
4949 }
5050}
Original file line number Diff line number Diff line change 11export * from "./types" ;
2-
32export * from "./repositories" ;
You can’t perform that action at this time.
0 commit comments