@cbm-common/cbm-types 0.0.8 → 0.0.10

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/index.js ADDED
@@ -0,0 +1 @@
1
+ export { };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
+ "main": "index.js",
4
5
  "types": "public-api.d.ts",
5
6
  "exports": {
6
7
  ".": {
8
+ "import": "./index.js",
7
9
  "types": "./public-api.d.ts"
8
10
  }
9
11
  }
package/public-api.d.ts CHANGED
@@ -18,12 +18,6 @@ export * from './lib/domain/services/notification/notification.service';
18
18
  export * from './lib/domain/services/web-socket/web-socket.model';
19
19
  export * from './lib/domain/services/web-socket/web-socket.service';
20
20
 
21
- //#region tooltip directive
22
- export * from './lib/directives/tooltip/tooltip.directive';
23
-
24
- //#region error translate directive
25
- export * from './lib/pipes/error-translate-pipe/error-translate-pipe';
26
-
27
21
  //#region user repository
28
22
  export * from './lib/domain/repositories/user.domain.repository';
29
23
  export * from './lib/domain/models/user.domain.model';