@live-change/backup-service 0.8.118 → 0.8.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -4
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -146,10 +146,6 @@ expressApp.post('/restore/:fileName', async (req, res) => {
146
146
  return 'ok'
147
147
  })
148
148
 
149
- process.on('unhandledRejection', (reason, p) => {
150
- console.log('Unhandled Rejection at: Promise', p, 'reason:', reason)
151
- })
152
-
153
149
  definition.beforeStart(() => {
154
150
 
155
151
  expressApp.listen(backupServerPort, () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/backup-service",
3
- "version": "0.8.118",
3
+ "version": "0.8.119",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,14 +9,14 @@
9
9
  "author": "Michał Łaszczewski <michal@emikse.com>",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@live-change/db-client": "^0.8.118",
13
- "@live-change/framework": "^0.8.118",
12
+ "@live-change/db-client": "^0.8.119",
13
+ "@live-change/framework": "^0.8.119",
14
14
  "express": "^4.18.2",
15
15
  "express-basic-auth": "^1.2.1",
16
16
  "fs-extra": "^11.1.1",
17
17
  "p-queue": "^8.0.1",
18
18
  "progress-stream": "^2.0.0"
19
19
  },
20
- "gitHead": "cfccde9b1d340cbb23df96a2f0fba72da0a6e3ab",
20
+ "gitHead": "1f0bb577d5bfe8b8d355775d7adbd73c789cd1d5",
21
21
  "type": "module"
22
22
  }