@base-framework/base 3.7.53 → 3.7.55

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.
@@ -58,6 +58,7 @@ export class BasicData {
58
58
  */
59
59
  dataTypeId: string;
60
60
  eventSub: DataPubSub;
61
+ _proxy: ProxyConstructor;
61
62
  /**
62
63
  * Marks this data source so the persist/resume system
63
64
  * keeps persisted values instead of overwriting them
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.7.53",
3
+ "version": "3.7.55",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",