taxtank-core 0.10.0 → 0.10.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.
@@ -3,7 +3,6 @@ import { IEventListener } from '../../interfaces/event-listener.interface';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Service listen and handle kompassify events
6
- * @TODO break to different services when we got new kompassify functionality (check lists, progress, etc.)
7
6
  */
8
7
  export declare class KompassifyService implements IEventListener {
9
8
  private router;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",