Comparing version 2.0.2 to 2.0.3
@@ -10,3 +10,3 @@ 'use strict'; | ||
var _desc, _value, _class, _descriptor, _descriptor2; | ||
var _desc, _value, _class, _descriptor, _descriptor2, _descriptor3; | ||
@@ -92,3 +92,3 @@ var _mobx = require('mobx'); | ||
this.models = _mobx.observable.shallowArray([]); | ||
_initDefineProp(this, 'models', _descriptor3, this); | ||
@@ -554,3 +554,8 @@ this.set(data); | ||
} | ||
}), _descriptor3 = _applyDecoratedDescriptor(_class.prototype, 'models', [_mobx.observable], { | ||
enumerable: true, | ||
initializer: function initializer() { | ||
return []; | ||
} | ||
}), _applyDecoratedDescriptor(_class.prototype, 'add', [_mobx.action], Object.getOwnPropertyDescriptor(_class.prototype, 'add'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'remove', [_mobx.action], Object.getOwnPropertyDescriptor(_class.prototype, 'remove'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'set', [_mobx.action], Object.getOwnPropertyDescriptor(_class.prototype, 'set'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'create', [_mobx.action], Object.getOwnPropertyDescriptor(_class.prototype, 'create'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'fetch', [_mobx.action], Object.getOwnPropertyDescriptor(_class.prototype, 'fetch'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'rpc', [_mobx.action], Object.getOwnPropertyDescriptor(_class.prototype, 'rpc'), _class.prototype)), _class); | ||
exports.default = Collection; |
{ | ||
"name": "mobx-rest", | ||
"version": "2.0.2", | ||
"version": "2.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
67921
1683