@cbm-common/cbm-types 0.0.35 → 0.0.36

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public-api.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {
package/public-api.d.ts CHANGED
@@ -269,5 +269,5 @@ export * from './lib/domain/models/sequence.domain.model';
269
269
  export * from './lib/domain/repositories/payment-term.domain.repository';
270
270
  export * from './lib/domain/models/payment-term.domain.model';
271
271
  // #region available board component
272
- export * from './lib/components/available-board/available-board';
272
+ export * from './lib/components/availability-board/availability-board';
273
273
  export * from './lib/components/availability-board/availability-board.model';