@base-framework/base 3.0.433 → 3.0.434

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.
@@ -72,7 +72,7 @@ export class Unit {
72
72
  /**
73
73
  * @member {?string} unitType
74
74
  */
75
- unitType: any;
75
+ unitType: string;
76
76
  /**
77
77
  * This will setup the component number and unique
78
78
  * instance id for the component elements.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.433",
3
+ "version": "3.0.434",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",