@sap-ux/fiori-freestyle-writer 1.2.15 → 1.2.16

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-freestyle-writer",
3
3
  "description": "SAP Fiori freestyle application writer",
4
- "version": "1.2.15",
4
+ "version": "1.2.16",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -28,8 +28,8 @@
28
28
  "read-pkg-up": "7.0.1",
29
29
  "semver": "7.5.4",
30
30
  "@sap-ux/odata-service-writer": "0.23.1",
31
+ "@sap-ux/ui5-application-writer": "1.2.4",
31
32
  "@sap-ux/ui5-config": "0.25.1",
32
- "@sap-ux/ui5-application-writer": "1.2.3",
33
33
  "@sap-ux/fiori-generator-shared": "0.7.4"
34
34
  },
35
35
  "devDependencies": {
@@ -7,7 +7,8 @@ function (JSONModel, Device) {
7
7
 
8
8
  return {
9
9
  /**
10
- * Provides runtime info for the device the UI5 app is running on as JSONModel
10
+ * Provides runtime information for the device the UI5 app is running on as a JSONModel.
11
+ * @returns {sap.ui.model.json.JSONModel} The device model.
11
12
  */
12
13
  createDeviceModel: function () {
13
14
  var oModel = new JSONModel(Device);
@@ -7,7 +7,8 @@ function (JSONModel, Device) {
7
7
 
8
8
  return {
9
9
  /**
10
- * Provides runtime info for the device the UI5 app is running on as JSONModel
10
+ * Provides runtime information for the device the UI5 app is running on as a JSONModel.
11
+ * @returns {sap.ui.model.json.JSONModel} The device model.
11
12
  */
12
13
  createDeviceModel: function () {
13
14
  var oModel = new JSONModel(Device);