@jbrowse/plugin-sv-inspector 2.11.0 → 2.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,2 @@
1
1
  import PluginManager from '@jbrowse/core/PluginManager';
2
- declare const _default: (pluginManager: PluginManager) => void;
3
- export default _default;
2
+ export default function LaunchSvInspectorViewF(pluginManager: PluginManager): void;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = (pluginManager) => {
3
+ function LaunchSvInspectorViewF(pluginManager) {
4
4
  pluginManager.addToExtensionPoint('LaunchView-SvInspectorView',
5
5
  // @ts-expect-error
6
6
  async ({ session, assembly, uri, fileType, }) => {
@@ -23,4 +23,5 @@ exports.default = (pluginManager) => {
23
23
  });
24
24
  await view.spreadsheetView.importWizard.import(assembly);
25
25
  });
26
- };
26
+ }
27
+ exports.default = LaunchSvInspectorViewF;
@@ -1,3 +1,2 @@
1
1
  import PluginManager from '@jbrowse/core/PluginManager';
2
- declare const _default: (pluginManager: PluginManager) => void;
3
- export default _default;
2
+ export default function SvInspectorViewF(pluginManager: PluginManager): void;
@@ -19,7 +19,7 @@ function defaultOnChordClick(feature, chordTrack, pluginManager) {
19
19
  viewSnapshot.featureData = feature.toJSON();
20
20
  session.addView('BreakpointSplitView', viewSnapshot);
21
21
  }
22
- exports.default = (pluginManager) => {
22
+ function SvInspectorViewF(pluginManager) {
23
23
  pluginManager.jexl.addFunction('defaultOnChordClick', defaultOnChordClick);
24
24
  pluginManager.addViewType(() => {
25
25
  const stateModel = (0, SvInspectorView_2.default)(pluginManager);
@@ -30,4 +30,5 @@ exports.default = (pluginManager) => {
30
30
  ReactComponent: SvInspectorView_1.default,
31
31
  });
32
32
  });
33
- };
33
+ }
34
+ exports.default = SvInspectorViewF;
@@ -1,3 +1,2 @@
1
1
  import PluginManager from '@jbrowse/core/PluginManager';
2
- declare const _default: (pluginManager: PluginManager) => void;
3
- export default _default;
2
+ export default function LaunchSvInspectorViewF(pluginManager: PluginManager): void;
@@ -1,4 +1,4 @@
1
- export default (pluginManager) => {
1
+ export default function LaunchSvInspectorViewF(pluginManager) {
2
2
  pluginManager.addToExtensionPoint('LaunchView-SvInspectorView',
3
3
  // @ts-expect-error
4
4
  async ({ session, assembly, uri, fileType, }) => {
@@ -21,4 +21,4 @@ export default (pluginManager) => {
21
21
  });
22
22
  await view.spreadsheetView.importWizard.import(assembly);
23
23
  });
24
- };
24
+ }
@@ -1,3 +1,2 @@
1
1
  import PluginManager from '@jbrowse/core/PluginManager';
2
- declare const _default: (pluginManager: PluginManager) => void;
3
- export default _default;
2
+ export default function SvInspectorViewF(pluginManager: PluginManager): void;
@@ -14,7 +14,7 @@ function defaultOnChordClick(feature, chordTrack, pluginManager) {
14
14
  viewSnapshot.featureData = feature.toJSON();
15
15
  session.addView('BreakpointSplitView', viewSnapshot);
16
16
  }
17
- export default (pluginManager) => {
17
+ export default function SvInspectorViewF(pluginManager) {
18
18
  pluginManager.jexl.addFunction('defaultOnChordClick', defaultOnChordClick);
19
19
  pluginManager.addViewType(() => {
20
20
  const stateModel = stateModelFactory(pluginManager);
@@ -25,4 +25,4 @@ export default (pluginManager) => {
25
25
  ReactComponent,
26
26
  });
27
27
  });
28
- };
28
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-sv-inspector",
3
- "version": "2.11.0",
3
+ "version": "2.11.2",
4
4
  "description": "JBrowse 2 SV inspector view",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "3d43a820b9274a6160aa4dc15616147f390d9094"
60
+ "gitHead": "511048cb6965f0bf624c96de244e7fd47fce17d6"
61
61
  }