We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03508bb commit 0d8e3acCopy full SHA for 0d8e3ac
src/plugin.ts
@@ -11,7 +11,7 @@ import * as widgetExports from './index';
11
12
import { MODULE_NAME, MODULE_VERSION } from './version';
13
14
-const EXTENSION_ID = 'bqplot-gl:plugin';
+const EXTENSION_ID = `@bqplot/bqplot-gl:plugin${MODULE_VERSION}`;
15
16
/**
17
* The bqlotGL plugin.
0 commit comments