@sap-ux/ui5-application-writer 1.2.2 → 1.2.4

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/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.2.2",
12
+ "version": "1.2.4",
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.25.0"
30
+ "@sap-ux/ui5-config": "0.25.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/ejs": "3.1.2",
@@ -38,7 +38,7 @@
38
38
  "@types/semver": "7.5.2",
39
39
  "fs-extra": "10.0.0",
40
40
  "@sap-ux/eslint-plugin-fiori-tools": "0.5.0",
41
- "@sap-ux/project-access": "1.28.4"
41
+ "@sap-ux/project-access": "1.28.5"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=18.x"
@@ -40,7 +40,7 @@
40
40
  }
41
41
  });
42
42
  return libOrCompKeysStringTmp;
43
- }
43
+ };
44
44
  var getComponentUsageNames = function (compUsages, libOrCompKeysString) {
45
45
  var libOrCompKeysStringTmp = libOrCompKeysString;
46
46
  var compNames = Object.keys(compUsages).map(function (compUsageKey) {
@@ -57,7 +57,7 @@
57
57
  }
58
58
  });
59
59
  return libOrCompKeysStringTmp;
60
- }
60
+ };
61
61
  return new Promise(function (resolve, reject) {
62
62
 
63
63
  sap.ui.require(["sap/ui/thirdparty/jquery"], function (localJQuery) {
@@ -113,7 +113,7 @@
113
113
  });
114
114
  }
115
115
  });
116
- }
116
+ };
117
117
  /**
118
118
  * Registers the module paths for dependencies of the given component.
119
119
  * @param {string} manifestPath The the path to the app manifest path
@@ -168,7 +168,7 @@
168
168
  //Registering to the icon pool
169
169
  IconPool.registerFont(bSuiteTheme);
170
170
  });
171
- }
171
+ };
172
172
 
173
173
  /*eslint-disable fiori-custom/sap-browser-api-warning, fiori-custom/sap-no-dom-access*/
174
174
  var currentScript = document.getElementById("locate-reuse-libs");
@@ -40,7 +40,7 @@
40
40
  }
41
41
  });
42
42
  return libOrCompKeysStringTmp;
43
- }
43
+ };
44
44
  function getComponentUsageNames(compUsages, libOrCompKeysString) {
45
45
  var libOrCompKeysStringTmp = libOrCompKeysString;
46
46
  var compNames = Object.keys(compUsages).map(function (compUsageKey) {
@@ -57,7 +57,7 @@
57
57
  }
58
58
  });
59
59
  return libOrCompKeysStringTmp;
60
- }
60
+ };
61
61
  return new Promise(function (resolve, reject) {
62
62
  $.ajax(url)
63
63
  .done(function (manifest) {
@@ -110,7 +110,7 @@
110
110
  });
111
111
  }
112
112
  });
113
- }
113
+ };
114
114
  /**
115
115
  * Registers the module paths for dependencies of the given component.
116
116
  * @param {string} manifestPath The the path to the app manifest path
@@ -165,7 +165,7 @@ function registerSAPFonts() {
165
165
  //Registering to the icon pool
166
166
  IconPool.registerFont(bSuiteTheme);
167
167
  });
168
- }
168
+ };
169
169
 
170
170
  /*eslint-disable fiori-custom/sap-browser-api-warning, fiori-custom/sap-no-dom-access*/
171
171
  var currentScript = document.getElementById("locate-reuse-libs");