feat(xen-api): v0.25.1

This commit is contained in:
Julien Fontanet 2019-04-04 14:01:59 +02:00
parent 2563be472b
commit 7cfa6a5da4
4 changed files with 4 additions and 4 deletions

View File

@ -16,6 +16,6 @@
}, },
"dependencies": { "dependencies": {
"golike-defer": "^0.4.1", "golike-defer": "^0.4.1",
"xen-api": "^0.25.0" "xen-api": "^0.25.1"
} }
} }

View File

@ -41,7 +41,7 @@
"human-format": "^0.10.0", "human-format": "^0.10.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"pw": "^0.0.4", "pw": "^0.0.4",
"xen-api": "^0.25.0" "xen-api": "^0.25.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.5", "@babel/cli": "^7.1.5",

View File

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

View File

@ -122,7 +122,7 @@
"value-matcher": "^0.2.0", "value-matcher": "^0.2.0",
"vhd-lib": "^0.6.0", "vhd-lib": "^0.6.0",
"ws": "^6.0.0", "ws": "^6.0.0",
"xen-api": "^0.25.0", "xen-api": "^0.25.1",
"xml2js": "^0.4.19", "xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1", "xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1", "xo-collection": "^0.4.1",