@aicore/libcommonutils
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "@aicore/libcommonutils", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Common util libraries used by various modules. This library is created to prevent code duplication", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -14,3 +14,4 @@ export const COCO_DB_FUNCTIONS = { | ||
deleteDb: 'deleteDb', | ||
mathAdd: 'mathAdd' | ||
mathAdd: 'mathAdd', | ||
query: 'query' | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53320
240