@complat/react-spectra-editor 0.11.4-beta.0 → 0.11.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/dist/index.js CHANGED
@@ -714,6 +714,7 @@ var DemoWriteIr = function (_React$Component) {
714
714
  editorOnly: false,
715
715
  canChangeDescription: true,
716
716
  onDescriptionChanged: this.onDescriptionChanged,
717
+ molSvg: molSvg,
717
718
  userManualLink: { cv: "https://www.chemotion.net/chemotionsaurus/docs/eln/chemspectra/cvanalysis" }
718
719
  }),
719
720
  _react2.default.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@complat/react-spectra-editor",
3
- "version": "0.11.4-beta.0",
3
+ "version": "0.11.4",
4
4
  "description": "An editor to View and Edit Chemical Spectra data (NMR, IR and MS).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "license": "AGPL-3.0",
10
10
  "dependencies": {
11
- "@complat/react-svg-file-zoom-pan": "1.0.15-alpha.1",
11
+ "@complat/react-svg-file-zoom-pan": "1.0.15",
12
12
  "@material-ui/core": "^4.10.0",
13
13
  "@material-ui/icons": "^4.10.0",
14
14
  "@mdi/js": "^4.7.95",
@@ -22,7 +22,6 @@
22
22
  "d3-brush": "2.1.0",
23
23
  "d3-selection": "^2.0.0",
24
24
  "d3-tip": "^0.9.1",
25
- "d3-zoom": "^3.0.0",
26
25
  "jcampconverter": "4.1.0",
27
26
  "ml-savitzky-golay-generalized": "1.1.1",
28
27
  "prop-types": "^15.7.2",