@seethruhead/cra-payroll 0.8.2 → 0.8.4

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/README.md.bak CHANGED
@@ -127,6 +127,18 @@ CLI args override config file values. Missing values are prompted interactively.
127
127
  | CPP2 max (additional) | $416.00 |
128
128
  | EI max premium | $1,123.07 |
129
129
 
130
+ ## Docker
131
+
132
+ No Chrome install needed — everything is bundled in the image.
133
+
134
+ ```bash
135
+ docker run --rm ghcr.io/seethruhead/cra-payroll --salary 100000
136
+ docker run --rm ghcr.io/seethruhead/cra-payroll --salary 150000 --table
137
+ docker run --rm ghcr.io/seethruhead/cra-payroll --salary 120000 --province "British Columbia" --annual --monthly
138
+ ```
139
+
140
+ > **Note:** The image is x86_64 only. On Apple Silicon Macs it runs via Rosetta emulation (slower but works).
141
+
130
142
  ## Run from source
131
143
 
132
144
  If you'd rather not download a binary, you can clone and run directly. You'll need [Google Chrome](https://www.google.com/chrome/) installed.
@@ -79638,7 +79638,7 @@ import { existsSync as existsSync4, renameSync, unlinkSync, chmodSync } from "fs
79638
79638
  // package.json
79639
79639
  var package_default = {
79640
79640
  name: "@seethruhead/cra-payroll",
79641
- version: "0.8.2",
79641
+ version: "0.8.4",
79642
79642
  description: "Calculate Canadian payroll deductions using CRA's Payroll Deductions Online Calculator",
79643
79643
  type: "module",
79644
79644
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seethruhead/cra-payroll",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Calculate Canadian payroll deductions using CRA's Payroll Deductions Online Calculator",
5
5
  "type": "module",
6
6
  "bin": {