@openui5/sap.ui.webc.common 1.99.0 → 1.99.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.
package/THIRDPARTY.txt CHANGED
@@ -197,7 +197,7 @@ License: BSD-3-Clause
197
197
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
198
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
199
 
200
- Component: URI.js, version: 1.19.7
200
+ Component: URI.js, version: 1.19.10
201
201
  Copyright: Rodney Rehm
202
202
  License: MIT
203
203
  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.webc.common",
3
- "version": "1.99.0",
3
+ "version": "1.99.1",
4
4
  "description": "OpenUI5 UI Library sap.ui.webc.common",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -16,6 +16,6 @@
16
16
  "url": "https://github.com/SAP/openui5.git"
17
17
  },
18
18
  "dependencies": {
19
- "@openui5/sap.ui.core": "1.99.0"
19
+ "@openui5/sap.ui.core": "1.99.1"
20
20
  }
21
21
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.common</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.99.0</version>
6
+ <version>1.99.1</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -106,7 +106,7 @@ sap.ui.define([
106
106
  *
107
107
  * @extends sap.ui.core.Control
108
108
  * @author SAP SE
109
- * @version 1.99.0
109
+ * @version 1.99.1
110
110
  * @public
111
111
  * @since 1.92.0
112
112
  * @alias sap.ui.webc.common.WebComponent
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @class
24
24
  * @author SAP SE
25
- * @version 1.99.0
25
+ * @version 1.99.1
26
26
  * @since 1.92.0
27
27
  * @experimental Since 1.92.0 The API might change. It is not intended for productive usage yet!
28
28
  * @alias sap.ui.webc.common.WebComponentMetadata
@@ -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.webc.common",
26
- version: "1.99.0",
26
+ version: "1.99.1",
27
27
  dependencies : ["sap.ui.core"],
28
28
  noLibraryCSS: true,
29
29
  designtime: "sap/ui/webc/common/designtime/library.designtime",
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @namespace
47
47
  * @alias sap.ui.webc
48
48
  * @author SAP SE
49
- * @version 1.99.0
49
+ * @version 1.99.1
50
50
  * @public
51
51
  * @since 1.92.0
52
52
  * @experimental Since 1.92.0
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @namespace
59
59
  * @alias sap.ui.webc.common
60
60
  * @author SAP SE
61
- * @version 1.99.0
61
+ * @version 1.99.1
62
62
  * @public
63
63
  * @since 1.92.0
64
64
  * @experimental Since 1.92.0