@xen-orchestra/rest-api 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12346,7 +12346,7 @@
|
|
|
12346
12346
|
},
|
|
12347
12347
|
"info": {
|
|
12348
12348
|
"title": "@xen-orchestra/rest-api",
|
|
12349
|
-
"version": "0.
|
|
12349
|
+
"version": "0.27.0",
|
|
12350
12350
|
"description": "REST API to manage your XOA",
|
|
12351
12351
|
"license": {
|
|
12352
12352
|
"name": "AGPL-3.0-or-later"
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
7
7
|
"name": "@xen-orchestra/rest-api",
|
|
8
8
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/rest-api",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.27.0",
|
|
10
10
|
"description": "REST API to manage your XOA",
|
|
11
11
|
"license": "AGPL-3.0-or-later",
|
|
12
12
|
"private": false,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@vates/async-each": "^1.0.1",
|
|
37
37
|
"@vates/task": "^0.6.1",
|
|
38
|
-
"@vates/types": "^1.
|
|
38
|
+
"@vates/types": "^1.21.0",
|
|
39
39
|
"@xen-orchestra/backups": "^0.69.1",
|
|
40
40
|
"@xen-orchestra/log": "^0.7.1",
|
|
41
41
|
"@xen-orchestra/xapi": "^8.6.6",
|