@aicore/libcommonutils
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "@aicore/libcommonutils", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Common util libraries used by various modules. This library is created to prevent code duplication", | ||
@@ -54,3 +54,3 @@ "main": "src/index.js", | ||
"cli-color": "2.0.3", | ||
"documentation": "^14.0.0", | ||
"documentation": "14.0.0", | ||
"eslint": "8.21.0", | ||
@@ -57,0 +57,0 @@ "glob": "8.0.3", |
@@ -41,1 +41,2 @@ /* | ||
export {getMySqlConfigs} from './utils/configs.js'; | ||
export {HTTP_STATUS_CODES} from './const/http.js'; |
@@ -16,6 +16,11 @@ import * as crypto from "crypto"; | ||
* @returns {MySqlConfigs} An object with the following properties: | ||
* host: The value of the environment variable MY_SQL_SERVER or 'localhost' | ||
* | ||
* `host`: The value of the environment variable MY_SQL_SERVER or 'localhost' | ||
* | ||
* port: The value of the environment variable MY_SQL_SERVER_PORT or '3306' | ||
* | ||
* database: The value of the environment variable MY_SQL_SERVER_DB or a random hex string | ||
* | ||
* user: The value of the environment variable MY_SQL_USER or a random hex string | ||
* | ||
* password : The value of the environment variable MY_SQL_PASSWORD or a random hex string | ||
@@ -38,2 +43,1 @@ */ | ||
} | ||
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
52750
7
217