Skip to content

Commit

Permalink
fix(xo-server): import of @xen-orchestra/xva package (#7346)
Browse files Browse the repository at this point in the history
Fix #7344
Introduced by 2d047c4

Cause: we did not run the normalize-package command after renaming
  • Loading branch information
fbeauchamp committed Jan 31, 2024
1 parent 3ab2a83 commit 091bc04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions @xen-orchestra/xva/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@xen-orchestra/xva-generator",
"version": "1.0.0",
"name": "@xen-orchestra/xva",
"version": "0.0.1",
"main": "index.js",
"author": "",
"license": "ISC",
"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",
"repository": {
"directory": "@xen-orchestra/xva-generator",
"directory": "@xen-orchestra/xva",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/xo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/vmware-explorer": "^0.3.1",
"@xen-orchestra/xapi": "^4.2.0",
"@xen-orchestra/xva": "0.0.1",
"ajv": "^8.0.3",
"app-conf": "^2.3.0",
"async-iterator-to-stream": "^1.0.1",
Expand Down

0 comments on commit 091bc04

Please sign in to comment.