This commit is contained in:
Philipp Kunz 2023-01-12 11:58:35 +01:00
parent 227931b0d3
commit 8524299d39

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/logcontext", "name": "@pushrocks/logcontext",
"version": "1.0.28", "version": "1.0.29",
"description": "enrich logs with context", "description": "enrich logs with context",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -43,4 +43,4 @@
"readme.md" "readme.md"
], ],
"type": "module" "type": "module"
} }