taxtank-core 0.33.44 → 0.33.45

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.33.44",
3
+ "version": "0.33.45",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -1,6 +1,5 @@
1
- import { DepreciationCollection, TransactionCollection } from '../../../../../collections';
1
+ import { DepreciationCollection, SoleBusinessLossCollection, TransactionCollection } from '../../../../../collections';
2
2
  import { SoleBusinessLoss } from '../../../../sole';
3
- import { SoleBusinessLossCollection } from '../../../../../collections';
4
3
  import { TaxSummary } from '../../../../tax-summary/tax-summary';
5
4
  /**
6
5
  * Sole business information related to expense transactions (losses)
@@ -1,4 +1,4 @@
1
- import { ExportableCollection } from "../../collections";
1
+ import { ExportableCollection } from '../../collections';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class XlsxService {
4
4
  /**