feat(vhd-lib): 2.1.0

This commit is contained in:
Julien Fontanet
2021-12-21 17:20:36 +01:00
parent 727de19b89
commit 75bfc283af
8 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
"proper-lockfile": "^4.1.2",
"pump": "^3.0.0",
"uuid": "^8.3.2",
"vhd-lib": "^2.0.4",
"vhd-lib": "^2.1.0",
"yazl": "^2.5.1"
},
"peerDependencies": {

View File

@@ -17,6 +17,7 @@
### Released packages
- @xen-orchestra/xapi 0.8.5
- vhd-lib 2.1.0
- @xen-orchestra/proxy 0.16.0
- xo-web 5.91.0

View File

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

View File

@@ -29,7 +29,7 @@
"exec-promise": "^0.7.0",
"getopts": "^2.2.3",
"human-format": "^0.11.0",
"vhd-lib": "^2.0.4"
"vhd-lib": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "vhd-lib",
"version": "2.0.4",
"version": "2.1.0",
"license": "AGPL-3.0-or-later",
"description": "Primitives for VHD file handling",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib",

View File

@@ -8,6 +8,6 @@
"promise-toolbox": "^0.19.2",
"readable-stream": "^3.1.1",
"throttle": "^1.0.3",
"vhd-lib": "^2.0.4"
"vhd-lib": "^2.1.0"
}
}

View File

@@ -123,7 +123,7 @@
"unzipper": "^0.10.5",
"uuid": "^8.3.1",
"value-matcher": "^0.2.0",
"vhd-lib": "^2.0.4",
"vhd-lib": "^2.1.0",
"ws": "^8.2.3",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.35.1",

View File

@@ -25,7 +25,7 @@
"lodash": "^4.17.15",
"pako": "^2.0.4",
"promise-toolbox": "^0.20.0",
"vhd-lib": "^2.0.4",
"vhd-lib": "^2.1.0",
"xml2js": "^0.4.23"
},
"devDependencies": {