@autobusal/common 0.0.22 → 0.0.23

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/index.ts +2 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -9,6 +9,7 @@ import Modal from './Modal/Modal';
9
9
  import Meta from './Meta';
10
10
  import Pagination from './Pagination/Pagination';
11
11
  import Passengers from './Passengers/Passengers';
12
+ import RouteFeature from './RouteFeature/RouteFeature';
12
13
  import RouteItem from './RouteItem/RouteItem';
13
14
 
14
15
  export {
@@ -25,5 +26,6 @@ export {
25
26
  Pagination,
26
27
  Paragraph,
27
28
  Passengers,
29
+ RouteFeature,
28
30
  RouteItem
29
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/common",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "type": "module",
5
5
  "main": "index.ts"
6
6
  }