@equisoft/tax-ca 2025.2.0 → 2025.2.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.
@@ -126,8 +126,8 @@ exports.QPP = {
126
126
  MAX_PENSION: {
127
127
  // Max amount at age 65
128
128
  RETIREMENT: 17196,
129
- // Max retirement amount at age 65 + Add. amount for disability
130
- COMBINED_RETIREMENT_SURVIVOR: 24377.52,
129
+ // Value must be the same as Max Retirement for the QPP
130
+ COMBINED_RETIREMENT_SURVIVOR: 17196,
131
131
  DEATH_BENEFIT: 2500,
132
132
  },
133
133
  MAX_REQUEST_AGE: 72,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/tax-ca",
3
- "version": "2025.2.0",
3
+ "version": "2025.2.1",
4
4
  "description": "Canadian tax data and calculation functions.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",