@xen-orchestra/rest-api 0.1.0 → 0.1.1

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.
@@ -1027,7 +1027,7 @@
1027
1027
  },
1028
1028
  "info": {
1029
1029
  "title": "@xen-orchestra/rest-api",
1030
- "version": "0.1.0",
1030
+ "version": "0.1.1",
1031
1031
  "description": "REST API to manage your XOA",
1032
1032
  "license": {
1033
1033
  "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.1.0",
9
+ "version": "0.1.1",
10
10
  "description": "REST API to manage your XOA",
11
11
  "license": "AGPL-3.0-or-later",
12
12
  "private": false,
@@ -28,7 +28,7 @@
28
28
  "typescript-eslint": "^8.23.0"
29
29
  },
30
30
  "dependencies": {
31
- "@vates/types": "^0.0.0",
31
+ "@vates/types": "^1.0.0",
32
32
  "@xen-orchestra/log": "^0.7.1",
33
33
  "complex-matcher": "^0.7.1",
34
34
  "inversify": "^6.2.2",