@@ -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 ] ,
@@ -81,7 +81,7 @@ export const rtcContentProvider: JupyterFrontEndPlugin<ICollaborativeContentProv
8181 * Plugin to register the shared model factory for the content type 'file'.
8282 */
8383export const yfile : JupyterFrontEndPlugin < void > = {
84- id : '@jupyter/server-documents/docprovider-extension :yfile' ,
84+ id : '@jupyter/server-documents:yfile' ,
8585 description :
8686 "Plugin to register the shared model factory for the content type 'file'" ,
8787 autoStart : true ,
@@ -106,7 +106,7 @@ export const yfile: JupyterFrontEndPlugin<void> = {
106106 * Plugin to register the shared model factory for the content type 'notebook'.
107107 */
108108export const ynotebook : JupyterFrontEndPlugin < void > = {
109- id : '@jupyter/server-documents/docprovider-extension :ynotebook' ,
109+ id : '@jupyter/server-documents:ynotebook' ,
110110 description :
111111 "Plugin to register the shared model factory for the content type 'notebook'" ,
112112 autoStart : true ,
@@ -157,7 +157,7 @@ export const ynotebook: JupyterFrontEndPlugin<void> = {
157157 * The default collaborative drive provider.
158158 */
159159export const logger : JupyterFrontEndPlugin < void > = {
160- id : '@jupyter/server-documents/docprovider-extension: logger' ,
160+ id : '@jupyter/server-documents:rtc-drive- logger' ,
161161 description : 'A logging plugin for debugging purposes.' ,
162162 autoStart : true ,
163163 optional : [ ILoggerRegistry , IEditorTracker , INotebookTracker , ITranslator ] ,
0 commit comments