@base-framework/base 3.0.251 → 3.0.252

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.
@@ -103,9 +103,9 @@ export class Unit {
103
103
  */
104
104
  data: any;
105
105
  /**
106
- * @member {boolean} persist
106
+ * @member {boolean|null} persist
107
107
  */
108
- persist: boolean;
108
+ persist: any;
109
109
  /**
110
110
  * @member {?array} children
111
111
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.251",
3
+ "version": "3.0.252",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",