refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "@moltbot/msteams",
"version": "2026.1.29",
"name": "@openclaw/msteams",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Microsoft Teams channel plugin",
"moltbot": {
"description": "OpenClaw Microsoft Teams channel plugin",
"openclaw": {
"extensions": [
"./index.ts"
],
@@ -20,7 +20,7 @@
"order": 60
},
"install": {
"npmSpec": "@moltbot/msteams",
"npmSpec": "@openclaw/msteams",
"localPath": "extensions/msteams",
"defaultChoice": "npm"
}
@@ -29,7 +29,7 @@
"@microsoft/agents-hosting": "^1.2.2",
"@microsoft/agents-hosting-express": "^1.2.2",
"@microsoft/agents-hosting-extensions-teams": "^1.2.2",
"moltbot": "workspace:*",
"openclaw": "workspace:*",
"express": "^5.2.1",
"proper-lockfile": "^4.1.2"
}