@base-framework/base 3.0.126 → 3.0.127

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.
@@ -106,13 +106,6 @@ export class Component extends Unit {
106
106
  */
107
107
  setEventHelper(): void;
108
108
  events: EventHelper;
109
- /**
110
- * This will setup the event helper.
111
- *
112
- * @protected
113
- * @returns {void}
114
- */
115
- protected setupEventHelper(): void;
116
109
  /**
117
110
  * This will setup the events.
118
111
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.126",
3
+ "version": "3.0.127",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",