@base-framework/base 3.7.4 → 3.7.5

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.
@@ -26,6 +26,7 @@ export function createEventMessage(attr: string, event: string): string;
26
26
  * @class
27
27
  */
28
28
  export class BasicData {
29
+ [key: string]: any;
29
30
  /**
30
31
  * This will create a basic data object.
31
32
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",