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

This commit is contained in:
Julien Fontanet 2020-03-31 17:33:28 +02:00
parent 23abe2ba06
commit 07d13002b0
5 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@
"strip-indent": "^2.0.0",
"xdg-basedir": "^3.0.0",
"xo-lib": "^0.9.0",
"xo-vmdk-to-vhd": "^1.0.0"
"xo-vmdk-to-vhd": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@ -30,7 +30,7 @@
### Released packages
- xo-vmdk-to-vhd 1.0.0
- xo-vmdk-to-vhd 1.0.1
- @xen-orchestra/upload-ova 0.1.1
- @xen-orchestra/audit-core 0.1.1
- xo-server-audit 0.2.0

View File

@ -133,7 +133,7 @@
"xo-collection": "^0.4.1",
"xo-common": "^0.4.0",
"xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^1.0.0",
"xo-vmdk-to-vhd": "^1.0.1",
"yazl": "^2.4.3"
},
"devDependencies": {

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-vmdk-to-vhd",
"version": "1.0.0",
"version": "1.0.1",
"license": "AGPL-3.0",
"description": "JS lib streaming a vmdk file to a vhd",
"keywords": [

View File

@ -145,7 +145,7 @@
"xo-common": "^0.4.0",
"xo-lib": "^0.8.0",
"xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^1.0.0"
"xo-vmdk-to-vhd": "^1.0.1"
},
"scripts": {
"build": "NODE_ENV=production gulp build",