@sap-ux/ui5-application-writer 0.17.10 → 0.17.12

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.
@@ -26,7 +26,7 @@ export declare const enum UI5_DEFAULT {
26
26
  OPENUI5_CDN = "https://openui5.hana.ondemand.com",
27
27
  TYPES_VERSION_SINCE = "1.76.0",
28
28
  TYPES_VERSION_PREVIOUS = "1.71.18",
29
- TYPES_VERSION_BEST = "1.102.9",
29
+ TYPES_VERSION_BEST = "1.108.0",
30
30
  ESM_TYPES_VERSION_SINCE = "1.90.0",
31
31
  MANIFEST_VERSION = "1.12.0",
32
32
  BASE_COMPONENT = "sap/ui/core/UIComponent"
@@ -115,10 +115,10 @@ exports.mergeUi5 = mergeUi5;
115
115
  function getTypesVersion(minUI5Version) {
116
116
  const version = semver_1.default.coerce(minUI5Version);
117
117
  if (!version) {
118
- return `~${"1.102.9" /* TYPES_VERSION_BEST */}`;
118
+ return `~${"1.108.0" /* TYPES_VERSION_BEST */}`;
119
119
  }
120
- else if (semver_1.default.gte(version, "1.102.9" /* TYPES_VERSION_BEST */)) {
121
- return `~${"1.102.9" /* TYPES_VERSION_BEST */}`;
120
+ else if (semver_1.default.gte(version, "1.108.0" /* TYPES_VERSION_BEST */)) {
121
+ return `~${"1.108.0" /* TYPES_VERSION_BEST */}`;
122
122
  }
123
123
  else {
124
124
  return semver_1.default.gte(version, "1.76.0" /* TYPES_VERSION_SINCE */)
@@ -136,8 +136,8 @@ exports.getTypesVersion = getTypesVersion;
136
136
  */
137
137
  function getEsmTypesVersion(minUI5Version) {
138
138
  const version = semver_1.default.coerce(minUI5Version);
139
- if (!version || semver_1.default.gte(version, "1.102.9" /* TYPES_VERSION_BEST */)) {
140
- return `~${"1.102.9" /* TYPES_VERSION_BEST */}`;
139
+ if (!version || semver_1.default.gte(version, "1.108.0" /* TYPES_VERSION_BEST */)) {
140
+ return `~${"1.108.0" /* TYPES_VERSION_BEST */}`;
141
141
  }
142
142
  else {
143
143
  return semver_1.default.gte(version, "1.90.0" /* ESM_TYPES_VERSION_SINCE */)
@@ -1,5 +1,8 @@
1
1
  {
2
- "latest": "1.45.0",
2
+ "latest": "1.48.0",
3
+ "1.108": "1.48.0",
4
+ "1.107": "1.47.0",
5
+ "1.106": "1.46.0",
3
6
  "1.105": "1.45.0",
4
7
  "1.104": "1.44.0",
5
8
  "1.103": "1.43.0",
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aui5-application-writer"
11
11
  },
12
- "version": "0.17.10",
12
+ "version": "0.17.12",
13
13
  "license": "Apache-2.0",
14
14
  "main": "dist/index.js",
15
15
  "files": [
@@ -20,7 +20,7 @@
20
20
  "!dist/**/*.map"
21
21
  ],
22
22
  "dependencies": {
23
- "@sap-ux/ui5-config": "0.15.4",
23
+ "@sap-ux/ui5-config": "0.16.0",
24
24
  "ejs": "3.1.7",
25
25
  "i18next": "21.6.11",
26
26
  "lodash": "4.17.21",
@@ -29,7 +29,7 @@
29
29
  "semver": "7.3.5"
30
30
  },
31
31
  "devDependencies": {
32
- "@sap-ux/project-access": "1.0.1",
32
+ "@sap-ux/project-access": "1.0.2",
33
33
  "@types/ejs": "3.1.0",
34
34
  "@types/fs-extra": "9.0.13",
35
35
  "@types/lodash": "4.14.176",