Skip to content

Commit

Permalink
fix(event-source): gracefully close the app on exit by removing serve…
Browse files Browse the repository at this point in the history
…r events subscription (#1087)
  • Loading branch information
Thenkei authored Jul 7, 2023
1 parent 3d19b0e commit ea6270f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.15.4",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "10.2.1",
"forest-express": "10.2.5",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.29.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4689,10 +4689,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==

[email protected].1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.1.tgz#d302994fbde8c6c815d89527220d03ab7d4927db"
integrity sha512-QTakiPkwsW27p3Fj0lzbDnvAtmnmXokmckBT9TXcVjMz0hEbLJv5qgR3diiXm6sZh+Vd3JIe62g/UvdNVMS+Qw==
[email protected].5:
version "10.2.5"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.5.tgz#3152864ab8656c985386ae11e6964f849aed8867"
integrity sha512-DceFkMG6AVdUN24dt3CFY0k5tw33L0a8TUhe3MUwSzt5T1eYB48ZR7oZ6nlIm/9kEORAIkTafxHRcdx2xUbk6A==
dependencies:
"@babel/runtime" "7.19.0"
"@forestadmin/context" "1.31.0"
Expand Down

0 comments on commit ea6270f

Please sign in to comment.