taxtank-core 0.34.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -3,4 +3,3 @@
3
3
  TaxTank Core library with shared business logic. This logic should be shared between all TaxTank apps (Web/Native/future apps maybe).
4
4
 
5
5
  Contains all models, services, validators, etc.
6
- 3180904 0251
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.34.0",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.2",
@@ -22,8 +22,8 @@
22
22
  "event-source-polyfill": "^1.0.31",
23
23
  "file-saver": "^2.0.5",
24
24
  "html2pdf.js": "^0.10.2",
25
- "jspdf": "^2.5.2",
26
- "jspdf-autotable": "^3.8.4",
25
+ "jspdf": "^3.0.0",
26
+ "jspdf-autotable": "^5.0.2",
27
27
  "lodash": "^4.17.21",
28
28
  "mixpanel-browser": "^2.49.0",
29
29
  "moment": "^2.30.1",