Comparing version 3.0.4 to 3.0.5
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="3.0.5"></a> | ||
## [3.0.5](https://github.com/zerkalica/lom_atom/compare/v3.0.4...v3.0.5) (2017-11-29) | ||
<a name="3.0.4"></a> | ||
@@ -7,0 +12,0 @@ ## [3.0.4](https://github.com/zerkalica/lom_atom/compare/v3.0.3...v3.0.4) (2017-11-29) |
@@ -261,3 +261,3 @@ function _defineProperties(target, props) { | ||
if (this.status === ATOM_STATUS_DEEP_RESET) { | ||
if (this.status === ATOM_STATUS_DEEP_RESET && !this.isComponent) { | ||
var isDeepReset = Atom.isDeepReset; | ||
@@ -706,3 +706,3 @@ Atom.isDeepReset = true; | ||
if (force) { | ||
atom.reset(); | ||
atom.status = 5; // atom.reset() | ||
} | ||
@@ -709,0 +709,0 @@ |
@@ -265,3 +265,3 @@ 'use strict'; | ||
if (this.status === ATOM_STATUS_DEEP_RESET) { | ||
if (this.status === ATOM_STATUS_DEEP_RESET && !this.isComponent) { | ||
var isDeepReset = Atom.isDeepReset; | ||
@@ -710,3 +710,3 @@ Atom.isDeepReset = true; | ||
if (force) { | ||
atom.reset(); | ||
atom.status = 5; // atom.reset() | ||
} | ||
@@ -713,0 +713,0 @@ |
@@ -267,3 +267,3 @@ (function (global, factory) { | ||
if (this.status === ATOM_STATUS_DEEP_RESET) { | ||
if (this.status === ATOM_STATUS_DEEP_RESET && !this.isComponent) { | ||
var isDeepReset = Atom.isDeepReset; | ||
@@ -712,3 +712,3 @@ Atom.isDeepReset = true; | ||
if (force) { | ||
atom.reset(); | ||
atom.status = 5; // atom.reset() | ||
} | ||
@@ -715,0 +715,0 @@ |
{ | ||
"name": "lom_atom", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Alternative implementation of eigenmethod mol_atom state management library", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -197,3 +197,3 @@ // @flow | ||
if (this.status === ATOM_STATUS_DEEP_RESET) { | ||
if (this.status === ATOM_STATUS_DEEP_RESET && !this.isComponent) { | ||
const isDeepReset = Atom.isDeepReset | ||
@@ -200,0 +200,0 @@ Atom.isDeepReset = true |
@@ -30,3 +30,4 @@ // @flow | ||
if (force) { | ||
atom.reset() | ||
atom.status =5 | ||
// atom.reset() | ||
} | ||
@@ -33,0 +34,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
326642
3410