@base-framework/base 3.0.304 → 3.0.306

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.
@@ -290,7 +290,7 @@ export class Unit {
290
290
  * @protected
291
291
  * @returns {void}
292
292
  */
293
- protected remove(): void;
293
+ protected _remove(): void;
294
294
  /**
295
295
  * This will prepare the component to be destroyed.
296
296
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.304",
3
+ "version": "3.0.306",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",