pragma-openclaw 0.2.1 → 0.2.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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![OpenClaw](https://img.shields.io/badge/OpenClaw-plugin-FF6B35?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDJMMiAyMmgyMEwxMiAyeiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=)](https://openclaw.ai)
6
6
  [![Monad](https://img.shields.io/badge/Monad-live-836EF9)](https://monad.xyz)
7
7
  [![npm](https://img.shields.io/npm/v/pragma-openclaw)](https://www.npmjs.com/package/pragma-openclaw)
8
- [![Version](https://img.shields.io/badge/version-0.2.1-green.svg)](CHANGELOG.md)
8
+ [![Version](https://img.shields.io/badge/version-0.2.3-green.svg)](CHANGELOG.md)
9
9
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
10
10
 
11
11
  > **Beta Software.** pragma is experimental and under active development. Trading involves risk of loss — use at your own discretion and never trade more than you can afford to lose.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "pragma-openclaw",
3
3
  "name": "pragma",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
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.2.1",
3
+ "version": "0.2.3",
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",