@ui5/manifest 1.67.1 → 1.67.2

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/CHANGELOG.md CHANGED
@@ -2,7 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.67.1...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.67.2...HEAD).
6
+
7
+ <a name="v1.67.2"></a>
8
+ ## [v1.67.2] - 2024-11-04
6
9
 
7
10
  <a name="v1.67.1"></a>
8
11
  ## [v1.67.1] - 2024-10-18
@@ -82,6 +85,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
82
85
  <a name="v1.48.1"></a>
83
86
  ## v1.48.1 - 2022-11-10
84
87
 
88
+ [v1.67.2]: https://github.com/SAP/ui5-manifest/compare/v1.67.1...v1.67.2
85
89
  [v1.67.1]: https://github.com/SAP/ui5-manifest/compare/v1.67.0...v1.67.1
86
90
  [v1.67.0]: https://github.com/SAP/ui5-manifest/compare/v1.66.0...v1.67.0
87
91
  [v1.66.0]: https://github.com/SAP/ui5-manifest/compare/v1.65.1...v1.66.0
package/README.md CHANGED
@@ -4,14 +4,18 @@
4
4
  [![npm version](https://badge.fury.io/js/@ui5%2Fmanifest.svg)](https://badge.fury.io/js/@ui5%2Fmanifest)
5
5
 
6
6
  ## Description
7
- This project contains the flattened json schema for the ui5 manifest.
7
+ This project contains the flattened JSON schema for the UI5 manifest.
8
8
 
9
- This flattened json schema for the ui5 manifest is meant to be referenced in the [JSON Schema Store](https://www.schemastore.org/json/) in order to provide validation and code completion of the manifest.json file in SAP Business Application Studio or another IDE.
9
+ This flattened JSON schema for the UI5 manifest is meant to be referenced in the [JSON Schema Store](https://www.schemastore.org/json/). This provides validation and code completion of the `manifest.json` file in SAP Business Application Studio or other IDEs.
10
10
 
11
- TypeScript type definition is available for schema code completion, documentation and type check within IDE.
11
+ TypeScript type definitions are available for schema code completion, documentation, and type checking within IDEs.
12
12
 
13
- ## How to obtain support
13
+ ## How to Obtain Support
14
14
  In case you need any support, please create a [GitHub issue](https://github.com/SAP/ui5-manifest/issues).
15
15
 
16
16
  ## Release History
17
17
  See [CHANGELOG.md](CHANGELOG.md).
18
+
19
+ ## Contributing
20
+ We currently don't accept external contributions for this project.
21
+ This project is only updated by SAP employees. We only accept bug reports; check the support section above.
package/mapping.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
- "latest": "1.67.0",
3
- "1.130": "1.67.0",
2
+ "latest": "1.67.2",
3
+ "1.130": "1.67.2",
4
4
  "1.129": "1.66.0",
5
+ "1.128": "1.65.0",
6
+ "1.127": "1.65.0",
5
7
  "1.126": "1.65.0",
8
+ "1.125": "1.64.0",
6
9
  "1.124": "1.64.0",
7
10
  "1.123": "1.63.0",
8
11
  "1.122": "1.62.0",
@@ -13,6 +16,7 @@
13
16
  "1.117": "1.57.0",
14
17
  "1.116": "1.56.0",
15
18
  "1.115": "1.55.0",
19
+ "1.114": "1.53.0",
16
20
  "1.113": "1.53.0",
17
21
  "1.112": "1.52.0",
18
22
  "1.111": "1.51.0",
@@ -29,11 +33,15 @@
29
33
  "1.100": "1.40.0",
30
34
  "1.99": "1.39.0",
31
35
  "1.98": "1.38.0",
36
+ "1.97": "1.37.0",
32
37
  "1.96": "1.37.0",
33
38
  "1.95": "1.36.0",
39
+ "1.94": "1.35.0",
34
40
  "1.93": "1.35.0",
35
41
  "1.92": "1.34.0",
42
+ "1.91": "1.33.0",
36
43
  "1.90": "1.33.0",
44
+ "1.89": "1.32.0",
37
45
  "1.88": "1.32.0",
38
46
  "1.87": "1.31.0",
39
47
  "1.86": "1.30.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.67.1",
3
+ "version": "1.67.2",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",