protvista-uniprot 2.8.1 → 2.8.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,7 +1,7 @@
1
1
  {
2
2
  "name": "protvista-uniprot",
3
3
  "description": "ProtVista tool for the UniProt website",
4
- "version": "2.8.1",
4
+ "version": "2.8.2",
5
5
  "files": [
6
6
  "dist",
7
7
  "src"
@@ -290,7 +290,7 @@ class ProtvistaUniprotStructure extends LitElement {
290
290
  </tr>
291
291
  </thead>
292
292
  <tbody>
293
- ${this.data.map(
293
+ ${this.data?.map(
294
294
  ({
295
295
  source,
296
296
  id,
package/src/.DS_Store DELETED
Binary file