@badgerclaw/connect 1.4.4 → 1.4.5

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -6,7 +6,7 @@ import { setMatrixRuntime } from "./src/runtime.js";
6
6
 
7
7
  async function checkPluginUpdate(log: (msg: string) => void): Promise<void> {
8
8
  try {
9
- const CURRENT = "1.4.3";
9
+ const CURRENT = "1.4.4";
10
10
  const controller = new AbortController();
11
11
  setTimeout(() => controller.abort(), 3000);
12
12
  const resp = await fetch("https://registry.npmjs.org/@badgerclaw/connect/latest", { signal: controller.signal });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@badgerclaw/connect",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "BadgerClaw channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "dependencies": {