@sap-ux/preview-middleware 0.23.102 → 0.23.103
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.
|
@@ -11,7 +11,7 @@ type DataSource = ManifestNamespace.DataSource;
|
|
|
11
11
|
/**
|
|
12
12
|
* The OData version type.
|
|
13
13
|
*/
|
|
14
|
-
type ODataVersion = 'v2' | 'v4' | '2.0' | '4.0';
|
|
14
|
+
type ODataVersion = 'v2' | 'v4' | '2.0' | '4.0' | '4.01';
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* Describes an OData service instance.
|
|
@@ -104,6 +104,7 @@ export class ODataHealthChecker {
|
|
|
104
104
|
return this.getServiceV2Metadata(serviceUrl);
|
|
105
105
|
case 'v4':
|
|
106
106
|
case '4.0':
|
|
107
|
+
case '4.01':
|
|
107
108
|
return this.getServiceV4Metadata(serviceUrl);
|
|
108
109
|
}
|
|
109
110
|
}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.23.
|
|
12
|
+
"version": "0.23.103",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"mem-fs-editor": "9.4.0",
|
|
28
28
|
"qrcode": "1.5.4",
|
|
29
29
|
"@sap/bas-sdk": "3.12.0",
|
|
30
|
-
"@sap-ux/adp-tooling": "0.18.
|
|
30
|
+
"@sap-ux/adp-tooling": "0.18.47",
|
|
31
31
|
"@sap-ux/btp-utils": "1.1.6",
|
|
32
32
|
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.7.9",
|
|
33
33
|
"@sap-ux/feature-toggle": "0.3.5",
|
|
34
34
|
"@sap-ux/logger": "0.8.0",
|
|
35
|
-
"@sap-ux/project-access": "1.34.
|
|
35
|
+
"@sap-ux/project-access": "1.34.3",
|
|
36
36
|
"@sap-ux/system-access": "0.6.44",
|
|
37
37
|
"@sap-ux/i18n": "0.3.7"
|
|
38
38
|
},
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"nock": "13.4.0",
|
|
54
54
|
"npm-run-all2": "6.2.0",
|
|
55
55
|
"supertest": "7.1.4",
|
|
56
|
-
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.18.
|
|
56
|
+
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.18.14",
|
|
57
57
|
"@sap-ux/axios-extension": "1.25.7",
|
|
58
58
|
"@sap-ux/store": "1.5.2",
|
|
59
|
-
"@sap-ux/ui5-info": "0.13.
|
|
59
|
+
"@sap-ux/ui5-info": "0.13.9"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"express": "4"
|