feat(xo-remote-parser): 0.9.1

This commit is contained in:
Julien Fontanet 2022-06-30 15:45:29 +02:00
parent b415d4c34c
commit 95b76076a3
6 changed files with 5 additions and 6 deletions

View File

@ -42,7 +42,7 @@
"proper-lockfile": "^4.1.2",
"readable-stream": "^3.0.6",
"through2": "^4.0.2",
"xo-remote-parser": "^0.9.0"
"xo-remote-parser": "^0.9.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@ -26,7 +26,7 @@
- @vates/read-chunk 1.0.0
- @xen-orchestra/backups 0.26.0
- @xen-orchestra/backups-cli 0.7.4
- xo-remote-parser 0.9.0
- xo-remote-parser 0.9.1
- @xen-orchestra/fs 1.1.0
- @xen-orchestra/openflow 0.1.2
- @xen-orchestra/xapi 1.4.0

View File

@ -31,7 +31,6 @@
<!--packages-start-->
- xo-remote-parser patch
- xo-server minor
- xo-web minor

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-remote-parser",
"version": "0.9.0",
"version": "0.9.1",
"license": "AGPL-3.0-or-later",
"description": "Parse and format XO remote URLs",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-remote-parser",

View File

@ -133,7 +133,7 @@
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.5.0",
"xo-common": "^0.8.0",
"xo-remote-parser": "^0.9.0",
"xo-remote-parser": "^0.9.1",
"xo-vmdk-to-vhd": "^2.4.2"
},
"devDependencies": {

View File

@ -137,7 +137,7 @@
"xo-acl-resolver": "^0.4.1",
"xo-common": "^0.8.0",
"xo-lib": "^0.11.1",
"xo-remote-parser": "^0.9.0",
"xo-remote-parser": "^0.9.1",
"xo-vmdk-to-vhd": "^2.4.2"
},
"scripts": {