@xen-orchestra/backups 0.18.0 → 0.18.1

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/RemoteAdapter.js +1 -1
  2. package/package.json +1 -1
package/RemoteAdapter.js CHANGED
@@ -68,7 +68,7 @@ const debounceResourceFactory = factory =>
68
68
  }
69
69
 
70
70
  class RemoteAdapter {
71
- constructor(handler, { debounceResource = res => res, dirMode, vhdDirectoryCompression = 'brotli' } = {}) {
71
+ constructor(handler, { debounceResource = res => res, dirMode, vhdDirectoryCompression } = {}) {
72
72
  this._debounceResource = debounceResource
73
73
  this._dirMode = dirMode
74
74
  this._handler = handler
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "type": "git",
9
9
  "url": "https://github.com/vatesfr/xen-orchestra.git"
10
10
  },
11
- "version": "0.18.0",
11
+ "version": "0.18.1",
12
12
  "engines": {
13
13
  "node": ">=14.6"
14
14
  },