@jbrowse/plugin-gtf 2.3.1 → 2.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-gtf",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "JBrowse 2 gtf feature adapter",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -57,5 +57,5 @@
57
57
  "distModule": "esm/index.js",
58
58
  "srcModule": "src/index.ts",
59
59
  "module": "esm/index.js",
60
- "gitHead": "75c4cba2f50c626c62881abd5851dbf2435c2401"
60
+ "gitHead": "467d973535bb7b2664e9f66311fb0dc21c1ce5ba"
61
61
  }
@@ -2,9 +2,6 @@ import { toArray } from 'rxjs/operators'
2
2
  import configSchema from './configSchema'
3
3
  import GtfAdapter from './GtfAdapter'
4
4
 
5
- import { TextDecoder } from 'web-encoding'
6
- window.TextDecoder = TextDecoder
7
-
8
5
  describe('adapter can fetch features from volvox.sorted.gtf', () => {
9
6
  let adapter: GtfAdapter
10
7
  beforeEach(() => {