@seethruhead/cra-payroll 0.2.1 → 0.2.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.
@@ -79563,7 +79563,7 @@ import { existsSync as existsSync3, renameSync, unlinkSync, chmodSync } from "fs
79563
79563
  // package.json
79564
79564
  var package_default = {
79565
79565
  name: "@seethruhead/cra-payroll",
79566
- version: "0.2.1",
79566
+ version: "0.2.2",
79567
79567
  description: "Calculate Canadian payroll deductions using CRA's Payroll Deductions Online Calculator",
79568
79568
  type: "module",
79569
79569
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seethruhead/cra-payroll",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Calculate Canadian payroll deductions using CRA's Payroll Deductions Online Calculator",
5
5
  "type": "module",
6
6
  "bin": {