taxtank-core 0.33.55 → 0.33.57

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.55",
3
+ "version": "0.33.57",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -9,4 +9,5 @@ export declare class HomeOfficeLog extends ObservableModel implements HomeOffice
9
9
  hours: number;
10
10
  description: string;
11
11
  business?: SoleBusiness;
12
+ get formattedDate(): string;
12
13
  }