File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 26
26
"dependencies" : {
27
27
"@babel/runtime" : " 7.10.1" ,
28
28
"bluebird" : " 2.9.25" ,
29
- "forest-express" : " 7.3.0 " ,
29
+ "forest-express" : " 7.3.1 " ,
30
30
"http-errors" : " 1.7.2" ,
31
31
"lodash" : " 4.17.13" ,
32
32
"moment" : " 2.24.0" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ exports.RecordGetter = Interface.RecordGetter;
20
20
exports . RecordUpdater = Interface . RecordUpdater ;
21
21
exports . RecordCreator = Interface . RecordCreator ;
22
22
exports . RecordRemover = Interface . RecordRemover ;
23
+ exports . RecordsRemover = Interface . RecordsRemover ;
23
24
exports . RecordSerializer = Interface . RecordSerializer ;
24
25
25
26
exports . PUBLIC_ROUTES = Interface . PUBLIC_ROUTES ;
Original file line number Diff line number Diff line change @@ -4453,10 +4453,10 @@ for-in@^1.0.2:
4453
4453
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
4454
4454
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
4455
4455
4456
-
4457
- version "7.3.0 "
4458
- resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.3.0 .tgz#25f3eec23042ee28c233f16cd3b23ece97d9b3f3 "
4459
- integrity sha512-0EfWB+QA/yt5lkZcdzxf1fmszckmM7D1N+Bwo+D0k1BsIXkee6JN11He0W7rJ++4NijK8WZ5bYFXIQD/rXwFlw ==
4456
+
4457
+ version "7.3.1 "
4458
+ resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.3.1 .tgz#f1e992b2b654cf2684f999cd09923aefcf3d71ad "
4459
+ integrity sha512-AKmpf7FI15Y49T8ikI8EA26RaK4QIlX6dwN46PK6ynEesGoZRXAoIeV3ECp4kdhaDhXnhlVznqy2h4ge/5S93g ==
4460
4460
dependencies :
4461
4461
" @babel/runtime" " 7.10.1"
4462
4462
base32-encode "1.1.1"
You can’t perform that action at this time.
0 commit comments