taxtank-core 2.0.103 → 2.0.104

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.
package/index.d.ts CHANGED
@@ -749,8 +749,8 @@ declare enum ServicePriceIdEnum {
749
749
  HOLDINGS_TANK_YEARLY_PACKAGE_OLD = 20,
750
750
  MONEY_TANK_YEARLY_PACKAGE_OLD = 23,
751
751
  WORK_TANK_YEARLY = 24,
752
- SOLE_TANK_YEARLY = 25,
753
- PROPERTY_TANK_YEARLY = 26,
752
+ PROPERTY_TANK_YEARLY = 25,
753
+ SOLE_TANK_YEARLY = 26,
754
754
  HOLDINGS_TANK_YEARLY = 27,
755
755
  MONEY_TANK_YEARLY = 28
756
756
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.103",
3
+ "version": "2.0.104",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",