atg-atgse 2.9.8 → 3.9.8

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.
package/dist/formatter.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * @returns {string} - Formatted full name.
6
6
  */
7
7
  export const formatName = (first, last) => {
8
- console.log("Formatted name");
8
+ console.log("Formatted name: ");
9
9
  return `${last.toUpperCase()}, ${first}`;
10
10
  };
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atg-atgse",
3
- "version": "2.9.8",
3
+ "version": "3.9.8",
4
4
  "description": "this package is used for pap-client with pingnal",
5
5
  "license": "ISC",
6
6
  "author": "atgatgse",