feat(xen-api): 0.32.0
This commit is contained in:
parent
4ef55b8d1f
commit
d1dfd93e15
@ -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"
|
||||
|
@ -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": {
|
||||
|
@ -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/",
|
||||
|
@ -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" />
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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": [
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user