Comparing version 3.0.7 to 3.0.8
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="3.0.8"></a> | ||
## [3.0.8](https://github.com/zerkalica/lom_atom/compare/v3.0.7...v3.0.8) (2017-11-30) | ||
<a name="3.0.7"></a> | ||
@@ -7,0 +12,0 @@ ## [3.0.7](https://github.com/zerkalica/lom_atom/compare/v3.0.6...v3.0.7) (2017-11-30) |
@@ -322,3 +322,3 @@ function _defineProperties(target, props) { | ||
context.current = slave; | ||
return newValue; | ||
return this.status === ATOM_STATUS_ACTUAL ? this.current : newValue; | ||
}; | ||
@@ -325,0 +325,0 @@ |
@@ -326,3 +326,3 @@ 'use strict'; | ||
context.current = slave; | ||
return newValue; | ||
return this.status === ATOM_STATUS_ACTUAL ? this.current : newValue; | ||
}; | ||
@@ -329,0 +329,0 @@ |
@@ -328,3 +328,3 @@ (function (global, factory) { | ||
context.current = slave; | ||
return newValue; | ||
return this.status === ATOM_STATUS_ACTUAL ? this.current : newValue; | ||
}; | ||
@@ -331,0 +331,0 @@ |
{ | ||
"name": "lom_atom", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Alternative implementation of eigenmethod mol_atom state management library", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -256,3 +256,3 @@ // @flow | ||
return newValue | ||
return this.status === ATOM_STATUS_ACTUAL ? (this.current: any) : newValue | ||
} | ||
@@ -259,0 +259,0 @@ |
@@ -16,3 +16,3 @@ // @flow | ||
(set: any).call(this, next) | ||
return (next: any) | ||
return next | ||
} | ||
@@ -19,0 +19,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
326538