jbrowse-plugin-protein3d 0.4.13 → 0.4.14

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/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.4.13";
1
+ export declare const version = "0.4.14";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '0.4.13';
1
+ export const version = '0.4.14';
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.13",
2
+ "version": "0.4.14",
3
3
  "name": "jbrowse-plugin-protein3d",
4
4
  "repository": {
5
5
  "type": "git",
@@ -126,6 +126,10 @@ const FeatureBar = observer(function FeatureBar({
126
126
  return (
127
127
  <Tooltip title={<FeatureTooltipContent feature={feature} />} followCursor>
128
128
  <div
129
+ data-testid={`protein-feature-${feature.type}`}
130
+ data-feature-id={feature.uniqueId}
131
+ data-feature-start={feature.start}
132
+ data-feature-end={feature.end}
129
133
  onClick={() => {
130
134
  handleClick()
131
135
  }}
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.4.13'
1
+ export const version = '0.4.14'