claude-code-reader 1.1.0-rc.1 → 1.2.1-beta.1
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-reader",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.2.1-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A desktop application for viewing and managing Claude Code session records and settings",
|
|
6
6
|
"author": "墨叶染千枝",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"linux"
|
|
43
43
|
],
|
|
44
44
|
"optionalDependencies": {
|
|
45
|
-
"claude-code-reader-win32-x64": "1.1
|
|
46
|
-
"claude-code-reader-darwin-arm64": "1.1
|
|
47
|
-
"claude-code-reader-darwin-x64": "1.1
|
|
48
|
-
"claude-code-reader-linux-x64": "1.1
|
|
45
|
+
"claude-code-reader-win32-x64": "1.2.1-beta.1",
|
|
46
|
+
"claude-code-reader-darwin-arm64": "1.2.1-beta.1",
|
|
47
|
+
"claude-code-reader-darwin-x64": "1.2.1-beta.1",
|
|
48
|
+
"claude-code-reader-linux-x64": "1.2.1-beta.1"
|
|
49
49
|
}
|
|
50
50
|
}
|