@openchemistry/utils
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.4.2"></a> | ||
## [0.4.2](https://github.com/OpenChemistry/oc-web-components/compare/@openchemistry/utils@0.4.1...@openchemistry/utils@0.4.2) (2018-09-13) | ||
### Bug Fixes | ||
* Set default color scheme to Jmol ([e63e0f7](https://github.com/OpenChemistry/oc-web-components/commit/e63e0f7)) | ||
<a name="0.4.1"></a> | ||
@@ -8,0 +19,0 @@ ## [0.4.1](https://github.com/OpenChemistry/oc-web-components/compare/@openchemistry/utils@0.4.0...@openchemistry/utils@0.4.1) (2018-09-05) |
@@ -30,5 +30,7 @@ var __assign = (this && this.__assign) || function () { | ||
radius: 0.14, | ||
colorscheme: 'Jmol' | ||
}, | ||
sphere: { | ||
scale: 0.3, | ||
colorscheme: 'Jmol' | ||
}, | ||
@@ -35,0 +37,0 @@ }; |
{ | ||
"name": "@openchemistry/utils", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Utilities to validate and convert cjson chemical data", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@openchemistry/types": "^0.6.1", | ||
"@openchemistry/types": "^0.6.2", | ||
"@types/lodash-es": "^4.17.1", | ||
@@ -28,0 +28,0 @@ "typescript": "^3.0.3" |
@@ -24,5 +24,7 @@ import { IDisplayOptions, IIsoSurfaceOptions, IStyleOptions, INormalModeOptions, IVolumeOptions, IVisibilityOptions } from '@openchemistry/types'; | ||
radius: 0.14, | ||
colorscheme: 'Jmol' | ||
}, | ||
sphere: { | ||
scale: 0.3, | ||
colorscheme: 'Jmol' | ||
}, | ||
@@ -29,0 +31,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37396
872