@jbrowse/plugin-gff3 2.2.0 → 2.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-gff3",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "JBrowse 2 gff3.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -59,5 +59,5 @@
59
59
  "distModule": "esm/index.js",
60
60
  "srcModule": "src/index.ts",
61
61
  "module": "esm/index.js",
62
- "gitHead": "cf31db8d833117f8822510340664fb3f045975cb"
62
+ "gitHead": "896d175c5d9345049faea8e1155f243c912aac42"
63
63
  }
@@ -1,9 +1,9 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`adapter can fetch features from volvox.gff3 test getfeatures on gff plain text adapter 1`] = `
4
- Array [
5
- Object {
6
- "derived_features": Array [],
4
+ [
5
+ {
6
+ "derived_features": [],
7
7
  "end": 6079,
8
8
  "name": "ctgB",
9
9
  "phase": 0,
@@ -14,8 +14,8 @@ Array [
14
14
  "type": "contig",
15
15
  "uniqueId": "test-offset-187",
16
16
  },
17
- Object {
18
- "derived_features": Array [],
17
+ {
18
+ "derived_features": [],
19
19
  "end": 1984,
20
20
  "name": "f07",
21
21
  "note": "This is an example",
@@ -27,8 +27,8 @@ Array [
27
27
  "type": "remark",
28
28
  "uniqueId": "test-offset-188",
29
29
  },
30
- Object {
31
- "derived_features": Array [],
30
+ {
31
+ "derived_features": [],
32
32
  "end": 6130,
33
33
  "name": "f06",
34
34
  "note": "This is another example",
@@ -40,8 +40,8 @@ Array [
40
40
  "type": "remark",
41
41
  "uniqueId": "test-offset-189",
42
42
  },
43
- Object {
44
- "derived_features": Array [],
43
+ {
44
+ "derived_features": [],
45
45
  "end": 5968,
46
46
  "name": "f05",
47
47
  "note": "ああ、この機能は、世界中を旅しています!",
@@ -1,9 +1,9 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`adapter can fetch features from volvox.gff3 test getfeatures on gff plain text adapter 1`] = `
4
- Array [
5
- Object {
6
- "derived_features": Array [],
4
+ [
5
+ {
6
+ "derived_features": [],
7
7
  "end": 6079,
8
8
  "name": "ctgB",
9
9
  "phase": 0,
@@ -14,8 +14,8 @@ Array [
14
14
  "type": "contig",
15
15
  "uniqueId": "test-offset-794327",
16
16
  },
17
- Object {
18
- "derived_features": Array [],
17
+ {
18
+ "derived_features": [],
19
19
  "end": 1984,
20
20
  "name": "f07",
21
21
  "note": "This is an example",
@@ -27,8 +27,8 @@ Array [
27
27
  "type": "remark",
28
28
  "uniqueId": "test-offset-794370",
29
29
  },
30
- Object {
31
- "derived_features": Array [],
30
+ {
31
+ "derived_features": [],
32
32
  "end": 6130,
33
33
  "name": "f06",
34
34
  "note": "This is another example",
@@ -40,8 +40,8 @@ Array [
40
40
  "type": "remark",
41
41
  "uniqueId": "test-offset-794439",
42
42
  },
43
- Object {
44
- "derived_features": Array [],
43
+ {
44
+ "derived_features": [],
45
45
  "end": 5968,
46
46
  "name": "f05",
47
47
  "note": "ああ、この機能は、世界中を旅しています!",