feat(vhd-lib): v0.6.0

This commit is contained in:
badrAZ
2019-03-29 14:11:09 +01:00
parent 3d64b42a89
commit 60aa18a229
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
"exec-promise": "^0.7.0",
"getopts": "^2.2.3",
"struct-fu": "^1.2.0",
"vhd-lib": "^0.5.1"
"vhd-lib": "^0.6.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "vhd-lib",
"version": "0.5.1",
"version": "0.6.0",
"license": "AGPL-3.0",
"description": "Primitives for VHD file handling",
"keywords": [],

View File

@@ -120,7 +120,7 @@
"tmp": "^0.0.33",
"uuid": "^3.0.1",
"value-matcher": "^0.2.0",
"vhd-lib": "^0.5.1",
"vhd-lib": "^0.6.0",
"ws": "^6.0.0",
"xen-api": "^0.24.6",
"xml2js": "^0.4.19",

View File

@@ -29,7 +29,7 @@
"pipette": "^0.9.3",
"promise-toolbox": "^0.12.1",
"tmp": "^0.0.33",
"vhd-lib": "^0.5.1"
"vhd-lib": "^0.6.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",