feat(xo-vmdk-to-vhd): 2.5.5

This commit is contained in:
Julien Fontanet
2023-05-26 16:33:20 +02:00
parent 1a96c1bf0f
commit b8d923d3ba
6 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
"pw": "^0.0.4",
"xdg-basedir": "^4.0.0",
"xo-lib": "^0.11.1",
"xo-vmdk-to-vhd": "^2.5.4"
"xo-vmdk-to-vhd": "^2.5.5"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -11,6 +11,7 @@
- @xen-orchestra/backups-cli 1.0.7
- @xen-orchestra/mixins 0.10.1
- @xen-orchestra/proxy 0.26.24
- xo-vmdk-to-vhd 2.5.5
## **5.82.2** (2023-05-17)

View File

@@ -41,7 +41,6 @@
<!--packages-start-->
- xo-vmdk-to-vhd patch
- xo-cli minor
- xo-server minor
- xo-web minor

View File

@@ -136,7 +136,7 @@
"xo-collection": "^0.5.0",
"xo-common": "^0.8.0",
"xo-remote-parser": "^0.9.2",
"xo-vmdk-to-vhd": "^2.5.4"
"xo-vmdk-to-vhd": "^2.5.5"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-vmdk-to-vhd",
"version": "2.5.4",
"version": "2.5.5",
"license": "AGPL-3.0-or-later",
"description": "JS lib reading and writing .vmdk and .ova files",
"keywords": [

View File

@@ -137,7 +137,7 @@
"xo-common": "^0.8.0",
"xo-lib": "^0.11.1",
"xo-remote-parser": "^0.9.2",
"xo-vmdk-to-vhd": "^2.5.4"
"xo-vmdk-to-vhd": "^2.5.5"
},
"scripts": {
"build": "GIT_HEAD=$(git rev-parse HEAD) NODE_ENV=production gulp build",