atg-atgse 1.0.0 → 21.1.4

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/dist/logger.js +1 -1
  2. package/package.json +1 -1
package/dist/logger.js CHANGED
@@ -10,6 +10,6 @@ export const logWithTime = (message) => {
10
10
  * @param {string} error - The error message.
11
11
  */
12
12
  export const logError = (error) => {
13
- console.error(`[${new Date().toISOString()}] ERROR: ${error}`);
13
+ console.log(`[${new Date().toISOString()}] ERROR: ${error}`);
14
14
  };
15
15
  export default { logWithTime, logError };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atg-atgse",
3
- "version": "1.0.0",
3
+ "version": "21.1.4",
4
4
  "description": "this package is used for atg-atgse with pingnal",
5
5
  "license": "ISC",
6
6
  "author": "atgatgse",