digirati-annotation-redux
Advanced tools
Comparing version 0.1.28 to 0.1.29
@@ -24,3 +24,4 @@ export var ELUCIDATE_SET_SERVER = 'ELUCIDATE_SET_SERVER'; | ||
return createElucidateCollection(elucidateServer, label).then(function (collection) { | ||
return dispatch(setCollection(resourceId, collection)); | ||
dispatch(setCollection(resourceId, collection)); | ||
return collection; | ||
}); | ||
@@ -27,0 +28,0 @@ }; |
@@ -36,3 +36,4 @@ 'use strict'; | ||
return (0, _elucidate.createElucidateCollection)(elucidateServer, label).then(function (collection) { | ||
return dispatch(setCollection(resourceId, collection)); | ||
dispatch(setCollection(resourceId, collection)); | ||
return collection; | ||
}); | ||
@@ -39,0 +40,0 @@ }; |
{ | ||
"name": "digirati-annotation-redux", | ||
"version": "0.1.28", | ||
"version": "0.1.29", | ||
"description": "Describe annotation-redux here", | ||
@@ -5,0 +5,0 @@ "main": "es/index.js", |
53680
1287