feat(xen-api): 0.28.0

This commit is contained in:
Julien Fontanet
2020-02-10 15:40:39 +01:00
parent 93aca81265
commit b57d4fdbec
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
}, },
"dependencies": { "dependencies": {
"golike-defer": "^0.4.1", "golike-defer": "^0.4.1",
"xen-api": "^0.27.3" "xen-api": "^0.28.0"
}, },
"scripts": { "scripts": {
"postversion": "npm publish" "postversion": "npm publish"

View File

@@ -42,7 +42,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.27.3" "xen-api": "^0.28.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.5", "@babel/cli": "^7.1.5",

View File

@@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "xen-api", "name": "xen-api",
"version": "0.27.3", "version": "0.28.0",
"license": "ISC", "license": "ISC",
"description": "Connector to the Xen API", "description": "Connector to the Xen API",
"keywords": [ "keywords": [

View File

@@ -128,7 +128,7 @@
"value-matcher": "^0.2.0", "value-matcher": "^0.2.0",
"vhd-lib": "^0.7.2", "vhd-lib": "^0.7.2",
"ws": "^7.1.2", "ws": "^7.1.2",
"xen-api": "^0.27.3", "xen-api": "^0.28.0",
"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",