feat(vhd-lib): 0.9.0-0

This commit is contained in:
Julien Fontanet
2020-11-03 17:27:25 +01:00
parent b34b02e4b0
commit c0470140f1
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
"lodash": "^4.17.15",
"promise-toolbox": "^0.15.0",
"proper-lockfile": "^4.1.1",
"vhd-lib": "^0.8.0"
"vhd-lib": "^0.9.0-0"
},
"engines": {
"node": ">=7.10.1"

View File

@@ -33,7 +33,7 @@
"exec-promise": "^0.7.0",
"getopts": "^2.2.3",
"struct-fu": "^1.2.0",
"vhd-lib": "^0.8.0"
"vhd-lib": "^0.9.0-0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "vhd-lib",
"version": "0.8.0",
"version": "0.9.0-0",
"license": "AGPL-3.0-or-later",
"description": "Primitives for VHD file handling",
"keywords": [],

View File

@@ -8,6 +8,6 @@
"promise-toolbox": "^0.13.0",
"readable-stream": "^3.1.1",
"throttle": "^1.0.3",
"vhd-lib": "^0.8.0"
"vhd-lib": "^0.9.0-0"
}
}

View File

@@ -130,7 +130,7 @@
"unzipper": "^0.10.5",
"uuid": "^3.0.1",
"value-matcher": "^0.2.0",
"vhd-lib": "^0.8.0",
"vhd-lib": "^0.9.0-0",
"ws": "^7.1.2",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.29.0",

View File

@@ -30,7 +30,7 @@
"lodash": "^4.17.15",
"pako": "^1.0.11",
"promise-toolbox": "^0.15.0",
"vhd-lib": "^0.8.0",
"vhd-lib": "^0.9.0-0",
"xml2js": "^0.4.23"
},
"devDependencies": {