@seethruhead/cra-payroll 0.5.1 → 0.5.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.
@@ -79630,7 +79630,7 @@ import { existsSync as existsSync4, renameSync, unlinkSync, chmodSync } from "fs
79630
79630
  // package.json
79631
79631
  var package_default = {
79632
79632
  name: "@seethruhead/cra-payroll",
79633
- version: "0.5.1",
79633
+ version: "0.5.2",
79634
79634
  description: "Calculate Canadian payroll deductions using CRA's Payroll Deductions Online Calculator",
79635
79635
  type: "module",
79636
79636
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seethruhead/cra-payroll",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Calculate Canadian payroll deductions using CRA's Payroll Deductions Online Calculator",
5
5
  "type": "module",
6
6
  "bin": {