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

This commit is contained in:
Julien Fontanet
2023-05-11 14:09:23 +02:00
parent 7c71884e27
commit e7e6294bc3
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.3"
"xo-vmdk-to-vhd": "^2.5.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -5,6 +5,7 @@
### Released packages
- @vates/task 0.1.2
- xo-vmdk-to-vhd 2.5.4
## **5.82.0** (2023-04-28)

View File

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

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.3"
"xo-vmdk-to-vhd": "^2.5.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-vmdk-to-vhd",
"version": "2.5.3",
"version": "2.5.4",
"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.3"
"xo-vmdk-to-vhd": "^2.5.4"
},
"scripts": {
"build": "GIT_HEAD=$(git rev-parse HEAD) NODE_ENV=production gulp build",