@jbrowse/plugin-gff3 2.12.0 → 2.12.1

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.
@@ -26,6 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.default = Gff3AdapterF;
29
30
  const pluggableElementTypes_1 = require("@jbrowse/core/pluggableElementTypes");
30
31
  const configSchema_1 = __importDefault(require("./configSchema"));
31
32
  function Gff3AdapterF(pluginManager) {
@@ -36,4 +37,3 @@ function Gff3AdapterF(pluginManager) {
36
37
  getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./Gff3Adapter'))).then(r => r.default),
37
38
  }));
38
39
  }
39
- exports.default = Gff3AdapterF;
@@ -26,6 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.default = Gff3TabixAdapterF;
29
30
  const pluggableElementTypes_1 = require("@jbrowse/core/pluggableElementTypes");
30
31
  const configSchema_1 = __importDefault(require("./configSchema"));
31
32
  function Gff3TabixAdapterF(pluginManager) {
@@ -36,4 +37,3 @@ function Gff3TabixAdapterF(pluginManager) {
36
37
  getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./Gff3TabixAdapter'))).then(r => r.default),
37
38
  }));
38
39
  }
39
- exports.default = Gff3TabixAdapterF;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = GuessGff3F;
3
4
  const tracks_1 = require("@jbrowse/core/util/tracks");
4
5
  function GuessGff3F(pluginManager) {
5
6
  pluginManager.addToExtensionPoint('Core-guessAdapterForLocation', (adapterGuesser) => {
@@ -41,4 +42,3 @@ function GuessGff3F(pluginManager) {
41
42
  };
42
43
  });
43
44
  }
44
- exports.default = GuessGff3F;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-gff3",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "JBrowse 2 gff3.",
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": "935f2602d29abc737bb1f493a922b6218d023ae2"
58
+ "gitHead": "20f16ae5a56ae5e4806aaa373131e540b0b5b0fd"
59
59
  }