feat(@xen-orchestra/backups): 0.14.0

This commit is contained in:
Julien Fontanet 2021-10-14 09:45:20 +02:00
parent c965a89509
commit c198bbb6fa
6 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.13.0",
"@xen-orchestra/backups": "^0.14.0",
"@xen-orchestra/fs": "^0.18.0",
"filenamify": "^4.1.0",
"getopts": "^2.2.5",

View File

@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "0.13.0",
"version": "0.14.0",
"engines": {
"node": ">=14.6"
},

View File

@ -31,7 +31,7 @@
"@vates/decorate-with": "^0.1.0",
"@vates/disposable": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.13.0",
"@xen-orchestra/backups": "^0.14.0",
"@xen-orchestra/fs": "^0.18.0",
"@xen-orchestra/log": "^0.3.0",
"@xen-orchestra/mixin": "^0.1.0",

View File

@ -11,6 +11,7 @@
### Released packages
- xo-server-netbox 0.3.2
- @xen-orchestra/backups 0.14.0
## **5.63.0** (2021-09-30)

View File

@ -30,7 +30,6 @@
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- @xen-orchestra/backups minor
- @xen-orchestra/proxy minor
- xo-server patch
- xo-web minor

View File

@ -35,7 +35,7 @@
"@vates/parse-duration": "^0.1.1",
"@vates/read-chunk": "^0.1.2",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.13.0",
"@xen-orchestra/backups": "^0.14.0",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/emit-async": "^0.1.0",