@openui5/ts-types 1.106.0 → 1.107.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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # @openui5/ts-types
4
4
 
5
- This npm package contains the types signatures (based on globals) for all the OpenUI5 libraries.
5
+ This npm package contains the types signatures (based on deprecated globals, see below) for all the OpenUI5 libraries.
6
6
 
7
7
  These signatures can be used to:
8
8
 
@@ -18,5 +18,9 @@ These two capabilities are available both for OpenUI5 apps written in TypeScript
18
18
  This project is in an experimental **_Beta State_**. Significant changes are likely to occur,
19
19
  including potential **breaking changes**.
20
20
 
21
+ For information on changes in the type definitions, in particular ones which require adaptation, please refer to the [Release Notes](https://sap.github.io/ui5-typescript/releasenotes.html).
22
+
23
+ The central entry point for all information about using UI5 with TypeScript (incl. sample apps and templates) is at https://sap.github.io/ui5-typescript.
24
+
21
25
  ## License
22
26
  OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.106.0",
3
+ "version": "1.107.1",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",