tourdiff 0.1.4 → 0.1.5
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 +3 -3
- 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
|
|
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.
|
|
3
|
+
"version": "0.1.5",
|
|
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.
|
|
51
|
-
"tourdiff-darwin-x64": "0.1.
|
|
52
|
-
"tourdiff-linux-arm64": "0.1.
|
|
53
|
-
"tourdiff-linux-x64": "0.1.
|
|
54
|
-
"tourdiff-windows-x64": "0.1.
|
|
50
|
+
"tourdiff-darwin-arm64": "0.1.5",
|
|
51
|
+
"tourdiff-darwin-x64": "0.1.5",
|
|
52
|
+
"tourdiff-linux-arm64": "0.1.5",
|
|
53
|
+
"tourdiff-linux-x64": "0.1.5",
|
|
54
|
+
"tourdiff-windows-x64": "0.1.5"
|
|
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",
|