@trudb/tru-common-lib 0.2.220 → 0.2.221

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.
@@ -2019,7 +2019,7 @@ class TruDataContext {
2019
2019
  return this._entityAdded$;
2020
2020
  }
2021
2021
  entityAdded(changeArgs) {
2022
- this._propertyChanged$.next(changeArgs);
2022
+ this._entityAdded$.next(changeArgs);
2023
2023
  }
2024
2024
  onDataChanged() {
2025
2025
  return this._dataChanged$;