* feat(@xen-orchestra/fs): 4.0.1 * feat(xen-api): 1.3.3 * feat(@vates/nbd-client): 1.2.1 * feat(@vates/node-vsphere-soap): 1.0.0 * feat(@vates/task): 0.2.0 * feat(@xen-orchestra/backups): 0.39.0 * feat(@xen-orchestra/backups-cli): 1.0.9 * feat(@xen-orchestra/mixins): 0.10.2 * feat(@xen-orchestra/proxy): 0.26.29 * feat(@xen-orchestra/vmware-explorer): 0.2.3 * feat(xo-cli): 0.20.0 * feat(xo-server): 5.117.0 * feat(xo-server-auth-oidc): 0.3.0 * feat(xo-server-perf-alert): 0.3.6 * feat(xo-web): 5.120.0 * chore(CHANGELOG): update next
32 lines
709 B
JSON
32 lines
709 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.2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"devDependencies": {
|
|
"test": "^3.3.0"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test": "node--test"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./combineEvents": "./combineEvents.js"
|
|
}
|
|
}
|