Skip to content

Commit 732eb03

Browse files
committed
bump: v0.1.2
1 parent 838a610 commit 732eb03

File tree

4 files changed

+62
-13
lines changed

4 files changed

+62
-13
lines changed

packages/openmm-skills/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
{
22
"name": "@qbtlabs/openmm-skills",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Install OpenMM skills for AI agents — market making, grid trading, and Cardano DEX integration",
5-
"keywords": ["openmm", "skills", "trading", "market-making", "ai-agents", "grid", "cardano"],
5+
"keywords": [
6+
"openmm",
7+
"skills",
8+
"trading",
9+
"market-making",
10+
"ai-agents",
11+
"grid",
12+
"cardano"
13+
],
614
"type": "module",
715
"bin": {
816
"openmm-skills": "./bin/openmm-skills.mjs"
917
},
10-
"files": ["bin"],
18+
"files": [
19+
"bin"
20+
],
1121
"license": "MIT",
1222
"repository": {
1323
"type": "git",

packages/plugins/openclaw-openmm/package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
{
22
"name": "@qbtlabs/openclaw-openmm",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "OpenClaw plugin for OpenMM — trade, monitor, and manage grid strategies from Telegram or any OpenClaw channel",
5-
"keywords": ["openclaw", "openmm", "trading", "grid", "market-making", "telegram"],
6-
"files": ["src", "openclaw.plugin.json", "README.md"],
5+
"keywords": [
6+
"openclaw",
7+
"openmm",
8+
"trading",
9+
"grid",
10+
"market-making",
11+
"telegram"
12+
],
13+
"files": [
14+
"src",
15+
"openclaw.plugin.json",
16+
"README.md"
17+
],
718
"license": "MIT",
819
"repository": {
920
"type": "git",
@@ -14,7 +25,9 @@
1425
"typecheck": "tsc --noEmit"
1526
},
1627
"openclaw": {
17-
"extensions": ["./src/index.ts"]
28+
"extensions": [
29+
"./src/index.ts"
30+
]
1831
},
1932
"dependencies": {
2033
"@3rd-eye-labs/openmm": "latest",

packages/plugins/openmm-market-data/package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
{
22
"name": "@qbtlabs/openmm-market-data",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Market data, portfolio tracking, and Cardano DEX integration for OpenMM",
5-
"keywords": ["openmm", "market-data", "portfolio", "cardano", "dex", "agent-skills"],
6-
"files": ["skills", "references", "openclaw.plugin.json", "CLAUDE.md", "README.md"],
5+
"keywords": [
6+
"openmm",
7+
"market-data",
8+
"portfolio",
9+
"cardano",
10+
"dex",
11+
"agent-skills"
12+
],
13+
"files": [
14+
"skills",
15+
"references",
16+
"openclaw.plugin.json",
17+
"CLAUDE.md",
18+
"README.md"
19+
],
720
"license": "MIT",
821
"repository": {
922
"type": "git",

packages/plugins/openmm-trading/package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
{
22
"name": "@qbtlabs/openmm-trading",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Exchange setup, order management, and grid trading strategies for OpenMM",
5-
"keywords": ["openmm", "trading", "grid", "market-making", "agent-skills"],
6-
"files": ["skills", "references", "agents", "openclaw.plugin.json", "CLAUDE.md", "README.md"],
5+
"keywords": [
6+
"openmm",
7+
"trading",
8+
"grid",
9+
"market-making",
10+
"agent-skills"
11+
],
12+
"files": [
13+
"skills",
14+
"references",
15+
"agents",
16+
"openclaw.plugin.json",
17+
"CLAUDE.md",
18+
"README.md"
19+
],
720
"license": "MIT",
821
"repository": {
922
"type": "git",

0 commit comments

Comments
 (0)