@teselagen/ove 0.8.11 → 0.8.12

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/index.cjs.js CHANGED
@@ -116634,7 +116634,7 @@ function showFileDialog({ multiple = false, onSelect }) {
116634
116634
  input.click();
116635
116635
  }
116636
116636
  __name(showFileDialog, "showFileDialog");
116637
- const version = "0.8.10";
116637
+ const version = "0.8.11";
116638
116638
  const packageJson = {
116639
116639
  version
116640
116640
  };
@@ -121429,9 +121429,6 @@ function VectorInteractionHOC(Component) {
121429
121429
  disableBpEditing,
121430
121430
  maxInsertSize,
121431
121431
  showAminoAcidUnitAsCodon
121432
- // updateSequenceData,
121433
- // wrappedInsertSequenceDataAtPositionOrRange
121434
- // handleInsert
121435
121432
  } = this.props;
121436
121433
  const sequenceLength = sequenceData2.sequence.length;
121437
121434
  const isReplace = selectionLayer2.start > -1;
package/index.es.js CHANGED
@@ -116616,7 +116616,7 @@ function showFileDialog({ multiple = false, onSelect }) {
116616
116616
  input.click();
116617
116617
  }
116618
116618
  __name(showFileDialog, "showFileDialog");
116619
- const version = "0.8.10";
116619
+ const version = "0.8.11";
116620
116620
  const packageJson = {
116621
116621
  version
116622
116622
  };
@@ -121411,9 +121411,6 @@ function VectorInteractionHOC(Component2) {
121411
121411
  disableBpEditing,
121412
121412
  maxInsertSize,
121413
121413
  showAminoAcidUnitAsCodon
121414
- // updateSequenceData,
121415
- // wrappedInsertSequenceDataAtPositionOrRange
121416
- // handleInsert
121417
121414
  } = this.props;
121418
121415
  const sequenceLength = sequenceData2.sequence.length;
121419
121416
  const isReplace = selectionLayer2.start > -1;
package/index.umd.js CHANGED
@@ -144732,7 +144732,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
144732
144732
  input.click();
144733
144733
  }
144734
144734
  __name(showFileDialog, "showFileDialog");
144735
- const version = "0.8.10";
144735
+ const version = "0.8.11";
144736
144736
  const packageJson = {
144737
144737
  version
144738
144738
  };
@@ -147925,9 +147925,6 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
147925
147925
  disableBpEditing,
147926
147926
  maxInsertSize,
147927
147927
  showAminoAcidUnitAsCodon
147928
- // updateSequenceData,
147929
- // wrappedInsertSequenceDataAtPositionOrRange
147930
- // handleInsert
147931
147928
  } = this.props;
147932
147929
  const sequenceLength = sequenceData2.sequence.length;
147933
147930
  const isReplace = selectionLayer2.start > -1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "main": "./src/index.js",
5
5
  "type": "module",
6
6
  "exports": {
@@ -405,9 +405,6 @@ function VectorInteractionHOC(Component /* options */) {
405
405
  disableBpEditing,
406
406
  maxInsertSize,
407
407
  showAminoAcidUnitAsCodon
408
- // updateSequenceData,
409
- // wrappedInsertSequenceDataAtPositionOrRange
410
- // handleInsert
411
408
  } = this.props;
412
409
  const sequenceLength = sequenceData.sequence.length;
413
410
  const isReplace = selectionLayer.start > -1;