@orderingstack/front-hooks 6.1.0-beta.1 → 6.1.0-beta.2
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/packages/hooks/vitest.config.d.ts +3 -0
- package/dist/packages/hooks/vitest.config.d.ts.map +1 -0
- package/dist/types/__tests__/menu.test.d.ts +2 -0
- package/dist/types/__tests__/menu.test.d.ts.map +1 -0
- package/dist/types/useAvailability.d.ts.map +1 -1
- package/package.json +3 -1
package/dist/index.es.js
CHANGED
|
@@ -1397,13 +1397,14 @@ function eg(t, r = !1, e = void 0, n = 60) {
|
|
|
1397
1397
|
);
|
|
1398
1398
|
tr(s, n * 1e3);
|
|
1399
1399
|
function s() {
|
|
1400
|
-
|
|
1400
|
+
console.log("checking availability start");
|
|
1401
|
+
const c = Date.now(), l = t && Sr(
|
|
1401
1402
|
t,
|
|
1402
1403
|
e,
|
|
1403
1404
|
void 0,
|
|
1404
1405
|
r
|
|
1405
1406
|
);
|
|
1406
|
-
Ut(
|
|
1407
|
+
Ut(l, i) || (console.log("menu has changed", l), a(l)), console.log("checking availability done", Date.now() - c, "ms");
|
|
1407
1408
|
}
|
|
1408
1409
|
return tt(s, [i, t]), i;
|
|
1409
1410
|
}
|