@openui5/sap.ui.testrecorder 1.96.47 → 1.96.48
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
|
@@ -212,7 +212,7 @@ License: MIT
|
|
|
212
212
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
213
213
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/punycode.js
|
|
214
214
|
|
|
215
|
-
Component: handlebars, version: 4.7.
|
|
215
|
+
Component: handlebars, version: 4.7.9
|
|
216
216
|
Copyright: 2011-2019 by Yehuda Katz
|
|
217
217
|
License: MIT
|
|
218
218
|
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.testrecorder",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.48",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.testrecorder",
|
|
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.codeeditor": "1.96.
|
|
19
|
-
"@openui5/sap.ui.core": "1.96.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.96.
|
|
21
|
-
"@openui5/sap.ui.support": "1.96.
|
|
17
|
+
"@openui5/sap.m": "1.96.48",
|
|
18
|
+
"@openui5/sap.ui.codeeditor": "1.96.48",
|
|
19
|
+
"@openui5/sap.ui.core": "1.96.48",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.96.48",
|
|
21
|
+
"@openui5/sap.ui.support": "1.96.48"
|
|
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.48</version>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 library: sap.ui.testrecorder</documentation>
|
|
12
12
|
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @namespace
|
|
25
25
|
* @name sap.ui.testrecorder
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.96.
|
|
27
|
+
* @version 1.96.48
|
|
28
28
|
* @since 1.74
|
|
29
29
|
* @public
|
|
30
30
|
*/
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
controls: [],
|
|
43
43
|
elements: [],
|
|
44
44
|
noLibraryCSS: true,
|
|
45
|
-
version: "1.96.
|
|
45
|
+
version: "1.96.48",
|
|
46
46
|
extensions: {
|
|
47
47
|
//Configuration used for rule loading of Support Assistant
|
|
48
48
|
"sap.ui.support": {
|