Skip to content

Commit 9034c78

Browse files
Version Packages
1 parent 3cc3308 commit 9034c78

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/npm-drop-better-auth-peer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-adapter-probe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/react-native-pretty-logs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/evlog/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# evlog
22

3+
## 2.14.1
4+
5+
### Patch Changes
6+
7+
- [#309](https://github.com/HugoRCD/evlog/pull/309) [`3cc3308`](https://github.com/HugoRCD/evlog/commit/3cc33080ab2e18dbe33b5ac67830b2fc7b1d3a07) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Remove `better-auth` from `peerDependencies`. Optional peers still led npm to resolve Better Auth’s peer graph (including `@sveltejs/kit` / Vite), causing `ERESOLVE` for apps that do not use Better Auth ([#299](https://github.com/HugoRCD/evlog/issues/299)). Users of `evlog/better-auth` should keep `better-auth` as a direct dependency (see docs).
8+
9+
- [#298](https://github.com/HugoRCD/evlog/pull/298) [`02c4c03`](https://github.com/HugoRCD/evlog/commit/02c4c033afff95a8b7ce2d6f1e2ee85c5d0234b2) Thanks [@M-Hassan-Raza](https://github.com/M-Hassan-Raza)! - Avoid unnecessary Nitro runtime-config probes when drain adapter overrides or env vars already satisfy the env-backed config fields.
10+
11+
- [#306](https://github.com/HugoRCD/evlog/pull/306) [`570d675`](https://github.com/HugoRCD/evlog/commit/570d675ed70d472ba108cfa9143dcc23e347081c) Thanks [@shubh73](https://github.com/shubh73)! - Detect browser environments for `%c` console styling using `isBrowser()` (window, document, and non–React Native `navigator.product`) so React Native / Metro no longer prints format strings and CSS arguments as literal text when `window` is polyfilled. `isClient()` / `isServer()` are unchanged for existing consumers.
12+
313
## 2.14.0
414

515
### Minor Changes

packages/evlog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evlog",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"description": "Wide event logging library with structured error handling. Inspired by LoggingSucks.",
55
"author": "HugoRCD <contact@hrcd.fr>",
66
"homepage": "https://evlog.dev",

0 commit comments

Comments
 (0)