@aicore/libcommonutils
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "@aicore/libcommonutils", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Common util libraries used by various modules. This library is created to prevent code duplication", | ||
@@ -55,3 +55,3 @@ "main": "src/index.js", | ||
"documentation": "14.0.0", | ||
"eslint": "8.23.1", | ||
"eslint": "8.24.0", | ||
"glob": "8.0.3", | ||
@@ -58,0 +58,0 @@ "husky": "8.0.1", |
@@ -42,1 +42,2 @@ /* | ||
export {HTTP_STATUS_CODES} from './const/http.js'; | ||
export {COCO_DB_FUNCTIONS} from './const/cocoDBWSAPI.js'; |
53300
8
239