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