mobx-remotedev
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -81,2 +81,3 @@ 'use strict'; | ||
case 'JUMP_TO_STATE': | ||
case 'JUMP_TO_ACTION': | ||
(0, _utils.setValue)(store, (0, _jsan.parse)(message.state)); | ||
@@ -83,0 +84,0 @@ return; |
{ | ||
"name": "mobx-remotedev", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Remote debugging for mobx.", | ||
@@ -55,3 +55,3 @@ "main": "lib/index.js", | ||
"expect": "^1.20.1", | ||
"mobx": "^2.5.1", | ||
"mobx": "^2.7.0", | ||
"mocha": "^2.5.3", | ||
@@ -58,0 +58,0 @@ "rimraf": "^2.5.2", |
@@ -63,2 +63,3 @@ import mobx from 'mobx'; | ||
case 'JUMP_TO_STATE': | ||
case 'JUMP_TO_ACTION': | ||
setValue(store, parse(message.state)); | ||
@@ -65,0 +66,0 @@ return; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
274462
5872