@virtuoso.dev/message-list
Advanced tools
Comparing version 1.8.0-alpha.15 to 1.8.0-alpha.16
@@ -0,1 +1,8 @@ | ||
# [1.8.0-alpha.16](https://github.com/virtuoso-dev/message-list/compare/v1.8.0-alpha.15...v1.8.0-alpha.16) (2024-06-17) | ||
### Bug Fixes | ||
* increase debounce time ([07a52a6](https://github.com/virtuoso-dev/message-list/commit/07a52a6876062e3f94e763d78e749a57d2b9c410)) | ||
# [1.8.0-alpha.15](https://github.com/virtuoso-dev/message-list/compare/v1.8.0-alpha.14...v1.8.0-alpha.15) (2024-06-17) | ||
@@ -2,0 +9,0 @@ |
@@ -902,3 +902,3 @@ import { jsxs as Nt, jsx as y, Fragment as Gn } from "react/jsx-runtime"; | ||
v((o) => o !== null), | ||
ge(1) | ||
ge(20) | ||
), | ||
@@ -1553,3 +1553,3 @@ ne | ||
now: /* @__PURE__ */ new Date(), | ||
packageTimestamp: 1718624464026 | ||
packageTimestamp: 1718631524724 | ||
}); | ||
@@ -1556,0 +1556,0 @@ return /* @__PURE__ */ y(Wn.Provider, { value: n, children: t }); |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "1.8.0-alpha.15", | ||
"version": "1.8.0-alpha.16", | ||
"type": "module", | ||
@@ -115,3 +115,3 @@ "module": "dist/index.js", | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=18" | ||
}, | ||
@@ -118,0 +118,0 @@ "prettier": { |
83252