@ui5/manifest 1.67.0 → 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 +9 -1
- package/README.md +8 -4
- package/mapping.json +10 -1
- package/package.json +24 -1
- package/schema.json +506 -470
- package/schema_cil.json +121 -120
- package/types/manifest.d.ts +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
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.
|
|
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
|
|
9
|
+
|
|
10
|
+
<a name="v1.67.1"></a>
|
|
11
|
+
## [v1.67.1] - 2024-10-18
|
|
6
12
|
|
|
7
13
|
<a name="v1.67.0"></a>
|
|
8
14
|
## [v1.67.0] - 2024-09-19
|
|
@@ -79,6 +85,8 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
|
|
|
79
85
|
<a name="v1.48.1"></a>
|
|
80
86
|
## v1.48.1 - 2022-11-10
|
|
81
87
|
|
|
88
|
+
[v1.67.2]: https://github.com/SAP/ui5-manifest/compare/v1.67.1...v1.67.2
|
|
89
|
+
[v1.67.1]: https://github.com/SAP/ui5-manifest/compare/v1.67.0...v1.67.1
|
|
82
90
|
[v1.67.0]: https://github.com/SAP/ui5-manifest/compare/v1.66.0...v1.67.0
|
|
83
91
|
[v1.66.0]: https://github.com/SAP/ui5-manifest/compare/v1.65.1...v1.66.0
|
|
84
92
|
[v1.65.1]: https://github.com/SAP/ui5-manifest/compare/v1.64.1...v1.65.1
|
package/README.md
CHANGED
|
@@ -4,14 +4,18 @@
|
|
|
4
4
|
[](https://badge.fury.io/js/@ui5%2Fmanifest)
|
|
5
5
|
|
|
6
6
|
## Description
|
|
7
|
-
This project contains the flattened
|
|
7
|
+
This project contains the flattened JSON schema for the UI5 manifest.
|
|
8
8
|
|
|
9
|
-
This flattened
|
|
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
|
|
11
|
+
TypeScript type definitions are available for schema code completion, documentation, and type checking within IDEs.
|
|
12
12
|
|
|
13
|
-
## How to
|
|
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,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"latest": "1.
|
|
2
|
+
"latest": "1.67.2",
|
|
3
|
+
"1.130": "1.67.2",
|
|
3
4
|
"1.129": "1.66.0",
|
|
5
|
+
"1.128": "1.65.0",
|
|
6
|
+
"1.127": "1.65.0",
|
|
4
7
|
"1.126": "1.65.0",
|
|
8
|
+
"1.125": "1.64.0",
|
|
5
9
|
"1.124": "1.64.0",
|
|
6
10
|
"1.123": "1.63.0",
|
|
7
11
|
"1.122": "1.62.0",
|
|
@@ -12,6 +16,7 @@
|
|
|
12
16
|
"1.117": "1.57.0",
|
|
13
17
|
"1.116": "1.56.0",
|
|
14
18
|
"1.115": "1.55.0",
|
|
19
|
+
"1.114": "1.53.0",
|
|
15
20
|
"1.113": "1.53.0",
|
|
16
21
|
"1.112": "1.52.0",
|
|
17
22
|
"1.111": "1.51.0",
|
|
@@ -28,11 +33,15 @@
|
|
|
28
33
|
"1.100": "1.40.0",
|
|
29
34
|
"1.99": "1.39.0",
|
|
30
35
|
"1.98": "1.38.0",
|
|
36
|
+
"1.97": "1.37.0",
|
|
31
37
|
"1.96": "1.37.0",
|
|
32
38
|
"1.95": "1.36.0",
|
|
39
|
+
"1.94": "1.35.0",
|
|
33
40
|
"1.93": "1.35.0",
|
|
34
41
|
"1.92": "1.34.0",
|
|
42
|
+
"1.91": "1.33.0",
|
|
35
43
|
"1.90": "1.33.0",
|
|
44
|
+
"1.89": "1.32.0",
|
|
36
45
|
"1.88": "1.32.0",
|
|
37
46
|
"1.87": "1.31.0",
|
|
38
47
|
"1.86": "1.30.0",
|
package/package.json
CHANGED
|
@@ -1 +1,24 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@ui5/manifest",
|
|
3
|
+
"version": "1.67.2",
|
|
4
|
+
"description": "This project contains the flattend json schema for the ui5 manifest.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/SAP/ui5-manifest.git"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
|
|
11
|
+
"prepublishOnly": "git push --follow-tags",
|
|
12
|
+
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"ui5",
|
|
16
|
+
"manifest"
|
|
17
|
+
],
|
|
18
|
+
"author": "SAP SE",
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/SAP/ui5-manifest/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://github.com/SAP/ui5-manifest#readme"
|
|
24
|
+
}
|