@@ -41,7 +41,7 @@ const TWO_SESSIONS_WARNING =
4141
4242export const rtcContentProvider : JupyterFrontEndPlugin < ICollaborativeContentProvider > =
4343 {
44- id : '@jupyter/server-documents/docprovider-extension: content-provider' ,
44+ id : '@jupyter/server-documents:rtc- content-provider' ,
4545 description : 'The RTC content provider' ,
4646 provides : ICollaborativeContentProvider ,
4747 requires : [ ITranslator ] ,
@@ -82,7 +82,7 @@ export const rtcContentProvider: JupyterFrontEndPlugin<ICollaborativeContentProv
8282 * Plugin to register the shared model factory for the content type 'file'.
8383 */
8484export const yfile : JupyterFrontEndPlugin < void > = {
85- id : '@jupyter/server-documents/docprovider-extension :yfile' ,
85+ id : '@jupyter/server-documents:yfile' ,
8686 description :
8787 "Plugin to register the shared model factory for the content type 'file'" ,
8888 autoStart : true ,
@@ -107,7 +107,7 @@ export const yfile: JupyterFrontEndPlugin<void> = {
107107 * Plugin to register the shared model factory for the content type 'notebook'.
108108 */
109109export const ynotebook : JupyterFrontEndPlugin < void > = {
110- id : '@jupyter/server-documents/docprovider-extension :ynotebook' ,
110+ id : '@jupyter/server-documents:ynotebook' ,
111111 description :
112112 "Plugin to register the shared model factory for the content type 'notebook'" ,
113113 autoStart : true ,
@@ -158,7 +158,7 @@ export const ynotebook: JupyterFrontEndPlugin<void> = {
158158 * The default collaborative drive provider.
159159 */
160160export const logger : JupyterFrontEndPlugin < void > = {
161- id : '@jupyter/server-documents/docprovider-extension: logger' ,
161+ id : '@jupyter/server-documents:rtc-drive- logger' ,
162162 description : 'A logging plugin for debugging purposes.' ,
163163 autoStart : true ,
164164 optional : [ ILoggerRegistry , IEditorTracker , INotebookTracker , ITranslator ] ,
0 commit comments