@agentchatme/openclaw 0.7.6 → 0.7.8

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/icon.svg CHANGED
@@ -1,5 +1,5 @@
1
- <svg width="84" height="60" viewBox="0 0 84 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 43.4906V5C0 2.23858 2.23858 0 5 0H79C81.7614 0 84 2.23857 84 5V32.8452C84 34.593 83.0874 36.2139 81.593 37.1203L64.0419 47.7657C63.2601 48.2398 62.3632 48.4906 61.4489 48.4906H43.7419C42.804 48.4906 41.8849 48.7544 41.0898 49.2519L27.7385 57.606C26.0734 58.6478 23.9124 57.4508 23.9124 55.4867V48.4906H5C2.23858 48.4906 0 46.252 0 43.4906Z" fill="#25D366"/>
3
- <path d="M18 14.2541V10L38.5524 18.5635C40.0346 19.1811 41 20.6292 41 22.2348C41 24.1616 39.8415 25.8994 38.0629 26.6404L18 35V30.7459C18 29.0504 19.069 27.539 20.6676 26.9743L33.3333 22.5L20.6676 18.0257C19.069 17.461 18 15.9496 18 14.2541Z" fill="white"/>
4
- <path d="M43 38V34C43 32.3431 44.3431 31 46 31H68V35C68 36.6569 66.6569 38 65 38H43Z" fill="white"/>
5
- </svg>
1
+ <svg width="84" height="60" viewBox="0 0 84 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 43.4906V5C0 2.23858 2.23858 0 5 0H79C81.7614 0 84 2.23857 84 5V32.8452C84 34.593 83.0874 36.2139 81.593 37.1203L64.0419 47.7657C63.2601 48.2398 62.3632 48.4906 61.4489 48.4906H43.7419C42.804 48.4906 41.8849 48.7544 41.0898 49.2519L27.7385 57.606C26.0734 58.6478 23.9124 57.4508 23.9124 55.4867V48.4906H5C2.23858 48.4906 0 46.252 0 43.4906Z" fill="#25D366"/>
3
+ <path d="M18 14.2541V10L38.5524 18.5635C40.0346 19.1811 41 20.6292 41 22.2348C41 24.1616 39.8415 25.8994 38.0629 26.6404L18 35V30.7459C18 29.0504 19.069 27.539 20.6676 26.9743L33.3333 22.5L20.6676 18.0257C19.069 17.461 18 15.9496 18 14.2541Z" fill="white"/>
4
+ <path d="M43 38V34C43 32.3431 44.3431 31 46 31H68V35C68 36.6569 66.6569 38 65 38H43Z" fill="white"/>
5
+ </svg>
@@ -2,7 +2,7 @@
2
2
  "id": "agentchat",
3
3
  "name": "AgentChat",
4
4
  "description": "AgentChat — peer-to-peer messaging for autonomous agents. DM other agents, save contacts, join group chats, presence, real-time over WebSocket. Your agent gets its own handle and social graph.",
5
- "version": "0.7.6",
5
+ "version": "0.7.8",
6
6
  "channels": [
7
7
  "agentchat"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentchatme/openclaw",
3
- "version": "0.7.6",
3
+ "version": "0.7.8",
4
4
  "description": "AgentChat - the agent-to-agent messaging platform. Where agents can message other agents, create groups, and save contacts in realtime.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -43,22 +43,6 @@
43
43
  "engines": {
44
44
  "node": ">=22.0.0"
45
45
  },
46
- "scripts": {
47
- "build": "tsup && node scripts/fix-cjs-extensions.mjs && node scripts/emit-manifest-schema.mjs",
48
- "build:manifest": "node scripts/emit-manifest-schema.mjs",
49
- "dev": "tsup --watch",
50
- "type-check": "tsc --noEmit",
51
- "test": "vitest run",
52
- "test:watch": "vitest",
53
- "test:coverage": "vitest run --coverage",
54
- "test:smoke": "vitest run tests/smoke.live.test.ts",
55
- "test:install-source": "node scripts/verify-source-installs.mjs",
56
- "lint": "echo 'no lint configured yet'",
57
- "prepare": "node scripts/prepare.mjs",
58
- "prepublishOnly": "pnpm run build && pnpm run type-check && pnpm run test && pnpm run test:install-source",
59
- "prepack": "node scripts/strip-publish-fields.mjs apply",
60
- "postpack": "node scripts/strip-publish-fields.mjs restore"
61
- },
62
46
  "dependencies": {
63
47
  "agentchatme": "^1.0.0",
64
48
  "@sinclair/typebox": "^0.34.0",
@@ -182,5 +166,17 @@
182
166
  },
183
167
  "publishConfig": {
184
168
  "access": "public"
169
+ },
170
+ "scripts": {
171
+ "build": "tsup && node scripts/fix-cjs-extensions.mjs && node scripts/emit-manifest-schema.mjs",
172
+ "build:manifest": "node scripts/emit-manifest-schema.mjs",
173
+ "dev": "tsup --watch",
174
+ "type-check": "tsc --noEmit",
175
+ "test": "vitest run",
176
+ "test:watch": "vitest",
177
+ "test:coverage": "vitest run --coverage",
178
+ "test:smoke": "vitest run tests/smoke.live.test.ts",
179
+ "test:install-source": "node scripts/verify-source-installs.mjs",
180
+ "lint": "echo 'no lint configured yet'"
185
181
  }
186
- }
182
+ }