tycho-components 0.14.1 → 0.14.2

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
@@ -37,6 +37,7 @@ export { default as Unauthorized } from './Base/Unauthorized';
37
37
  export { default as CommentComponent } from './Comments';
38
38
  export { default as HeaderNotifications } from './Comments/HeaderNotifications';
39
39
  export type { Comment } from './Comments/types/Comment';
40
+ export { default as CommentService } from './Comments/types/CommentService';
40
41
  export { CommonProvider } from './configs/CommonContext';
41
42
  export { default as CookieStorage } from './configs/CookieStorage';
42
43
  export { commonResources } from './configs/Localization';
package/dist/index.js CHANGED
@@ -29,6 +29,7 @@ export { default as NotFound } from './Base/NotFound';
29
29
  export { default as Unauthorized } from './Base/Unauthorized';
30
30
  export { default as CommentComponent } from './Comments';
31
31
  export { default as HeaderNotifications } from './Comments/HeaderNotifications';
32
+ export { default as CommentService } from './Comments/types/CommentService';
32
33
  export { CommonProvider } from './configs/CommonContext';
33
34
  export { default as CookieStorage } from './configs/CookieStorage';
34
35
  export { commonResources } from './configs/Localization';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.14.1",
4
+ "version": "0.14.2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {