feat(xo-common): 0.2.0

This commit is contained in:
Pierre Donias
2018-11-16 17:41:08 +01:00
parent c01e8e892e
commit 273f208722
4 changed files with 4 additions and 4 deletions

View File

@@ -23,6 +23,6 @@
"node": ">=6"
},
"dependencies": {
"xo-common": "^0.1.2"
"xo-common": "^0.2.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "xo-common",
"version": "0.1.2",
"version": "0.2.0",
"license": "AGPL-3.0",
"description": "Code shared between [XO](https://xen-orchestra.com) server and clients",
"keywords": [],

View File

@@ -119,7 +119,7 @@
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.3.0",
"xo-collection": "^0.4.1",
"xo-common": "^0.1.2",
"xo-common": "^0.2.0",
"xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^0.1.5",
"yazl": "^2.4.3"

View File

@@ -136,7 +136,7 @@
"whatwg-fetch": "^3.0.0",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.3.0",
"xo-common": "^0.1.2",
"xo-common": "^0.2.0",
"xo-lib": "^0.8.0",
"xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^0.1.5"