taxtank-core 0.28.58 → 0.28.59

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.
@@ -18,7 +18,6 @@ export declare class LoanForm extends AbstractForm<Loan> {
18
18
  * term validation depends on selected repaymentFrequency
19
19
  */
20
20
  listenRepaymentFrequencyChanges(): void;
21
- d: any;
22
21
  /**
23
22
  * For vehicle loans term has a maximum value depended of repayment frequency
24
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.28.58",
3
+ "version": "0.28.59",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",