From c64b89954370c168e9781afe47bf6b70f2094a7f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:22:32 +0000 Subject: [PATCH] chore: rename references from chat-mention-plugin to bbb-plugin-chat-mention Agent-Logs-Url: https://github.com/bigbluebutton/bbb-plugin-chat-mention/sessions/8d1738fa-bc4d-4706-b899-d87753d64944 Co-authored-by: antobinary <6312397+antobinary@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 2 +- .../component.tsx | 0 src/{chat-mention-plugin => bbb-plugin-chat-mention}/types.ts | 0 src/index.tsx | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename src/{chat-mention-plugin => bbb-plugin-chat-mention}/component.tsx (100%) rename src/{chat-mention-plugin => bbb-plugin-chat-mention}/types.ts (100%) diff --git a/package-lock.json b/package-lock.json index bafaefa..b859cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "chat-mention-plugin", + "name": "bbb-plugin-chat-mention", "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "chat-mention-plugin", + "name": "bbb-plugin-chat-mention", "version": "0.3.0", "dependencies": { "@testing-library/react": "^13.4.0", diff --git a/package.json b/package.json index 8ec1117..d2f7e5a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "chat-mention-plugin", + "name": "bbb-plugin-chat-mention", "version": "0.3.0", "private": true, "main": "./src/index.tsx", diff --git a/src/chat-mention-plugin/component.tsx b/src/bbb-plugin-chat-mention/component.tsx similarity index 100% rename from src/chat-mention-plugin/component.tsx rename to src/bbb-plugin-chat-mention/component.tsx diff --git a/src/chat-mention-plugin/types.ts b/src/bbb-plugin-chat-mention/types.ts similarity index 100% rename from src/chat-mention-plugin/types.ts rename to src/bbb-plugin-chat-mention/types.ts diff --git a/src/index.tsx b/src/index.tsx index 5ce5a65..e50da51 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,6 +1,6 @@ import * as React from 'react'; import * as ReactDOM from 'react-dom/client'; -import ChatMention from './chat-mention-plugin/component'; +import ChatMention from './bbb-plugin-chat-mention/component'; const uuid = document.currentScript?.getAttribute('uuid') || 'root';