@jbrowse/plugin-bed 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 BedAdapterF(pluginManager: PluginManager): void;
@@ -28,11 +28,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
30
30
  const configSchema_1 = __importDefault(require("./configSchema"));
31
- exports.default = (pluginManager) => {
31
+ function BedAdapterF(pluginManager) {
32
32
  pluginManager.addAdapterType(() => new AdapterType_1.default({
33
33
  name: 'BedAdapter',
34
34
  displayName: 'BED adapter',
35
35
  configSchema: configSchema_1.default,
36
36
  getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./BedAdapter'))).then(r => r.default),
37
37
  }));
38
- };
38
+ }
39
+ exports.default = BedAdapterF;
@@ -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 BedTabixAdapterF(pluginManager: PluginManager): void;
@@ -28,11 +28,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
30
30
  const configSchema_1 = __importDefault(require("./configSchema"));
31
- exports.default = (pluginManager) => {
31
+ function BedTabixAdapterF(pluginManager) {
32
32
  pluginManager.addAdapterType(() => new AdapterType_1.default({
33
33
  name: 'BedTabixAdapter',
34
34
  displayName: 'BED tabix adapter',
35
35
  configSchema: configSchema_1.default,
36
36
  getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./BedTabixAdapter'))).then(r => r.default),
37
37
  }));
38
- };
38
+ }
39
+ exports.default = BedTabixAdapterF;
@@ -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 BedpeAdapterF(pluginManager: PluginManager): void;
@@ -28,11 +28,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
30
30
  const configSchema_1 = __importDefault(require("./configSchema"));
31
- exports.default = (pluginManager) => {
31
+ function BedpeAdapterF(pluginManager) {
32
32
  pluginManager.addAdapterType(() => new AdapterType_1.default({
33
33
  name: 'BedpeAdapter',
34
34
  displayName: 'BEDPE adapter',
35
35
  configSchema: configSchema_1.default,
36
36
  getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./BedpeAdapter'))).then(r => r.default),
37
37
  }));
38
- };
38
+ }
39
+ exports.default = BedpeAdapterF;
@@ -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 BigBedAdapterF(pluginManager: PluginManager): void;
@@ -28,11 +28,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
30
30
  const configSchema_1 = __importDefault(require("./configSchema"));
31
- exports.default = (pluginManager) => {
31
+ function BigBedAdapterF(pluginManager) {
32
32
  pluginManager.addAdapterType(() => new AdapterType_1.default({
33
33
  name: 'BigBedAdapter',
34
34
  displayName: 'BigBed adapter',
35
35
  configSchema: configSchema_1.default,
36
36
  getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./BigBedAdapter'))).then(r => r.default),
37
37
  }));
38
- };
38
+ }
39
+ exports.default = BigBedAdapterF;
@@ -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 BedAdapterF(pluginManager: PluginManager): void;
@@ -1,10 +1,10 @@
1
1
  import AdapterType from '@jbrowse/core/pluggableElementTypes/AdapterType';
2
2
  import configSchema from './configSchema';
3
- export default (pluginManager) => {
3
+ export default function BedAdapterF(pluginManager) {
4
4
  pluginManager.addAdapterType(() => new AdapterType({
5
5
  name: 'BedAdapter',
6
6
  displayName: 'BED adapter',
7
7
  configSchema,
8
8
  getAdapterClass: () => import('./BedAdapter').then(r => r.default),
9
9
  }));
10
- };
10
+ }
@@ -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 BedTabixAdapterF(pluginManager: PluginManager): void;
@@ -1,10 +1,10 @@
1
1
  import AdapterType from '@jbrowse/core/pluggableElementTypes/AdapterType';
2
2
  import configSchema from './configSchema';
3
- export default (pluginManager) => {
3
+ export default function BedTabixAdapterF(pluginManager) {
4
4
  pluginManager.addAdapterType(() => new AdapterType({
5
5
  name: 'BedTabixAdapter',
6
6
  displayName: 'BED tabix adapter',
7
7
  configSchema,
8
8
  getAdapterClass: () => import('./BedTabixAdapter').then(r => r.default),
9
9
  }));
10
- };
10
+ }
@@ -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 BedpeAdapterF(pluginManager: PluginManager): void;
@@ -1,10 +1,10 @@
1
1
  import AdapterType from '@jbrowse/core/pluggableElementTypes/AdapterType';
2
2
  import configSchema from './configSchema';
3
- export default (pluginManager) => {
3
+ export default function BedpeAdapterF(pluginManager) {
4
4
  pluginManager.addAdapterType(() => new AdapterType({
5
5
  name: 'BedpeAdapter',
6
6
  displayName: 'BEDPE adapter',
7
7
  configSchema,
8
8
  getAdapterClass: () => import('./BedpeAdapter').then(r => r.default),
9
9
  }));
10
- };
10
+ }
@@ -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 BigBedAdapterF(pluginManager: PluginManager): void;
@@ -1,10 +1,10 @@
1
1
  import AdapterType from '@jbrowse/core/pluggableElementTypes/AdapterType';
2
2
  import configSchema from './configSchema';
3
- export default (pluginManager) => {
3
+ export default function BigBedAdapterF(pluginManager) {
4
4
  pluginManager.addAdapterType(() => new AdapterType({
5
5
  name: 'BigBedAdapter',
6
6
  displayName: 'BigBed adapter',
7
7
  configSchema,
8
8
  getAdapterClass: () => import('./BigBedAdapter').then(r => r.default),
9
9
  }));
10
- };
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-bed",
3
- "version": "2.11.0",
3
+ "version": "2.11.2",
4
4
  "description": "JBrowse 2 bed adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -55,5 +55,5 @@
55
55
  "distModule": "esm/index.js",
56
56
  "srcModule": "src/index.ts",
57
57
  "module": "esm/index.js",
58
- "gitHead": "3d43a820b9274a6160aa4dc15616147f390d9094"
58
+ "gitHead": "511048cb6965f0bf624c96de244e7fd47fce17d6"
59
59
  }