Compare commits

..

6 Commits

Author SHA1 Message Date
Pierre Donias
296e30a40f feat(xo-web): 5.22.0 2018-07-12 15:25:44 +02:00
Pierre Donias
03f6e33fd2 feat(xo-server): 5.22.0 2018-07-12 15:24:28 +02:00
Pierre Donias
dde4410a1b feat(vhd-cli): 0.1.0 2018-07-12 15:22:07 +02:00
Pierre Donias
191af334e7 feat(vhd-lib): 0.3.0 2018-07-12 15:20:18 +02:00
Pierre Donias
69d5abc840 feat(fs): 0.2.0 2018-07-12 15:17:19 +02:00
Pierre Donias
0e4b0ce768 chore: use xo-remote-parser 0.4 2018-07-12 15:14:20 +02:00
6 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/fs",
"version": "0.1.0",
"version": "0.2.0",
"license": "AGPL-3.0",
"description": "The File System for Xen Orchestra backups.",
"keywords": [],
@@ -29,7 +29,7 @@
"promise-toolbox": "^0.9.5",
"through2": "^2.0.3",
"tmp": "^0.0.33",
"xo-remote-parser": "^0.3"
"xo-remote-parser": "^0.4.0"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.49",

View File

@@ -1,6 +1,6 @@
{
"name": "vhd-cli",
"version": "0.0.1",
"version": "0.1.0",
"license": "ISC",
"description": "",
"keywords": [],
@@ -26,11 +26,11 @@
"node": ">=6"
},
"dependencies": {
"@xen-orchestra/fs": "^0.1.0",
"@xen-orchestra/fs": "^0.2.0",
"cli-progress": "^2.0.0",
"exec-promise": "^0.7.0",
"struct-fu": "^1.2.0",
"vhd-lib": "^0.2.0"
"vhd-lib": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.49",

View File

@@ -1,6 +1,6 @@
{
"name": "vhd-lib",
"version": "0.2.0",
"version": "0.3.0",
"license": "AGPL-3.0",
"description": "Primitives for VHD file handling",
"keywords": [],
@@ -35,7 +35,7 @@
"@babel/plugin-transform-runtime": "^7.0.0-beta.49",
"@babel/preset-env": "7.0.0-beta.49",
"@babel/preset-flow": "7.0.0-beta.49",
"@xen-orchestra/fs": "^0.1.0",
"@xen-orchestra/fs": "^0.2.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^5.1.3",
"execa": "^0.10.0",

View File

@@ -1,6 +1,6 @@
{
"name": "xo-server",
"version": "5.21.0",
"version": "5.22.0",
"license": "AGPL-3.0",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -33,7 +33,7 @@
"dependencies": {
"@babel/polyfill": "7.0.0-beta.49",
"@xen-orchestra/cron": "^1.0.3",
"@xen-orchestra/fs": "^0.1.0",
"@xen-orchestra/fs": "^0.2.0",
"ajv": "^6.1.1",
"app-conf": "^0.5.0",
"archiver": "^2.1.0",
@@ -110,14 +110,14 @@
"tmp": "^0.0.33",
"uuid": "^3.0.1",
"value-matcher": "^0.2.0",
"vhd-lib": "^0.2.0",
"vhd-lib": "^0.3.0",
"ws": "^5.0.0",
"xen-api": "^0.16.11",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.2.4",
"xo-collection": "^0.4.1",
"xo-common": "^0.1.1",
"xo-remote-parser": "^0.3",
"xo-remote-parser": "^0.4.0",
"xo-vmdk-to-vhd": "^0.1.3",
"yazl": "^2.4.3"
},

View File

@@ -28,7 +28,7 @@
"pipette": "^0.9.3",
"promise-toolbox": "^0.9.5",
"tmp": "^0.0.33",
"vhd-lib": "^0.2.0"
"vhd-lib": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.49",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-web",
"version": "5.21.0",
"version": "5.22.0",
"license": "AGPL-3.0",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
@@ -137,7 +137,7 @@
"xo-acl-resolver": "^0.2.4",
"xo-common": "^0.1.1",
"xo-lib": "^0.8.0",
"xo-remote-parser": "^0.3",
"xo-remote-parser": "^0.4.0",
"xo-vmdk-to-vhd": "^0.1.3"
},
"scripts": {