taxtank-core 0.9.0 → 0.9.1

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.
@@ -87,6 +87,10 @@ export declare class TransactionService extends RestService<TransactionBase, Tra
87
87
  * Listen to EventDispatcherService event related to Depreciation changing
88
88
  */
89
89
  private listenDepreciationChange;
90
+ /**
91
+ * Listen to EventDispatcherService event related to Property Share changing
92
+ */
93
+ private listenPropertyShareUpdate;
90
94
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionService, never>;
91
95
  static ɵprov: i0.ɵɵInjectableDeclaration<TransactionService>;
92
96
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",