feat(xen-api): 0.29.0

This commit is contained in:
Julien Fontanet 2020-07-01 17:11:19 +02:00
parent ae89e14ea2
commit 1dffab0bb8
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.4.1",
"xen-api": "^0.28.5"
"xen-api": "^0.29.0"
},
"scripts": {
"postversion": "npm publish"

View File

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

View File

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

View File

@ -133,7 +133,7 @@
"vhd-lib": "^0.7.2",
"ws": "^7.1.2",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.28.5",
"xen-api": "^0.29.0",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1",