@xen-orchestra/backups 0.53.0 → 0.53.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.
@@ -290,7 +290,7 @@ export const AbstractXapi = class AbstractXapiVmBackupRunner extends Abstract {
290
290
  for (const vdiRef of vdiRefs) {
291
291
  try {
292
292
  // data_destroy will fail with a VDI_NO_CBT_METADATA error if CBT is not enabled on this VDI
293
- await this._xapi.call('VDI.data_destroy', vdiRef)
293
+ await this._xapi.VDI_dataDestroy(vdiRef)
294
294
  Task.info(`Snapshot data has been deleted`, { vdiRef })
295
295
  } catch (error) {
296
296
  Task.warning(`Couldn't deleted snapshot data`, { error, vdiRef })
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.53.0",
11
+ "version": "0.53.1",
12
12
  "engines": {
13
13
  "node": ">=14.18"
14
14
  },
@@ -59,7 +59,7 @@
59
59
  "tmp": "^0.2.1"
60
60
  },
61
61
  "peerDependencies": {
62
- "@xen-orchestra/xapi": "^7.3.0"
62
+ "@xen-orchestra/xapi": "^7.4.0"
63
63
  },
64
64
  "license": "AGPL-3.0-or-later",
65
65
  "author": {