threadlens 1.2.0 → 1.2.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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "threadlens",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "Local
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"description": "Local search for your coding-agent sessions across Codex, Claude Code, Cursor, and more.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"threadlens": "bin/threadlens.js"
|
|
7
7
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"url": "https://github.com/moinulmoin/threadlens/issues"
|
|
40
40
|
},
|
|
41
41
|
"optionalDependencies": {
|
|
42
|
-
"@moinulmoin/threadlens-darwin-arm64": "1.2.
|
|
43
|
-
"@moinulmoin/threadlens-linux-x64-gnu": "1.2.
|
|
42
|
+
"@moinulmoin/threadlens-darwin-arm64": "1.2.1",
|
|
43
|
+
"@moinulmoin/threadlens-linux-x64-gnu": "1.2.1"
|
|
44
44
|
}
|
|
45
45
|
}
|