Comparing version 0.0.8 to 0.0.9
@@ -260,2 +260,4 @@ 'use strict'; | ||
} | ||
return data; | ||
}).catch(function (body) { | ||
@@ -295,2 +297,4 @@ if (model) _this4.remove([model.id]); | ||
_this5.set(data, options); | ||
return data; | ||
}).catch(function (body) { | ||
@@ -297,0 +301,0 @@ _this5.request = null; |
@@ -130,2 +130,4 @@ 'use strict'; | ||
_this.set(data); | ||
return data; | ||
}).catch(function (body) { | ||
@@ -132,0 +134,0 @@ _this.request = null; |
{ | ||
"name": "mobx-rest", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "REST conventions for mobx.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -9,2 +9,6 @@ # REST Mobx | ||
## TODO | ||
Make API dependency injectable | ||
## Installation | ||
@@ -11,0 +15,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
38346
879
100