feat(xen-api): 0.32.0

This commit is contained in:
Julien Fontanet 2021-05-12 17:57:06 +02:00
parent 4ef55b8d1f
commit d1dfd93e15
8 changed files with 12 additions and 7 deletions

View File

@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.5.1",
"xen-api": "^0.31.1"
"xen-api": "^0.32.0"
},
"scripts": {
"postversion": "npm publish"

View File

@ -59,7 +59,7 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.31.1",
"xen-api": "^0.32.0",
"xo-common": "^0.7.0"
},
"devDependencies": {

View File

@ -25,7 +25,7 @@
"xo-common": "^0.7.0"
},
"peerDependencies": {
"xen-api": "^0.31.1"
"xen-api": "^0.32.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -1,5 +1,11 @@
# ChangeLog
## **next**
### Released packages
- xen-api 0.32
## **5.58.1** (2021-05-06)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@ -32,7 +32,6 @@
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xen-api feat
- xo-server-backup-reports patch
- xo-web minor
- xo-server patch

View File

@ -39,7 +39,7 @@
"human-format": "^0.11.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^0.31.1"
"xen-api": "^0.32.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",

View File

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

View File

@ -123,7 +123,7 @@
"vhd-lib": "^1.0.0",
"ws": "^7.1.2",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.31.1",
"xen-api": "^0.32.0",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1",
"xo-common": "^0.7.0",