feat(vhd-lib): 3.3.1

This commit is contained in:
Julien Fontanet 2022-06-30 15:44:21 +02:00
parent 2d82b6dd6e
commit b415d4c34c
9 changed files with 8 additions and 9 deletions

View File

@ -38,7 +38,7 @@
"promise-toolbox": "^0.21.0",
"proper-lockfile": "^4.1.2",
"uuid": "^8.3.2",
"vhd-lib": "^3.3.0",
"vhd-lib": "^3.3.1",
"yazl": "^2.5.1"
},
"devDependencies": {

View File

@ -29,7 +29,7 @@
"json-rpc-protocol": "^0.13.2",
"lodash": "^4.17.15",
"promise-toolbox": "^0.21.0",
"vhd-lib": "^3.3.0",
"vhd-lib": "^3.3.1",
"xo-common": "^0.8.0"
},
"private": false,

View File

@ -32,7 +32,7 @@
- @xen-orchestra/xapi 1.4.0
- @xen-orchestra/proxy 0.23.3
- @xen-orchestra/proxy-cli 0.3.1
- vhd-lib 3.3.0
- vhd-lib 3.3.1
- xo-vmdk-to-vhd 2.4.2
- xo-server 5.97.0
- xo-web 5.98.0

View File

@ -31,7 +31,6 @@
<!--packages-start-->
- vhd-lib patch
- xo-remote-parser patch
- xo-server minor
- xo-web minor

View File

@ -31,7 +31,7 @@
"lodash": "^4.17.21",
"promise-toolbox": "^0.21.0",
"uuid": "^8.3.2",
"vhd-lib": "^3.3.0"
"vhd-lib": "^3.3.1"
},
"scripts": {
"postversion": "npm publish"

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "vhd-lib",
"version": "3.3.0",
"version": "3.3.1",
"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": "^3.3.0"
"vhd-lib": "^3.3.1"
}
}

View File

@ -126,7 +126,7 @@
"unzipper": "^0.10.5",
"uuid": "^8.3.1",
"value-matcher": "^0.2.0",
"vhd-lib": "^3.3.0",
"vhd-lib": "^3.3.1",
"ws": "^8.2.3",
"xdg-basedir": "^5.1.0",
"xen-api": "^1.2.1",

View File

@ -26,7 +26,7 @@
"pako": "^2.0.4",
"promise-toolbox": "^0.21.0",
"tar-stream": "^2.2.0",
"vhd-lib": "^3.3.0",
"vhd-lib": "^3.3.1",
"xml2js": "^0.4.23"
},
"devDependencies": {