feat(@xen-orchestra/fs): 0.16.0

This commit is contained in:
Julien Fontanet 2021-04-30 22:22:19 +02:00
parent a0ea12cf6c
commit 6da2865781
9 changed files with 8 additions and 9 deletions

View File

@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.10.0", "@xen-orchestra/backups": "^0.10.0",
"@xen-orchestra/fs": "^0.15.0", "@xen-orchestra/fs": "^0.16.0",
"filenamify": "^4.1.0", "filenamify": "^4.1.0",
"getopts": "^2.2.5", "getopts": "^2.2.5",
"lodash": "^4.17.15", "lodash": "^4.17.15",

View File

@ -20,7 +20,7 @@
"@vates/disposable": "^0.1.1", "@vates/disposable": "^0.1.1",
"@vates/parse-duration": "^0.1.0", "@vates/parse-duration": "^0.1.0",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^0.15.0", "@xen-orchestra/fs": "^0.16.0",
"@xen-orchestra/log": "^0.2.0", "@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/template": "^0.1.0", "@xen-orchestra/template": "^0.1.0",
"compare-versions": "^3.6.0", "compare-versions": "^3.6.0",

View File

@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "@xen-orchestra/fs", "name": "@xen-orchestra/fs",
"version": "0.15.0", "version": "0.16.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "The File System for Xen Orchestra backups.", "description": "The File System for Xen Orchestra backups.",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs",

View File

@ -33,7 +33,7 @@
"@vates/disposable": "^0.1.1", "@vates/disposable": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.10.0", "@xen-orchestra/backups": "^0.10.0",
"@xen-orchestra/fs": "^0.15.0", "@xen-orchestra/fs": "^0.16.0",
"@xen-orchestra/log": "^0.2.0", "@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/mixin": "^0.1.0", "@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.1.0", "@xen-orchestra/mixins": "^0.1.0",

View File

@ -30,7 +30,7 @@
- xo-server-perf-alert 0.3.1 - xo-server-perf-alert 0.3.1
- xo-remote-parser 0.7.0 - xo-remote-parser 0.7.0
- @xen-orchestra/fs 0.15.0 - @xen-orchestra/fs 0.16.0
- @xen-orchestra/xapi 0.6.2 - @xen-orchestra/xapi 0.6.2
- @xen-orchestra/backups 0.10.0 - @xen-orchestra/backups 0.10.0
- @xen-orchestra/backups-cli 0.5.1 - @xen-orchestra/backups-cli 0.5.1

View File

@ -30,6 +30,5 @@
> >
> In case of conflict, the highest (lowest in previous list) `$version` wins. > In case of conflict, the highest (lowest in previous list) `$version` wins.
- @xen-orchestra/fs minor
- @xen-orchestra/backups patch - @xen-orchestra/backups patch
- xo-server patch - xo-server patch

View File

@ -24,7 +24,7 @@
"node": ">=8.10" "node": ">=8.10"
}, },
"dependencies": { "dependencies": {
"@xen-orchestra/fs": "^0.15.0", "@xen-orchestra/fs": "^0.16.0",
"cli-progress": "^3.1.0", "cli-progress": "^3.1.0",
"exec-promise": "^0.7.0", "exec-promise": "^0.7.0",
"getopts": "^2.2.3", "getopts": "^2.2.3",

View File

@ -31,7 +31,7 @@
"@babel/cli": "^7.0.0", "@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0", "@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0", "@babel/preset-env": "^7.0.0",
"@xen-orchestra/fs": "^0.15.0", "@xen-orchestra/fs": "^0.16.0",
"babel-plugin-lodash": "^3.3.2", "babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"execa": "^5.0.0", "execa": "^5.0.0",

View File

@ -37,7 +37,7 @@
"@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0", "@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/emit-async": "^0.0.0", "@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.15.0", "@xen-orchestra/fs": "^0.16.0",
"@xen-orchestra/log": "^0.2.0", "@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/mixin": "^0.1.0", "@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.1.0", "@xen-orchestra/mixins": "^0.1.0",