@base-framework/base 3.5.30 → 3.5.31

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.
@@ -310,6 +310,12 @@ export class Unit {
310
310
  * @returns {void}
311
311
  */
312
312
  protected _remove(): void;
313
+ /**
314
+ * This will clean up after destroy.
315
+ * @protected
316
+ * @returns {void}
317
+ */
318
+ protected cleanUpAfterDestroy(): void;
313
319
  stateHelper: any;
314
320
  persistToken: any;
315
321
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.5.30",
3
+ "version": "3.5.31",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",