@recogito/react-text-annotator 4.0.2-beta → 4.0.3-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -8,5 +8,5 @@ export { createBody, Origin, UserSelectAction } from '@annotorious/core';
|
|
|
8
8
|
export { AnnotoriousPlugin } from '@annotorious/react';
|
|
9
9
|
export type { AnnotatingMode, HighlightStyle, HighlightStyleExpression, TextAnnotation, TextAnnotationTarget, TextSelector, W3CTextAnnotation, W3CTextAnnotationTarget, W3CTextSelector, W3CAnnotationStylesheet, TextAnnotator as RecogitoTextAnnotator, TextAnnotationStore } from '@recogito/text-annotator';
|
|
10
10
|
export { W3CTextFormat, parseW3CTextAnnotation, serializeW3CTextAnnotation } from '@recogito/text-annotator';
|
|
11
|
-
export type { TEIAnnotator, TEIAnnotation, TEIAnnotationTarget, TEIRangeSelector, W3CTEIAnnotation, W3CTEIAnnotationTarget, W3CTEIRangeSelector } from '@recogito/text-annotator-tei';
|
|
11
|
+
export type { TEIAnnotator as RecogitoTEIAnnotator, TEIAnnotation, TEIAnnotationTarget, TEIRangeSelector, W3CTEIAnnotation, W3CTEIAnnotationTarget, W3CTEIRangeSelector } from '@recogito/text-annotator-tei';
|
|
12
12
|
export { serializeW3CTEIAnnotation } from '@recogito/text-annotator-tei';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recogito/react-text-annotator",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.3-beta",
|
|
4
4
|
"description": "Recogito Text Annotator React bindings",
|
|
5
5
|
"author": "Rainer Simon",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@annotorious/core": "^3.8.2",
|
|
49
49
|
"@annotorious/react": "^3.8.2",
|
|
50
50
|
"@floating-ui/react": "^0.27.19",
|
|
51
|
-
"@recogito/text-annotator": "
|
|
52
|
-
"@recogito/text-annotator-tei": "
|
|
51
|
+
"@recogito/text-annotator": "4.0.3-beta",
|
|
52
|
+
"@recogito/text-annotator-tei": "4.0.3-beta",
|
|
53
53
|
"CETEIcean": "^1.9.5",
|
|
54
54
|
"debounce": "^3.0.0"
|
|
55
55
|
}
|