pragma-openclaw 0.1.0 → 0.1.1
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27294,8 +27294,8 @@ function ensurePragmaConfig(configPath) {
|
|
|
27294
27294
|
}, null, 2));
|
|
27295
27295
|
}
|
|
27296
27296
|
var pragmaPlugin = {
|
|
27297
|
-
id: "pragma",
|
|
27298
|
-
name: "
|
|
27297
|
+
id: "pragma-openclaw",
|
|
27298
|
+
name: "pragma",
|
|
27299
27299
|
description: "On-chain trading and market intelligence on Monad",
|
|
27300
27300
|
configSchema: {
|
|
27301
27301
|
type: "object",
|
package/openclaw.plugin.json
CHANGED