@konplit-services/common 1.0.235 → 1.0.236

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.
@@ -150,7 +150,7 @@ exports.authData = authData;
150
150
  const generateOrderId = () => {
151
151
  const yyyymm = (0, timestamp_1.getYearMonth)();
152
152
  const nanoid = (0, nanoid_1.customAlphabet)("0123456789", 24);
153
- return `${yyyymm}${nanoid}`;
153
+ return `${yyyymm}${nanoid()}`;
154
154
  };
155
155
  exports.generateOrderId = generateOrderId;
156
156
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.235",
3
+ "version": "1.0.236",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",