@base-framework/base 3.7.15 → 3.7.16

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.
@@ -59,6 +59,10 @@ export class Unit {
59
59
  * @type {?string} unitType
60
60
  */
61
61
  unitType: string | null;
62
+ /**
63
+ * @type {?string} _classId
64
+ */
65
+ _classId: string | null;
62
66
  /**
63
67
  * @type {Array<any>} cached
64
68
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.7.15",
3
+ "version": "3.7.16",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",