Compare commits

..

6 Commits

Author SHA1 Message Date
Pierre Donias
7cbc5e642f feat(xo-web): 5.29.0 2018-10-31 15:59:53 +01:00
Pierre Donias
48d4abc259 feat(xo-server): 5.29.0 2018-10-31 15:58:52 +01:00
Pierre Donias
c805f3b1a7 feat(xo-server-usage-report): 0.7.0 2018-10-31 15:55:26 +01:00
Pierre Donias
40212582a9 feat(xen-api): 0.20.0 2018-10-31 15:53:40 +01:00
Pierre Donias
2c875928de feat(vhd-lib): 0.4.0 2018-10-31 15:51:49 +01:00
Pierre Donias
c24eb9778e feat(complex-matcher): 0.5.0 2018-10-31 15:48:31 +01:00
9 changed files with 12 additions and 12 deletions

View File

@@ -15,6 +15,6 @@
},
"dependencies": {
"golike-defer": "^0.4.1",
"xen-api": "^0.19.0"
"xen-api": "^0.20.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "complex-matcher",
"version": "0.4.0",
"version": "0.5.0",
"license": "ISC",
"description": "",
"keywords": [],

View File

@@ -30,7 +30,7 @@
"cli-progress": "^2.0.0",
"exec-promise": "^0.7.0",
"struct-fu": "^1.2.0",
"vhd-lib": "^0.3.0"
"vhd-lib": "^0.4.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "xen-api",
"version": "0.19.0",
"version": "0.20.0",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [

View File

@@ -1,6 +1,6 @@
{
"name": "xo-server-usage-report",
"version": "0.6.0",
"version": "0.7.0",
"license": "AGPL-3.0",
"description": "",
"keywords": [

View File

@@ -1,6 +1,6 @@
{
"name": "xo-server",
"version": "5.28.0",
"version": "5.29.0",
"license": "AGPL-3.0",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -113,9 +113,9 @@
"tmp": "^0.0.33",
"uuid": "^3.0.1",
"value-matcher": "^0.2.0",
"vhd-lib": "^0.3.2",
"vhd-lib": "^0.4.0",
"ws": "^6.0.0",
"xen-api": "^0.19.0",
"xen-api": "^0.20.0",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.3.0",
"xo-collection": "^0.4.1",

View File

@@ -28,7 +28,7 @@
"pipette": "^0.9.3",
"promise-toolbox": "^0.10.1",
"tmp": "^0.0.33",
"vhd-lib": "^0.3.2"
"vhd-lib": "^0.4.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-web",
"version": "5.28.0",
"version": "5.29.0",
"license": "AGPL-3.0",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
@@ -57,7 +57,7 @@
"chartist-plugin-legend": "^0.6.1",
"chartist-plugin-tooltip": "0.0.11",
"classnames": "^2.2.3",
"complex-matcher": "^0.4.0",
"complex-matcher": "^0.5.0",
"cookies-js": "^1.2.2",
"copy-to-clipboard": "^3.0.8",
"d3": "^5.0.0",