[READ-ONLY] Mirror of https://github.com/FoxxMD/logging. A typed, opinionated, batteries-included, Pino-based logging solution for backend TS/JS projects foxxmd.github.io/logging
child-logger logging logging-library nodejs pinojs typescript-library
0

Configure Feed

Select the types of activity you want to include in your feed.

Add patch-package as post install

FoxxMD (Feb 29, 2024, 10:45 AM EST) 13236ee0 6422d3f3

+3 -1
+1
package-lock.json
··· 7 7 "": { 8 8 "name": "@foxxmd/logging", 9 9 "version": "0.1.0", 10 + "hasInstallScript": true, 10 11 "license": "MIT", 11 12 "dependencies": { 12 13 "patch-package": "^8.0.0",
+2 -1
package.json
··· 8 8 "typedoc": "typedoc", 9 9 "build": "tsc", 10 10 "prepare": "tshy", 11 - "test": "mocha --recursive ./tests/*.test.ts" 11 + "test": "mocha --recursive ./tests/*.test.ts", 12 + "postinstall": "patch-package" 12 13 }, 13 14 "keywords": [], 14 15 "author": "FoxxMD",