opencode-crof-sidebar 0.1.1 → 0.1.2

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/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -112,7 +112,9 @@ var tui = async (api) => {
112
112
  }
113
113
  });
114
114
  };
115
- var src_default = tui;
115
+ var src_default = {
116
+ tui
117
+ };
116
118
  export {
117
119
  src_default as default
118
120
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-crof-sidebar",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "OpenCode TUI plugin that displays CrofAI usage (requests/day, credits) in the sidebar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",