@sap-ux/ui5-application-writer 0.25.4 → 0.25.6
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/dist/data/defaults.js +1 -1
- package/package.json +4 -4
package/dist/data/defaults.js
CHANGED
|
@@ -68,7 +68,7 @@ function mergeUi5(ui5, options) {
|
|
|
68
68
|
var _a, _b, _c, _d, _e;
|
|
69
69
|
const version = (_a = ui5.version) !== null && _a !== void 0 ? _a : "" /* UI5_DEFAULT.DEFAULT_UI5_VERSION */; // Undefined or null indicates the latest available should be used
|
|
70
70
|
const framework = (_b = ui5.framework) !== null && _b !== void 0 ? _b : 'SAPUI5';
|
|
71
|
-
const defaultFrameworkUrl = framework === 'SAPUI5' ? "https://ui5.sap.com" /* UI5_DEFAULT.SAPUI5_CDN */ : "https://openui5.
|
|
71
|
+
const defaultFrameworkUrl = framework === 'SAPUI5' ? "https://ui5.sap.com" /* UI5_DEFAULT.SAPUI5_CDN */ : "https://sdk.openui5.org" /* UI5_DEFAULT.OPENUI5_CDN */;
|
|
72
72
|
const merged = {
|
|
73
73
|
minUI5Version: getMinUI5Version(version, ui5.minUI5Version),
|
|
74
74
|
localVersion: getLocalVersion({ framework, version, localVersion: ui5.localVersion }),
|
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.25.
|
|
12
|
+
"version": "0.25.6",
|
|
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.19.
|
|
30
|
+
"@sap-ux/ui5-config": "0.19.3"
|
|
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.2.
|
|
41
|
-
"@sap-ux/project-access": "1.13.
|
|
40
|
+
"@sap-ux/eslint-plugin-fiori-tools": "0.2.2",
|
|
41
|
+
"@sap-ux/project-access": "1.13.6"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"pnpm": ">=6.26.1 < 7.0.0 || >=7.1.0",
|