@sap-ux/fe-fpm-writer 0.14.1 → 0.14.2

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/fe-fpm-writer",
3
3
  "description": "SAP Fiori elements flexible programming model writer",
4
- "version": "0.14.1",
4
+ "version": "0.14.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -9,14 +9,5 @@ sap.ui.define(
9
9
  metadata: {
10
10
  manifest: "json"
11
11
  }
12
-
13
- /**
14
- * The component is initialized by UI5 automatically during the startup of the app and calls the init method once.
15
- * @public
16
- * @override
17
- */
18
- //init: function() {
19
- // AppComponent.prototype.init.apply(this, arguments);
20
- //}
21
12
  });
22
13
  });
@@ -1,20 +1,11 @@
1
1
  import AppComponent from 'sap/fe/core/AppComponent';
2
2
 
3
3
  /**
4
- * @namespace <%- app.id %>
4
+ * @namespace <%- id %>
5
5
  */
6
6
  export default class Component extends AppComponent {
7
7
 
8
8
  public static metadata = {
9
9
  manifest: "json"
10
10
  };
11
-
12
- /**
13
- * The component is initialized by UI5 automatically during the startup of the app and calls the init method once.
14
- * @public
15
- * @override
16
- */
17
- //public init() : void {
18
- // super.init();
19
- //}
20
- }
11
+ }