@sapui5/sap.chart 1.141.2 → 1.142.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 +2 -2
- package/package.json +2 -2
- package/src/sap/chart/.library +1 -1
- package/src/sap/chart/library.js +1 -1
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@ Runtime resources of the [SAPUI5](https://ui5.sap.com) Library **sap.chart**.
|
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
7
|
Refrain from installing this package using npm, Yarn or similar package managers.
|
|
8
|
-
It is meant to be consumed using the [UI5
|
|
9
|
-
For details please refer to our documentation on [Consuming SAPUI5 Libraries](https://
|
|
8
|
+
It is meant to be consumed using the [UI5 CLI](https://ui5.github.io/cli/).
|
|
9
|
+
For details please refer to our documentation on [Consuming SAPUI5 Libraries](https://ui5.github.io/cli/pages/SAPUI5/).
|
|
10
10
|
|
|
11
11
|
## License
|
|
12
12
|
This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3_2.txt).
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapui5/sap.chart",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.142.1",
|
|
4
4
|
"description": "SAPUI5 Library sap.chart",
|
|
5
|
-
"homepage": "https://
|
|
5
|
+
"homepage": "https://ui5.github.io/cli/pages/SAPUI5/",
|
|
6
6
|
"author": "SAP SE (https://www.sap.com)",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
8
8
|
"keywords": [
|
package/src/sap/chart/.library
CHANGED