UNPKG

@lit-protocol/logger

Version:

This package provides a centralized logging utility for the Lit Protocol SDK, offering structured logging capabilities across all packages. It enables consistent log formatting, level-based filtering, and standardized error reporting throughout the Lit Pr

25 lines 600 B
{ "name": "@lit-protocol/logger", "version": "7.2.0", "type": "commonjs", "tags": [ "universal" ], "publishConfig": { "access": "public", "directory": "../../dist/packages/logger" }, "dependencies": { "@ethersproject/abstract-provider": "5.7.0", "@lit-protocol/accs-schemas": "^0.0.28", "@lit-protocol/contracts": "^0.0.74", "@openagenda/verror": "^3.1.4", "depd": "^2.0.0", "ethers": "^5.7.1", "siwe": "^2.3.2", "@lit-protocol/constants": "7.2.0", "@lit-protocol/types": "7.2.0", "tslib": "1.14.1" }, "main": "./src/index.js" }