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 CHANGED
@@ -27294,8 +27294,8 @@ function ensurePragmaConfig(configPath) {
27294
27294
  }, null, 2));
27295
27295
  }
27296
27296
  var pragmaPlugin = {
27297
- id: "pragma",
27298
- name: "Pragma",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
- "id": "pragma",
2
+ "id": "pragma-openclaw",
3
3
  "name": "pragma",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "vibetrading for OpenClaw — on-chain trading and market intelligence on monad",
6
6
  "skills": ["./skills"],
7
7
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pragma-openclaw",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "pragma plugin for OpenClaw — on-chain trading and market intelligence on monad",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",