tycho-components 0.40.3 → 0.40.4

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.
@@ -8,7 +8,7 @@ export { default as SentenceUtils } from './SentenceUtils';
8
8
  export { EDITION_TOOLS, default as ToolsUtils, type PlatformTools, } from './ToolsUtils';
9
9
  export type { OpenDocumentParams, RedirectPageParams } from './ToolsUtils';
10
10
  export { default as UsabilityUtils } from './UsabilityUtils';
11
- export { conlluViewerConfigurations as viewerConfigurations } from './conllu/ConlluViewerConstants';
12
- export { default as ConlluViewerConverter, calculateConlluTextWidth as calculateTextWidth, throwConlluError as throwError, } from './conllu/ConlluViewerConverter';
11
+ export { conlluViewerConfigurations } from './conllu/ConlluViewerConstants';
12
+ export { default as ConlluViewerConverter, calculateConlluTextWidth, throwConlluError, } from './conllu/ConlluViewerConverter';
13
13
  export type { ConlluViewerAnchor, ConlluViewerDependency, ConlluViewerGraph, ConlluViewerItem, ConlluViewerMulti, } from './conllu/ConlluViewerGraph';
14
14
  export { normalizeCorpusFromApi } from './normalizeCorpusFromApi';
@@ -7,6 +7,6 @@ export { default as SecurityUtils } from './SecurityUtils';
7
7
  export { default as SentenceUtils } from './SentenceUtils';
8
8
  export { EDITION_TOOLS, default as ToolsUtils, } from './ToolsUtils';
9
9
  export { default as UsabilityUtils } from './UsabilityUtils';
10
- export { conlluViewerConfigurations as viewerConfigurations } from './conllu/ConlluViewerConstants';
11
- export { default as ConlluViewerConverter, calculateConlluTextWidth as calculateTextWidth, throwConlluError as throwError, } from './conllu/ConlluViewerConverter';
10
+ export { conlluViewerConfigurations } from './conllu/ConlluViewerConstants';
11
+ export { default as ConlluViewerConverter, calculateConlluTextWidth, throwConlluError, } from './conllu/ConlluViewerConverter';
12
12
  export { normalizeCorpusFromApi } from './normalizeCorpusFromApi';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.40.3",
4
+ "version": "0.40.4",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {