Comparing version 0.8.0 to 0.9.0
@@ -202,2 +202,11 @@ import falcorPathParser from 'falcor-path-syntax'; | ||
_createClass(SuperGloo, [{ | ||
key: 'setModel', | ||
value: function setModel(model) { | ||
if (isNil(model)) { | ||
throw new Error('When setting the model, the model cannot be null or undefined'); | ||
} | ||
this.falcor = model; | ||
} | ||
}, { | ||
key: 'getMany', | ||
@@ -204,0 +213,0 @@ value: function getMany(entity) { |
{ | ||
"name": "supergloo", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Easily work with data on the Gloo platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
355169
10322