@jbrowse/plugin-alignments 2.3.3 → 2.3.4
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-alignments",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "JBrowse 2 alignments adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"distModule": "esm/index.js",
|
|
66
66
|
"srcModule": "src/index.ts",
|
|
67
67
|
"module": "esm/index.js",
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "98ae48be91ee2371e1b2768a907b4997995e9915"
|
|
69
69
|
}
|
|
@@ -87,9 +87,9 @@ exports[`open up a widget 1`] = `
|
|
|
87
87
|
<div
|
|
88
88
|
class="css-1omt041-fieldValue"
|
|
89
89
|
>
|
|
90
|
-
<
|
|
90
|
+
<span>
|
|
91
91
|
ctgA_3_555_0:0:0_2:0:0_102d
|
|
92
|
-
</
|
|
92
|
+
</span>
|
|
93
93
|
</div>
|
|
94
94
|
</div>
|
|
95
95
|
<div
|
|
@@ -103,9 +103,9 @@ exports[`open up a widget 1`] = `
|
|
|
103
103
|
<div
|
|
104
104
|
class="css-1omt041-fieldValue"
|
|
105
105
|
>
|
|
106
|
-
<
|
|
106
|
+
<span>
|
|
107
107
|
100
|
|
108
|
-
</
|
|
108
|
+
</span>
|
|
109
109
|
</div>
|
|
110
110
|
</div>
|
|
111
111
|
<div
|
|
@@ -119,9 +119,9 @@ exports[`open up a widget 1`] = `
|
|
|
119
119
|
<div
|
|
120
120
|
class="css-1omt041-fieldValue"
|
|
121
121
|
>
|
|
122
|
-
<
|
|
122
|
+
<span>
|
|
123
123
|
match
|
|
124
|
-
</
|
|
124
|
+
</span>
|
|
125
125
|
</div>
|
|
126
126
|
</div>
|
|
127
127
|
<hr
|