@ericsanchezok/synergy-sdk 1.2.10 → 1.2.11

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.
@@ -3004,6 +3004,7 @@ export type EventRuntimeReloaded = {
3004
3004
  properties: {
3005
3005
  executed: Array<RuntimeReloadTarget>;
3006
3006
  cascaded: Array<RuntimeReloadTarget>;
3007
+ changedFields: Array<string>;
3007
3008
  };
3008
3009
  };
3009
3010
  export type EventMessageUpdated = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ericsanchezok/synergy-sdk",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {