digirati-annotation-redux
Advanced tools
Comparing version 0.1.9 to 0.1.15
import { connect } from 'react-redux'; | ||
import { createDraft, deselectDraft, previewDraft, selectDraft, unpreviewDraft, updateDraft } from './actions/drafts'; | ||
import { chooseSelector, commitToCurrentDraft, setAvailableSelectors, updateSelector } from './actions/selectors'; | ||
import { setServer, createCollection, setCollection, sendAnnotation, addAnnotation } from './actions/elucidate'; | ||
import { addAnnotation, createCollection, sendAnnotation, setCollection, setServer } from './actions/elucidate'; | ||
import { getCurrentDraft } from './query/draftQuery'; | ||
@@ -37,2 +37,2 @@ import { getCurrentResourceTemplate, getForm } from './query/resourceTemplateQuery'; | ||
addAnnotation: addAnnotation | ||
}); | ||
}, null, { withRef: true }); |
@@ -46,3 +46,3 @@ 'use strict'; | ||
addAnnotation: _elucidate.addAnnotation | ||
}); | ||
}, null, { withRef: true }); | ||
module.exports = exports['default']; |
{ | ||
"name": "digirati-annotation-redux", | ||
"version": "0.1.9", | ||
"version": "0.1.15", | ||
"description": "Describe annotation-redux here", | ||
@@ -5,0 +5,0 @@ "main": "es/index.js", |
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
51358