feat(xen-api): 0.27.0

This commit is contained in:
badrAZ
2019-07-11 15:52:48 +02:00
committed by Pierre Donias
parent 5efac84b8b
commit 23e16732fd
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
},
"dependencies": {
"golike-defer": "^0.4.1",
"xen-api": "^0.26.0"
"xen-api": "^0.27.0"
},
"scripts": {
"postversion": "npm publish"

View File

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

View File

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

View File

@@ -123,7 +123,7 @@
"value-matcher": "^0.2.0",
"vhd-lib": "^0.7.0",
"ws": "^6.0.0",
"xen-api": "^0.26.0",
"xen-api": "^0.27.0",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1",