@ui5/manifest 1.83.0 → 1.83.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/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
4
4
 
5
5
  <a name="Unreleased"></a>
6
6
 
7
+ <a name="v1.83.1"></a>
8
+ ## [v1.83.1] - 2026-03-03 (UI5 1.145)
9
+
10
+ ### Changed
11
+ - updated mapping.json
12
+
7
13
  <a name="v1.83.0"></a>
8
14
  ## [v1.83.0] - 2026-02-10 (UI5 1.145)
9
15
 
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @ui5/manifest
2
2
 
3
- [![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-manifest)](https://api.reuse.software/info/github.com/SAP/ui5-manifest)
3
+ [![REUSE status](https://api.reuse.software/badge/github.com/UI5/manifest)](https://api.reuse.software/info/github.com/UI5/manifest)
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 a 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/). This provides validation and code completion of the `manifest.json` file in SAP Business Application Studio or other IDEs.
9
+ This 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
11
  TypeScript type definitions are available for schema code completion, documentation, and type checking within IDEs.
12
12
 
13
13
  ## How to Obtain Support
14
- In case you need any support, please create a [GitHub issue](https://github.com/SAP/ui5-manifest/issues).
14
+ In case you need any support, please create a [GitHub issue](https://github.com/UI5/manifest/issues).
15
15
 
16
16
  ## Release History
17
17
  See [CHANGELOG.md](CHANGELOG.md).
package/REUSE.toml CHANGED
@@ -1,10 +1,10 @@
1
1
  version = 1
2
2
  SPDX-PackageName = "ui5-manifest"
3
3
  SPDX-PackageSupplier = "Aleksandr Suvorov <aleksandr.suvorov@sap.com>"
4
- SPDX-PackageDownloadLocation = "https://github.com/SAP/ui5-manifest"
4
+ SPDX-PackageDownloadLocation = "https://github.com/UI5/manifest"
5
5
 
6
6
  [[annotations]]
7
7
  path = "**.**"
8
8
  precedence = "aggregate"
9
- SPDX-FileCopyrightText = "2009-2025 SAP SE or an SAP affiliate company"
9
+ SPDX-FileCopyrightText = "2009-2026 SAP SE or an SAP affiliate company"
10
10
  SPDX-License-Identifier = "Apache-2.0"
package/mapping.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "latest": "1.83.0",
3
- "1.145": "1.83.0",
2
+ "latest": "1.83.1",
3
+ "1.145": "1.83.1",
4
4
  "1.144": "1.82.0",
5
5
  "1.143": "1.81.1",
6
6
  "1.142": "1.80.0",
@@ -24,10 +24,10 @@
24
24
  "1.124": "1.64.0",
25
25
  "1.123": "1.63.0",
26
26
  "1.122": "1.62.0",
27
- "1.121": "1.61.0",
27
+ "1.121": "1.61.1",
28
28
  "1.120": "1.60.0",
29
29
  "1.119": "1.59.0",
30
- "1.118": "1.58.0",
30
+ "1.118": "1.58.1",
31
31
  "1.117": "1.57.0",
32
32
  "1.116": "1.56.0",
33
33
  "1.115": "1.55.0",
@@ -35,7 +35,7 @@
35
35
  "1.113": "1.53.0",
36
36
  "1.112": "1.52.0",
37
37
  "1.111": "1.51.0",
38
- "1.110": "1.50.0",
38
+ "1.110": "1.50.1",
39
39
  "1.109": "1.49.0",
40
40
  "1.108": "1.48.0",
41
41
  "1.107": "1.47.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.83.0",
4
- "description": "This project contains the flattend json schema for the ui5 manifest.",
3
+ "version": "1.83.1",
4
+ "description": "This project contains a JSON schema for the UI5 manifest",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/UI5/manifest.git"