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/cli.js
CHANGED
|
@@ -4553,7 +4553,7 @@ function buildStoragePaymentCronCommand(job) {
|
|
|
4553
4553
|
}
|
|
4554
4554
|
function buildOpenClawRenewalAgentMessage(openClawHome, renewalArgs) {
|
|
4555
4555
|
const cliPath = join8(openClawHome, ".openclaw/extensions/mnemospark/dist/cli.js");
|
|
4556
|
-
return `
|
|
4556
|
+
return `Execute: node ${cliPath} cloud ${renewalArgs}`;
|
|
4557
4557
|
}
|
|
4558
4558
|
function parseStoragePaymentCronCommand(command) {
|
|
4559
4559
|
const objectIdMatch = command.match(/--object-id\s+("([^"\\]|\\.)*"|'([^'\\]|\\.)*'|\S+)/);
|