@yahaha-studio/kichi-forwarder 0.1.0-beta.1 → 0.1.0-beta.2

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
@@ -1,6 +1,6 @@
1
1
  # Kichi Forwarder
2
2
 
3
- ![Kichi cover](./assets/kichi-cover.jpg)
3
+ ![Kichi cover](https://raw.githubusercontent.com/Yahaha-Studio/kichi-forwarder/main/assets/kichi-cover.jpg)
4
4
 
5
5
  Kichi Forwarder brings your OpenClaw companion into Kichi.
6
6
 
@@ -2,7 +2,7 @@
2
2
  "id": "kichi-forwarder",
3
3
  "name": "Kichi Forwarder",
4
4
  "description": "Native OpenClaw plugin for Kichi World with status sync, timers, notes, and music tools",
5
- "version": "0.1.0-beta.1",
5
+ "version": "0.1.0-beta.2",
6
6
  "author": "OpenClaw",
7
7
  "skills": ["./skills/kichi-forwarder"],
8
8
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yahaha-studio/kichi-forwarder",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "description": "Native OpenClaw plugin for Kichi World with status sync, timers, notes, and music tools",
5
5
  "type": "module",
6
6
  "main": "index.ts",