Comparing version 0.0.2 to 0.0.3
@@ -91,3 +91,3 @@ 'use strict'; | ||
value: function set(data) { | ||
Object.assign(this.attributes, data); | ||
this.attributes = Object.assign(this.attributes, data); | ||
} | ||
@@ -94,0 +94,0 @@ }, { |
{ | ||
"name": "mobx-rest", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "REST conventions for mobx.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
37301