@icaruk/zai-peak-hours 0.0.5 → 0.0.6

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 CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { Plugin } from '@opencode-ai/plugin';
2
- export declare const PeakHoursPlugin: Plugin;
2
+ export declare const PeakHours: Plugin;
package/dist/index.js CHANGED
@@ -74,7 +74,7 @@ Time until ${status.transitionType}: ${status.timeUntilTransition}
74
74
  }
75
75
  });
76
76
  }
77
- export const PeakHoursPlugin = async ({ client }) => {
77
+ export const PeakHours = async ({ client }) => {
78
78
  const config = loadConfig();
79
79
  const updateInterval = config.updateIntervalMinutes * 60 * 1000;
80
80
  await client.tui.showToast({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icaruk/zai-peak-hours",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "description": "OpenCode plugin to display z.ai peak hours information with automatic timezone detection",
6
6
  "main": "dist/index.js",