mnemospark 0.8.2 → 0.8.3
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4604,7 +4604,7 @@ function buildStoragePaymentCronCommand(job) {
|
|
|
4604
4604
|
}
|
|
4605
4605
|
function buildOpenClawRenewalAgentMessage(openClawHome, renewalArgs) {
|
|
4606
4606
|
const cliPath = join8(openClawHome, ".openclaw/extensions/mnemospark/dist/cli.js");
|
|
4607
|
-
return `
|
|
4607
|
+
return `Execute: node ${cliPath} cloud ${renewalArgs}`;
|
|
4608
4608
|
}
|
|
4609
4609
|
function parseStoragePaymentCronCommand(command) {
|
|
4610
4610
|
const objectIdMatch = command.match(/--object-id\s+("([^"\\]|\\.)*"|'([^'\\]|\\.)*'|\S+)/);
|