@openui5/sap.ui.documentation 1.96.44 → 1.96.45
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.
package/THIRDPARTY.txt
CHANGED
|
@@ -273,7 +273,7 @@ License: MIT
|
|
|
273
273
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
274
274
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
|
|
275
275
|
|
|
276
|
-
Component: lodash, version: 4.17.
|
|
276
|
+
Component: lodash, version: 4.17.23
|
|
277
277
|
Copyright: OpenJS Foundation and other contributors
|
|
278
278
|
License: MIT
|
|
279
279
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.45",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.documentation",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.96.
|
|
18
|
-
"@openui5/sap.ui.core": "1.96.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.96.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.96.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.96.
|
|
17
|
+
"@openui5/sap.m": "1.96.45",
|
|
18
|
+
"@openui5/sap.ui.core": "1.96.45",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.96.45",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.96.45",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.96.45"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.96.
|
|
9
|
+
<version>1.96.45</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
// delegate further initialization of this library to the Core
|
|
24
24
|
sap.ui.getCore().initLibrary({
|
|
25
25
|
name : 'sap.ui.documentation',
|
|
26
|
-
version: '1.96.
|
|
26
|
+
version: '1.96.45',
|
|
27
27
|
dependencies : ['sap.ui.core','sap.m'],
|
|
28
28
|
types: [],
|
|
29
29
|
interfaces: [],
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @namespace
|
|
50
50
|
* @name sap.ui.documentation
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.96.
|
|
52
|
+
* @version 1.96.45
|
|
53
53
|
* @since 1.48
|
|
54
54
|
* @public
|
|
55
55
|
*/
|