openclaw-overlay-plugin 0.8.33 → 0.8.34
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -136843,7 +136843,7 @@ function checkBudget(walletDir, requestedSats, dailyLimit) {
|
|
|
136843
136843
|
};
|
|
136844
136844
|
}
|
|
136845
136845
|
function register(api) {
|
|
136846
|
-
const version = "0.8.
|
|
136846
|
+
const version = "0.8.34";
|
|
136847
136847
|
if (isInitialized) return;
|
|
136848
136848
|
isInitialized = true;
|
|
136849
136849
|
const config = api.pluginConfig || {};
|