@sap-ux/ui5-application-writer 1.5.18 → 1.5.20
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/README.md +4 -2
- package/dist/data/defaults.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-application-writer/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-application-writer)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/ui5-application-writer`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-application-writer)
|
|
2
4
|
|
|
3
5
|
Writes a basic ui5 application
|
|
4
6
|
|
|
@@ -35,4 +37,4 @@ fs.commit();
|
|
|
35
37
|
```
|
|
36
38
|
|
|
37
39
|
## Keywords
|
|
38
|
-
SAP Fiori Freestyle
|
|
40
|
+
SAP Fiori Freestyle
|
package/dist/data/defaults.js
CHANGED
|
@@ -179,7 +179,7 @@ function getLocalVersion({ framework, version, localVersion }) {
|
|
|
179
179
|
return "1.95.0" /* UI5_DEFAULT.DEFAULT_LOCAL_UI5_VERSION */;
|
|
180
180
|
}
|
|
181
181
|
// minimum version available as local libs
|
|
182
|
-
const minVersion = framework === 'SAPUI5' ? "1.
|
|
182
|
+
const minVersion = framework === 'SAPUI5' ? "1.84.54" /* UI5_DEFAULT.MIN_LOCAL_SAPUI5_VERSION */ : "1.52.5" /* UI5_DEFAULT.MIN_LOCAL_OPENUI5_VERSION */;
|
|
183
183
|
// If the ui5 `version` is higher than the min framework version 'result' then use that as the local version instead
|
|
184
184
|
// Update to a valid coerced version string e.g. snapshot-1.80 -> 1.80.0. Cannot be null as previously validated.
|
|
185
185
|
const versionSemVer = semver_1.default.coerce(version);
|
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": "1.5.
|
|
12
|
+
"version": "1.5.20",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"files": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"mem-fs": "2.1.0",
|
|
28
28
|
"mem-fs-editor": "9.4.0",
|
|
29
29
|
"semver": "7.5.4",
|
|
30
|
-
"@sap-ux/ui5-config": "0.29.
|
|
30
|
+
"@sap-ux/ui5-config": "0.29.9"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/ejs": "3.1.2",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@types/mem-fs-editor": "7.0.1",
|
|
38
38
|
"@types/semver": "7.5.2",
|
|
39
39
|
"fs-extra": "10.0.0",
|
|
40
|
-
"@sap-ux/eslint-plugin-fiori-tools": "0.6.
|
|
41
|
-
"@sap-ux/project-access": "1.32.
|
|
40
|
+
"@sap-ux/eslint-plugin-fiori-tools": "0.6.2",
|
|
41
|
+
"@sap-ux/project-access": "1.32.8"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=20.x"
|