sales-frontend-oz 0.0.57 → 0.0.59
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -299,7 +299,7 @@ function DeepCopy(arg) {
|
|
|
299
299
|
|
|
300
300
|
// src/oz/utils/common-util.ts
|
|
301
301
|
async function sleep(ms = 10) {
|
|
302
|
-
return
|
|
302
|
+
return;
|
|
303
303
|
}
|
|
304
304
|
function categorizeByPageRange(data, pageCounts) {
|
|
305
305
|
let currentPage = 1;
|