ketcher-react 2.3.1 → 2.3.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/dist/index.js +2 -2
- package/dist/index.modern.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20636,8 +20636,8 @@ var KetcherBuilder = function () {
|
|
|
20636
20636
|
return new Promise(function (resolve) {
|
|
20637
20637
|
tempRef.ui = initApp(element, staticResourcesUrl, {
|
|
20638
20638
|
buttons: buttons || {},
|
|
20639
|
-
version: "2.3.
|
|
20640
|
-
buildDate: "2021-
|
|
20639
|
+
version: "2.3.2" ,
|
|
20640
|
+
buildDate: "2021-10-05T12:06:51" ,
|
|
20641
20641
|
buildNumber: ''
|
|
20642
20642
|
}, structService, resolve);
|
|
20643
20643
|
});
|
package/dist/index.modern.js
CHANGED
|
@@ -20603,8 +20603,8 @@ var KetcherBuilder = function () {
|
|
|
20603
20603
|
return new Promise(function (resolve) {
|
|
20604
20604
|
tempRef.ui = initApp(element, staticResourcesUrl, {
|
|
20605
20605
|
buttons: buttons || {},
|
|
20606
|
-
version: "2.3.
|
|
20607
|
-
buildDate: "2021-
|
|
20606
|
+
version: "2.3.2" ,
|
|
20607
|
+
buildDate: "2021-10-05T12:06:51" ,
|
|
20608
20608
|
buildNumber: ''
|
|
20609
20609
|
}, structService, resolve);
|
|
20610
20610
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ketcher-react",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "Web-based molecule sketcher",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "http://lifescience.opensource.epam.com/ketcher",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"font-face-observer": "^1.0.0",
|
|
55
55
|
"hoist-non-react-statics": "^3.3.2",
|
|
56
56
|
"jsonschema": "^1.4.0",
|
|
57
|
-
"ketcher-core": "^1.1.
|
|
57
|
+
"ketcher-core": "^1.1.2",
|
|
58
58
|
"lodash": "^4.17.20",
|
|
59
59
|
"normalize.css": "^8.0.1",
|
|
60
60
|
"prop-types": "^15.7.2",
|