feat(vhd-lib): 0.5.1
This commit is contained in:
parent
5fd9eea3f6
commit
8a2f012b79
@ -31,7 +31,7 @@
|
|||||||
"exec-promise": "^0.7.0",
|
"exec-promise": "^0.7.0",
|
||||||
"getopts": "^2.2.3",
|
"getopts": "^2.2.3",
|
||||||
"struct-fu": "^1.2.0",
|
"struct-fu": "^1.2.0",
|
||||||
"vhd-lib": "^0.5.0"
|
"vhd-lib": "^0.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.0.0",
|
"@babel/cli": "^7.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vhd-lib",
|
"name": "vhd-lib",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "Primitives for VHD file handling",
|
"description": "Primitives for VHD file handling",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
"tmp": "^0.0.33",
|
"tmp": "^0.0.33",
|
||||||
"uuid": "^3.0.1",
|
"uuid": "^3.0.1",
|
||||||
"value-matcher": "^0.2.0",
|
"value-matcher": "^0.2.0",
|
||||||
"vhd-lib": "^0.5.0",
|
"vhd-lib": "^0.5.1",
|
||||||
"ws": "^6.0.0",
|
"ws": "^6.0.0",
|
||||||
"xen-api": "^0.24.0",
|
"xen-api": "^0.24.0",
|
||||||
"xml2js": "^0.4.19",
|
"xml2js": "^0.4.19",
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"pipette": "^0.9.3",
|
"pipette": "^0.9.3",
|
||||||
"promise-toolbox": "^0.11.0",
|
"promise-toolbox": "^0.11.0",
|
||||||
"tmp": "^0.0.33",
|
"tmp": "^0.0.33",
|
||||||
"vhd-lib": "^0.5.0"
|
"vhd-lib": "^0.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.0.0",
|
"@babel/cli": "^7.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user