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:
Florent BEAUCHAMP 2024-01-31 09:58:34 +01:00 committed by GitHub
parent 3ab2a8354b
commit 091bc04ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -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"
}, },

View File

@ -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",