---
changelog:
  category: Release
  version: logixlysia@6.2.3
date: '2026-03-21T11:38:04Z'
seo:
  description: >-
    Fix TypeScript inference for WebSocket ws.data and context store after
    .use(logixlysia()) (#220).Fix ERR_IMPORT_ATTRIBUTE_MISSING error on Node.js
    by avoiding…
title: logixlysia@6.2.3
type: changelog
---
### Patch Changes

-   afd4c83: Fix TypeScript inference for WebSocket `ws.data` and context `store` after `.use(logixlysia())` ([#220](https://github.com/PunGrumpy/logixlysia/issues/220)).
-   0889128: Fix `ERR_IMPORT_ATTRIBUTE_MISSING` error on Node.js by avoiding ESM `package.json` import and using `createRequire(import.meta.url)` for startup banner JSON loading instead.
