@opengate/openclaw 0.1.7 → 0.1.8
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.js +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -296,7 +296,7 @@ function formatNotificationSummary(notifications) {
|
|
|
296
296
|
}
|
|
297
297
|
|
|
298
298
|
// src/index.ts
|
|
299
|
-
var PKG_VERSION = "0.1.
|
|
299
|
+
var PKG_VERSION = "0.1.8";
|
|
300
300
|
async function checkForUpdate() {
|
|
301
301
|
try {
|
|
302
302
|
const res = await fetch("https://registry.npmjs.org/@opengate/openclaw/latest", {
|
|
@@ -313,7 +313,7 @@ async function checkForUpdate() {
|
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
var DEFAULT_POLL_INTERVAL_MS = 6e5;
|
|
316
|
-
var SESSION_KEY = "
|
|
316
|
+
var SESSION_KEY = "main";
|
|
317
317
|
function register(api, config) {
|
|
318
318
|
const mode = config.mode ?? "polling";
|
|
319
319
|
const pollIntervalMs = config.pollIntervalMs ?? DEFAULT_POLL_INTERVAL_MS;
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED