2 Commits

Author SHA1 Message Date
c4b9833145 2.0.0 2023-01-12 11:59:41 +01:00
3c6d217563 BREAKING CHANGE(switch to esm): update 2023-01-12 11:59:41 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/logcontext", "name": "@pushrocks/logcontext",
"version": "1.0.29", "version": "2.0.0",
"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",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/logcontext', name: '@pushrocks/logcontext',
version: '1.0.29', version: '2.0.0',
description: 'enrich logs with context' description: 'enrich logs with context'
} }