@alex123bob/opencode-cache-stats 1.0.3 → 1.0.4
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/dist/index.d.ts +1 -4
- package/dist/index.js +2 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { Plugin } from '@opencode-ai/plugin';
|
|
2
|
-
import { TuiPlugin } from '@opencode-ai/plugin/tui';
|
|
3
2
|
|
|
4
3
|
declare const server: Plugin;
|
|
5
|
-
declare const tui: TuiPlugin;
|
|
6
4
|
declare const id = "opencode-cache-stats";
|
|
7
5
|
declare const _default: {
|
|
8
6
|
id: string;
|
|
9
7
|
server: Plugin;
|
|
10
|
-
tui: TuiPlugin;
|
|
11
8
|
};
|
|
12
9
|
|
|
13
|
-
export { _default as default, id, server
|
|
10
|
+
export { _default as default, id, server };
|
package/dist/index.js
CHANGED
|
@@ -29,11 +29,7 @@ var server = async (_input) => {
|
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
|
-
var tui = async (...args) => {
|
|
33
|
-
const mod = await import('./tui.js');
|
|
34
|
-
return mod.tui(...args);
|
|
35
|
-
};
|
|
36
32
|
var id = "opencode-cache-stats";
|
|
37
|
-
var src_default = { id, server
|
|
33
|
+
var src_default = { id, server };
|
|
38
34
|
|
|
39
|
-
export { src_default as default, id, server
|
|
35
|
+
export { src_default as default, id, server };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@alex123bob/opencode-cache-stats",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "opencode plugin — live cache hit rate widget in the TUI sidebar + per-session JSONL stats log",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Alexander Li",
|