fix(xo-server): import of @xen-orchestra/xva package (#7346)
Fix https://github.com/vatesfr/xen-orchestra/issues/7344
Introduced by 2d047c4fef
Cause: we did not run the normalize-package command after renaming
This commit is contained in:
parent
3ab2a8354b
commit
091bc04ace
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "@xen-orchestra/xva-generator",
|
"name": "@xen-orchestra/xva",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"private": false,
|
"private": false,
|
||||||
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xva-generator",
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xva",
|
||||||
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
||||||
"repository": {
|
"repository": {
|
||||||
"directory": "@xen-orchestra/xva-generator",
|
"directory": "@xen-orchestra/xva",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||||
},
|
},
|
||||||
|
@ -53,6 +53,7 @@
|
|||||||
"@xen-orchestra/template": "^0.1.0",
|
"@xen-orchestra/template": "^0.1.0",
|
||||||
"@xen-orchestra/vmware-explorer": "^0.3.1",
|
"@xen-orchestra/vmware-explorer": "^0.3.1",
|
||||||
"@xen-orchestra/xapi": "^4.2.0",
|
"@xen-orchestra/xapi": "^4.2.0",
|
||||||
|
"@xen-orchestra/xva": "0.0.1",
|
||||||
"ajv": "^8.0.3",
|
"ajv": "^8.0.3",
|
||||||
"app-conf": "^2.3.0",
|
"app-conf": "^2.3.0",
|
||||||
"async-iterator-to-stream": "^1.0.1",
|
"async-iterator-to-stream": "^1.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user