tycho-components 0.2.2-SNAPSHOT-3 → 0.2.2-SNAPSHOT-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.
package/dist/index.d.ts CHANGED
@@ -61,6 +61,7 @@ export { default as VirtualKeyboard } from './VirtualKeyboard';
61
61
  export { KeyboardCustomLayouts } from './VirtualKeyboard/KeyboardCustomLayout';
62
62
  export type { KeyboardLayout } from './VirtualKeyboard/KeyboardCustomLayout';
63
63
  export { default as CytoscapeTreeConverter } from './TreeView/cytoscape/CytoscapeTreeConverter';
64
+ export { default as ErrorFound } from './Base/ErrorFound';
64
65
  export { default as Login } from './Base/Login';
65
66
  export { default as Logout } from './Base/Logout';
66
67
  export { default as Unauthorized } from './Base/Unauthorized';
package/dist/index.js CHANGED
@@ -46,6 +46,7 @@ export { default as SyntreesCytoscape } from './TreeView/cytoscape/SyntreesCytos
46
46
  export { default as VirtualKeyboard } from './VirtualKeyboard';
47
47
  export { KeyboardCustomLayouts } from './VirtualKeyboard/KeyboardCustomLayout';
48
48
  export { default as CytoscapeTreeConverter } from './TreeView/cytoscape/CytoscapeTreeConverter';
49
+ export { default as ErrorFound } from './Base/ErrorFound';
49
50
  export { default as Login } from './Base/Login';
50
51
  export { default as Logout } from './Base/Logout';
51
52
  export { default as Unauthorized } from './Base/Unauthorized';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.2.2-SNAPSHOT-3",
4
+ "version": "0.2.2-SNAPSHOT-4",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {