feat(vhd-lib): 3.3.2

This commit is contained in:
Julien Fontanet
2022-07-11 10:30:16 +02:00
parent 3d1b87d9dc
commit dc8ca7a8ee
9 changed files with 8 additions and 8 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.1",
"vhd-lib": "^3.3.2",
"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.1",
"vhd-lib": "^3.3.2",
"xo-common": "^0.8.0"
},
"private": false,

View File

@@ -5,6 +5,7 @@
### Released packages
- @xen-orchestra/backups 0.27.0
- vhd-lib 3.3.2
## **5.72.0** (2022-06-30)

View File

@@ -35,7 +35,6 @@
<!--packages-start-->
- @vates/async-each major
- vhd-lib patch
- xo-server-audit 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.1"
"vhd-lib": "^3.3.2"
},
"scripts": {
"postversion": "npm publish"

View File

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

View File

@@ -126,7 +126,7 @@
"unzipper": "^0.10.5",
"uuid": "^8.3.1",
"value-matcher": "^0.2.0",
"vhd-lib": "^3.3.1",
"vhd-lib": "^3.3.2",
"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.1",
"vhd-lib": "^3.3.2",
"xml2js": "^0.4.23"
},
"devDependencies": {