@amohamud23/notihub 1.0.26 → 1.0.27

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 -3
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import DateUtil from "./lib/util/DateUtil";
2
2
  import Schemas from "./lib/db/index";
3
3
 
4
- const Models = { ...Schemas };
5
-
6
- export { DateUtil, Models };
4
+ export const dateUtil = DateUtil;
5
+ export const schemas = Schemas;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Notihub Package",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.d.ts",