codex-wrapped-christmas 1.0.1 → 1.0.3

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 +1 -0
  2. package/package.json +13 -15
package/README.md CHANGED
@@ -56,6 +56,7 @@ codex-wrapped-christmas
56
56
  | Option | Description |
57
57
  | --------------- | ------------------------------------ |
58
58
  | `--year, -y` | Generate wrapped for a specific year |
59
+ | `--no-projects` | Hide project names in the image |
59
60
  | `--help, -h` | Show help message |
60
61
  | `--version, -v` | Show version number |
61
62
 
package/package.json CHANGED
@@ -1,25 +1,23 @@
1
1
  {
2
2
  "name": "codex-wrapped-christmas",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Generate a personalized Spotify Wrapped-style summary of your Codex usage",
5
- "bin": {
6
- "codex-wrapped-christmas": "./bin/codex-wrapped-christmas"
7
- },
5
+ "bin": "bin/codex-wrapped-christmas",
8
6
  "scripts": {
9
7
  "postinstall": "node ./postinstall.mjs"
10
8
  },
11
9
  "optionalDependencies": {
12
- "codex-wrapped-christmas-linux-arm64": "1.0.0",
13
- "codex-wrapped-christmas-linux-x64": "1.0.0",
14
- "codex-wrapped-christmas-linux-x64-baseline": "1.0.0",
15
- "codex-wrapped-christmas-linux-arm64-musl": "1.0.0",
16
- "codex-wrapped-christmas-linux-x64-musl": "1.0.0",
17
- "codex-wrapped-christmas-linux-x64-baseline-musl": "1.0.0",
18
- "codex-wrapped-christmas-darwin-arm64": "1.0.0",
19
- "codex-wrapped-christmas-darwin-x64": "1.0.0",
20
- "codex-wrapped-christmas-darwin-x64-baseline": "1.0.0",
21
- "codex-wrapped-christmas-windows-x64": "1.0.0",
22
- "codex-wrapped-christmas-windows-x64-baseline": "1.0.0"
10
+ "codex-wrapped-christmas-linux-arm64": "1.0.3",
11
+ "codex-wrapped-christmas-linux-x64": "1.0.3",
12
+ "codex-wrapped-christmas-linux-x64-baseline": "1.0.3",
13
+ "codex-wrapped-christmas-linux-arm64-musl": "1.0.3",
14
+ "codex-wrapped-christmas-linux-x64-musl": "1.0.3",
15
+ "codex-wrapped-christmas-linux-x64-baseline-musl": "1.0.3",
16
+ "codex-wrapped-christmas-darwin-arm64": "1.0.3",
17
+ "codex-wrapped-christmas-darwin-x64": "1.0.3",
18
+ "codex-wrapped-christmas-darwin-x64-baseline": "1.0.3",
19
+ "codex-wrapped-christmas-windows-x64": "1.0.3",
20
+ "codex-wrapped-christmas-windows-x64-baseline": "1.0.3"
23
21
  },
24
22
  "repository": {
25
23
  "type": "git",