mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-11 14:40:37 -05:00
* feat(xo-remote-parser): 0.10.0 * feat(@xen-orchestra/fs): 4.6.0 * feat(vhd-lib): 4.13.0 * feat(xen-api): 4.7.2 * feat(@vates/task): 0.6.2 * feat(@vates/types): 1.5.0 * feat(@xen-orchestra/backups): 0.61.2 * feat(@xen-orchestra/backups-cli): 1.1.0 * feat(@xen-orchestra/web-core): 0.21.0 * feat(@xen-orchestra/rest-api): 0.9.0 * feat(@xen-orchestra/web): 0.19.0 * feat(vhd-cli): 0.9.4 * feat(xo-web): 5.177.0 * feat(xo-server): 5.179.0 * feat(xo-server-auth-oidc): 0.3.3 * feat(xo-server-backup-reports): 1.6.0 * feat(xo-server-load-balancer): 0.10.2 * feat(xo-server-transport-nagios): 1.0.3 * chore(changelog): update next * feat(@xen-orchestra/proxy): 0.29.22 * feat(xo-server-perf-alert): 0.6.3 * fix(chore): update changelog * fix: fix yarn.lock
29 lines
661 B
JSON
29 lines
661 B
JSON
{
|
|
"private": false,
|
|
"name": "@vates/task",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/task",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@vates/task",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"license": "ISC",
|
|
"version": "0.6.2",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test": "node --test"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./combineEvents": "./combineEvents.js"
|
|
}
|
|
}
|