tourdiff 0.1.4 → 0.1.6

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 +3 -3
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -10,14 +10,14 @@ Homebrew (macOS, Linux):
10
10
  brew install a9a4k/tap/tour
11
11
  ```
12
12
 
13
- npm / bun:
13
+ npm:
14
14
 
15
15
  ```sh
16
16
  npm i -g tourdiff
17
- # or
18
- bun add -g tourdiff
19
17
  ```
20
18
 
19
+ Or any other Node package manager: `pnpm add -g tourdiff` · `bun add -g tourdiff` · `yarn global add tourdiff`.
20
+
21
21
  Verify:
22
22
 
23
23
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tourdiff",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Local code review tool with AI annotations: TUI + webapp over a pinned git diff.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -47,16 +47,17 @@
47
47
  "release": "bun scripts/release.ts"
48
48
  },
49
49
  "optionalDependencies": {
50
- "tourdiff-darwin-arm64": "0.1.4",
51
- "tourdiff-darwin-x64": "0.1.4",
52
- "tourdiff-linux-arm64": "0.1.4",
53
- "tourdiff-linux-x64": "0.1.4",
54
- "tourdiff-windows-x64": "0.1.4"
50
+ "tourdiff-darwin-arm64": "0.1.6",
51
+ "tourdiff-darwin-x64": "0.1.6",
52
+ "tourdiff-linux-arm64": "0.1.6",
53
+ "tourdiff-linux-x64": "0.1.6",
54
+ "tourdiff-windows-x64": "0.1.6"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@ai-hero/sandcastle": "^0.5.10",
58
58
  "@opentui/react": "^0.2.5",
59
59
  "@pierre/diffs": "^1.1.21",
60
+ "@primer/octicons-react": "^19.25.0",
60
61
  "@types/node": "^22.0.0",
61
62
  "@types/react": "^19.2.0",
62
63
  "@types/react-dom": "^19.0.0",