@ui5/manifest 1.83.0 → 1.84.0
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 +15 -1
- package/README.md +4 -4
- package/REUSE.toml +2 -2
- package/mapping.json +6 -5
- package/package.json +2 -2
- package/schema.json +9597 -9545
- package/schema_cil.json +3669 -3669
- package/types/manifest.d.ts +3 -1
package/types/manifest.d.ts
CHANGED
|
@@ -759,7 +759,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
759
759
|
| "1.81.0"
|
|
760
760
|
| "1.81.1"
|
|
761
761
|
| "1.82.0"
|
|
762
|
-
| "1.83.0"
|
|
762
|
+
| "1.83.0"
|
|
763
|
+
| "1.83.1"
|
|
764
|
+
| "1.84.0";
|
|
763
765
|
/**
|
|
764
766
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
765
767
|
*/
|