digirati-annotation-redux
Advanced tools
Comparing version 0.1.5 to 0.1.6
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 { getCurrentDraft } from './query/draftQuery'; | ||
@@ -30,3 +31,8 @@ import { getCurrentResourceTemplate, getForm } from './query/resourceTemplateQuery'; | ||
previewDraft: previewDraft, | ||
unpreviewDraft: unpreviewDraft | ||
unpreviewDraft: unpreviewDraft, | ||
setServer: setServer, | ||
createCollection: createCollection, | ||
setCollection: setCollection, | ||
sendAnnotation: sendAnnotation, | ||
addAnnotation: addAnnotation | ||
}); |
@@ -11,2 +11,4 @@ 'use strict'; | ||
var _elucidate = require('./actions/elucidate'); | ||
var _draftQuery = require('./query/draftQuery'); | ||
@@ -39,4 +41,9 @@ | ||
previewDraft: _drafts.previewDraft, | ||
unpreviewDraft: _drafts.unpreviewDraft | ||
unpreviewDraft: _drafts.unpreviewDraft, | ||
setServer: _elucidate.setServer, | ||
createCollection: _elucidate.createCollection, | ||
setCollection: _elucidate.setCollection, | ||
sendAnnotation: _elucidate.sendAnnotation, | ||
addAnnotation: _elucidate.addAnnotation | ||
}); | ||
module.exports = exports['default']; |
{ | ||
"name": "digirati-annotation-redux", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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
51094
1226