ketcher-standalone 1.0.0 → 1.3.1

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/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2020 EPAM Systems
189
+ Copyright 2021 EPAM Systems
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /****************************************************************************
2
- * Copyright 2020 EPAM Systems
2
+ * Copyright 2021 EPAM Systems
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -13,5 +13,5 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  ***************************************************************************/
16
- import { StandaloneStructServiceProvider, StandaloneStructService } from './infrastructure/services';
16
+ import { StandaloneStructService, StandaloneStructServiceProvider } from './infrastructure/services';
17
17
  export { StandaloneStructServiceProvider, StandaloneStructService };