{"_id":"unnbound-logger-sdk","_rev":"61-06bf95da3279bdc893be7d6bb89ae178","name":"unnbound-logger-sdk","dist-tags":{"latest":"3.1.2","beta":"3.2.0-beta.1"},"versions":{"1.0.0":{"name":"unnbound-logger-sdk","version":"1.0.0","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@1.0.0","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"9d3803bd9e15c6c0f77d97f1e5802ce338fe9ef8","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-1.0.0.tgz","fileCount":31,"integrity":"sha512-7Up2sQI9QU01bRDSJZsHnfojKdiYgZgMHMjCCSbWmNK2tfx8MoDfFEh+Dgk9/MI7PGcG5JhH0wf2Diu9EicYSA==","signatures":[{"sig":"MEUCIQCPyI0AAfrJOLy9Q3ZKJyIDajSasTQbVIPdtRkdGQH9TwIgUUvDBK/7TdgzZlL8huSSir7/VrLNoopn4nN1aW0USn0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":71769},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"bccd0e586d25d74061b606dea74d74158340d783","scripts":{"lint":"eslint src/**/*.ts","test":"jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.9.0","express":"^5.1.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_1.0.0_1750225803557_0.630940480407763","host":"s3://npm-registry-packages-npm-production"}},"1.1.0":{"name":"unnbound-logger-sdk","version":"1.1.0","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@1.1.0","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"71d983e42393329c1558c0f776aaf53d6ce5d29e","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-1.1.0.tgz","fileCount":17,"integrity":"sha512-WLNFuJ+NEUnx187WT2LXVPPCIkctNzqy4BLwtiKPNnVs6vhoALAh5jMpOFGpChv83d26fIOW6pKyJlkfmAamfQ==","signatures":[{"sig":"MEQCIHMgsnC6y+gXjStv8OKPBJwldtoH6OiLDqj/pofKaa2ZAiA1OOU6YBZEUN3y2+cozmHsjpM8OOW4qGDtzvRsGtEcqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":46493},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"688b03a61097425e94af42be7ace21c4de23f0b5","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_1.1.0_1750268493464_0.8344532483929159","host":"s3://npm-registry-packages-npm-production"}},"1.1.1":{"name":"unnbound-logger-sdk","version":"1.1.1","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@1.1.1","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"8c78d0a518074cb63f3938a7477bdc82914ca51e","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-1.1.1.tgz","fileCount":17,"integrity":"sha512-FqDMXXMgvpjzfKomb+tuuzoSClmdETyYUrv1Az+njEvVMqVmnyTlw4kGZyt/DReVnuYmfdyIxBuEv5kCArOkIQ==","signatures":[{"sig":"MEQCIHGXo/DSP3cRaN9JBNC8iJYnJQ2UHzk8T88fbAwH6I/1AiB6W8MiOR6TQ5cLwWYY3lqkVxim8jOwqM85m49G9vIFDA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":46171},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"cf7fa800ce56fc3ec4f8438e0cdafa596f6a0872","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_1.1.1_1750270491584_0.1039193184139402","host":"s3://npm-registry-packages-npm-production"}},"1.1.2":{"name":"unnbound-logger-sdk","version":"1.1.2","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@1.1.2","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"52a31cb7dde016e53e1da17817ea5bdbd646dd36","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-1.1.2.tgz","fileCount":17,"integrity":"sha512-u09CrFzhxmNrHVpAZcwoIf9X537QNYk9630n3W32S3OvGDtMLibIW2zEbDpnlrwI3jzFsaT2fJ30gWTcBek0uA==","signatures":[{"sig":"MEYCIQCrxNEhVf3T6TOONOcLYMhZpY8yVXsjfEpima/HhPkbeQIhAIh9AnlCveliT+gJ8LgYw6slY3T8FOaSb7aKv7NT6SQe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":46171},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"d7eb31863407815d4db9408ced73c9c53ee4edb7","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_1.1.2_1750270706208_0.7387259075113783","host":"s3://npm-registry-packages-npm-production"}},"1.1.3":{"name":"unnbound-logger-sdk","version":"1.1.3","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@1.1.3","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"86a09bac5a0dc84909ca83c120d924d51f6423a8","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-1.1.3.tgz","fileCount":17,"integrity":"sha512-GA478E78ZNWjaoNN2ggLOCebIz35WTbhbPmnJor/qfYNx/Rk00zPjXY6ApzZKM9GugDsayScdJ2/mTRjrQQZeQ==","signatures":[{"sig":"MEYCIQDssSkmOCFCL22GrmjlgWleDj/Pj1NclGa3AX4kshfU1wIhANuoxxUBVU0A/0WMMylppmiGEaJDg8MKRjBTMl/AsE9o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":46312},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"39010497e0a91634d6b2b461774111d7bae26bd7","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_1.1.3_1750271570673_0.1515539948422815","host":"s3://npm-registry-packages-npm-production"}},"1.1.5":{"name":"unnbound-logger-sdk","version":"1.1.5","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@1.1.5","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"5d49156f737a2c0eabcba5866299af1e556b52d9","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-1.1.5.tgz","fileCount":17,"integrity":"sha512-sjCqDTPGJtPGYT01QoME6zUezE+udhcMou6dsT3HODq7LBrcZoiNEaR/JcDVKse6jv0PSEh3PRs4zM2eMLbszA==","signatures":[{"sig":"MEYCIQCtzSlYqGizBNJ76F1XFuhJ/zVkndNGqvcE85mg+w5WewIhAJZzwe3onARxDmJhaqvAD2u+8O1M0PWOKq9Lqjbk87F8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47208},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"58ee2f69e6e0d864e962b2253eeeb8803e554813","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_1.1.5_1750273208043_0.02638766055429076","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"unnbound-logger-sdk","version":"2.0.0","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.0","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"ffcec521a221d16e41a12f3298ef614e8a35d143","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.0.tgz","fileCount":19,"integrity":"sha512-RvIB4uR1U+sM2LPgq2EnNxumt56DGcFmpXbGS9yNNIE99R1DjXyzOcQJurmkkFuiv7GKw6RWsYL5fJzt9BUQbQ==","signatures":[{"sig":"MEUCIA208ddE3OM7xAdK+5DfhvSTJhwbFxWDays8gdmVzsgrAiEA9yAVY8bQCqLH5UgKrJQsCg6mEE3yoxevubO+8Dz1ICQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":58617},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"651d7f51ff08627a863ea6d58c2f448199c91c4d","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.0_1750285516954_0.009484433536847359","host":"s3://npm-registry-packages-npm-production"}},"2.0.1":{"name":"unnbound-logger-sdk","version":"2.0.1","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.1","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"2d226011693c0005cca90e47651bba27c33e81e1","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.1.tgz","fileCount":19,"integrity":"sha512-cy/RD2JS6Og1ppFtOHVyjhmbSmcQL1diXigGE0kOC2cv9LKBNNmaz6Yt15ouOvl3SnwEumDDH4UxEht8/nfqig==","signatures":[{"sig":"MEUCIA5VE+GCyVIsowei3TDGMQEFNPqBMOV85bnJcFfmldLgAiEA7itJSbYfH+obnBZyFWRbPlWGyRHMQxlEq7XRKAzBa2k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55941},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"1231638fb2e21ca25c06949b6e842492ad801dc2","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.1_1750294531288_0.13687883871569229","host":"s3://npm-registry-packages-npm-production"}},"2.0.2":{"name":"unnbound-logger-sdk","version":"2.0.2","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.2","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"3e294ecf034cfb5fc7d231f8655f577b9168d7f3","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.2.tgz","fileCount":19,"integrity":"sha512-OR+zj7hIQ8oJfGcYd56Bb1ovtCRDeXO8iaKDHf/aZrETBKDSfIAjorOG9XxB4qUrwcvKr1z59kvuuaSSnwFdrg==","signatures":[{"sig":"MEUCIGgnzfY3jtK5xh10rdOX7gIZq3ZTM41YaYyJdPEb+rMEAiEAjcwy/VSVJlHrg0LmRNVrhknZnzRhSmcMBF2p/n6/URU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":56116},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"15096d1dfbfcf267a7b16d5892341e3365958432","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.2_1750295786975_0.3140996479863185","host":"s3://npm-registry-packages-npm-production"}},"2.0.3":{"name":"unnbound-logger-sdk","version":"2.0.3","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.3","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"1a1e5e9028d9e704845a359740960d7a61bf90df","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.3.tgz","fileCount":17,"integrity":"sha512-c/4sMlBTlLJ/0Uh1mwbRsAISbAYeBtBS5gbgipO0+JhR7LCNzrNnVPurQjoZX7PpzNNvPivtUZbUnUdF1bqukQ==","signatures":[{"sig":"MEUCIQDWAP049x3zTYoZA8ePFHIhGeGN2e/m5v8i1ZzBkli+RgIgGWcLMD4kMrv4mo0J3OyZAhSINtJDwOGRARuDX0zMsU0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":54177},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"83ac13c2e201e42a5c790540edad8d210a047c62","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.3_1750315566874_0.4144398088214418","host":"s3://npm-registry-packages-npm-production"}},"2.0.4":{"name":"unnbound-logger-sdk","version":"2.0.4","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.4","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"8758904a263268a066d92916ea55c5d921f7e1f4","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.4.tgz","fileCount":17,"integrity":"sha512-0zBR8hh0fcELRlSQI8XJeAZDLI/HPSJcqDRwCVDC1KL/Qz7NObLJPnsEpVMlmDkiYNPoFl016GdKCNFmm9HIAQ==","signatures":[{"sig":"MEUCIEI+dyjUuYgFkO+NwzHCPlnw/ARWaKZOzfFckI+6haLhAiEAu4AuwTANFS69QyZzGuYHGzZqI0euuL5emW6+dnG1Q2M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":54165},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"9bf6ff5493fcf323a0fff755098a743c4a0d1c1c","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace ID propagation.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.4_1750316800852_0.6739022181849108","host":"s3://npm-registry-packages-npm-production"}},"2.0.5":{"name":"unnbound-logger-sdk","version":"2.0.5","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.5","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"0683e8d5297e25d086f98f3ac66b524cfb910c53","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.5.tgz","fileCount":17,"integrity":"sha512-TF+lN9kmkebEDoWHg2YOGT012HQtInT2iV4GbOOHa7ABgXPwK4ZbGbe4wN24wCi8lBzJeHLPLSpRJqgsE9HsPQ==","signatures":[{"sig":"MEUCIQDp/ckndRnzjjD+NVDPwWLsuwskWP6Dsi8XFtEdK33wSQIgAxcWxClADYSDpCVGM2dGOpD1B2Jg6j5eO7ndNOIFXro=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55370},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"9bf6ff5493fcf323a0fff755098a743c4a0d1c1c","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.5_1750369778829_0.2000196553047977","host":"s3://npm-registry-packages-npm-production"}},"2.0.6":{"name":"unnbound-logger-sdk","version":"2.0.6","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.6","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"b0faec6708f09ee4de59b823170fc9ae99111c13","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.6.tgz","fileCount":17,"integrity":"sha512-4Cki00tb38eL8y5tDj9Vc9rH79rG8iOpxKInnMPqenVVZk+HGx4wO+3JxBqnU5DdP6CM+SA53K7T0klZfkNHLw==","signatures":[{"sig":"MEQCIE89cIIipKoBks9yD8p/03Tjf7QQHPaiVPJWfqvU7ZENAiBk/xS/13A4fFObPY+vUuc/snQLWt6oF5+DVsERHnw1mQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55939},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"1c4697a0706b0b28fddc10b8514a0dfdd76ca4f1","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.6_1750391132710_0.9475723255671415","host":"s3://npm-registry-packages-npm-production"}},"2.0.7":{"name":"unnbound-logger-sdk","version":"2.0.7","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.7","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"8852f819acd3f304ac94d6d58f271461afb67fd8","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.7.tgz","fileCount":17,"integrity":"sha512-2rk3VzZzB3OFmXgZjzP1qnTNOCC7gQlP4MqqTm3uP9mK3YRu0zJKYsNSn87/xJ9P1s9ccecYQBtNlTIkiC6deQ==","signatures":[{"sig":"MEYCIQC5HTYOQPFE6ZBfpAL5gd7B9fH7ws0G2F4be7PWpmlVWQIhAMbY1KYU6+j8PprypJyKpzhK8OMi0CJ6KUI2JV4srxB6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":56024},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"2b43f6d5df3d0dab58002715cea5167b8f26b609","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"10.9.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.7_1750398968874_0.005123606497399624","host":"s3://npm-registry-packages-npm-production"}},"2.0.8":{"name":"unnbound-logger-sdk","version":"2.0.8","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.8","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"0c0e61b358498a5f27f821853663c597e938f943","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.8.tgz","fileCount":17,"integrity":"sha512-HBzErNR8xTI9Aeat+YRhAvX+BHVV4T7hhz2qTNpUhgHC99bGUG4/8PeGO8NpPqYNINNMVu65TB9QZH42Jzs22Q==","signatures":[{"sig":"MEUCIQCjhMO87SqZwBBhou990nFJ4wpqZRp2DCZffcdfzlD2NAIgBQFJ/6jIJoihVqF6bwSd28idI64DNK8vSlvGwHyZHOg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":58626},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"d543989d0bd53da8792c1fc1bbb6be5f25e94407","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"11.3.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"_nodeVersion":"24.2.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.8_1750573686304_0.8750844925111825","host":"s3://npm-registry-packages-npm-production"}},"2.0.9":{"name":"unnbound-logger-sdk","version":"2.0.9","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.9","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"67270da1051586b9ce81fc20f283ccb39d8f4b39","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.9.tgz","fileCount":17,"integrity":"sha512-50FBnM5/FeJflgm/ZkoxWo2d23JNz1jptMu0eQ/lK7pPbqhOvc7gokQiywPCwDiZCliwim4lY89zmnKmsfoMVA==","signatures":[{"sig":"MEQCIHY6BX91QvsUKDiXsh96zltGf8IJ+ZTQL4xpq/+C1tZsAiApkGmMyl4cZvxH3rXFijEi1nievOKcgi7XEODJTREJng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":59199},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"6dcdd89a98f81ac25dfee16161669a1409f3e203","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","actor":{"name":"danielhag","type":"user","email":"daniel@unnbound.com"},"email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"11.3.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"_nodeVersion":"24.2.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.9_1750967488498_0.8291884924670865","host":"s3://npm-registry-packages-npm-production"}},"2.0.10":{"name":"unnbound-logger-sdk","version":"2.0.10","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@2.0.10","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbound/logger#readme","bugs":{"url":"https://github.com/unnbound/logger/issues"},"dist":{"shasum":"458990da42b0e23cc088baba6cdc0019a99f3353","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-2.0.10.tgz","fileCount":17,"integrity":"sha512-rxp5f7fQQHhFnljMoLjkccxy7wiB2Ny5QjfdzTUqQOh9pBwcoM6ixruAaZb0QXxxSvCXXCkLoUC7mGfg6t7sDQ==","signatures":[{"sig":"MEUCIGFkAkZFgQ9x7QyFAlDAc5ICwxsM7OQH0Twmb7D4oBM+AiEAoCBskFlFiIVERi5uvlrDH0Hhpr9b+cqHZK33xmm0H/g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":61565},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"6dcdd89a98f81ac25dfee16161669a1409f3e203","scripts":{"lint":"eslint src/**/*.ts","test":"npx jest","build":"tsc","format":"prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint . --ext .ts --fix","test:watch":"npx jest --watch","format:check":"prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"","test:coverage":"npx jest --coverage","check-coverage":"ts-node scripts/check-coverage.ts","prepublishOnly":"npm run build && npm test","start:example:node-app":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/node-app.ts","start:example:basic-usage":"nodemon --watch 'src/**/*.ts' --exec 'ts-node' examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbound/logger.git","type":"git"},"_npmVersion":"11.3.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"_nodeVersion":"24.2.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"cors":"^2.8.5","jest":"^29.7.0","dotenv":"^16.5.0","eslint":"^8.57.0","nodemon":"^3.1.10","ts-jest":"^29.1.2","ts-node":"^10.9.2","prettier":"^3.2.5","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21","eslint-config-prettier":"^10.1.5","@typescript-eslint/parser":"^7.1.0","@typescript-eslint/eslint-plugin":"^7.1.0"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_2.0.10_1755887721708_0.5152157394844614","host":"s3://npm-registry-packages-npm-production"}},"3.0.0":{"name":"unnbound-logger-sdk","version":"3.0.0","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.0","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"3b849107899f763eb59a450041c95fb44bc93afa","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.0.tgz","fileCount":4,"integrity":"sha512-pKz62UhhwHTmSVibnoLTGnB8tUuBhaJDnGKttW1pNP4D4wJLefFIHC5wALhiQ27NoVyKe7Co+Jj/WVzTyeMnHQ==","signatures":[{"sig":"MEUCIQC5vOj50ydDTNM6jeYBVwgIO5f07+ZpDRTalGRVQQVhJgIgN18y4CnVeZlIOw+5QUuREpnqhYmqEfuikI7fiDw6XXk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":16010},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.0.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","test:watch":"jest --watch","format:check":"prettier --check .","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/cbf50aa4fe2537074466be9fa3cf1d76/unnbound-logger-sdk-3.0.0.tgz","_integrity":"sha512-pKz62UhhwHTmSVibnoLTGnB8tUuBhaJDnGKttW1pNP4D4wJLefFIHC5wALhiQ27NoVyKe7Co+Jj/WVzTyeMnHQ==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.0_1757530185080_0.5424867317833688","host":"s3://npm-registry-packages-npm-production"}},"3.0.1":{"name":"unnbound-logger-sdk","version":"3.0.1","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.1","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"0fc2a210c251372a13bd2dcd23fe62f181c926fc","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.1.tgz","fileCount":33,"integrity":"sha512-Nw3GdgbaPQz0FkViQJuwi2Mgec4UVxX+lbwLuaI0aA6k8MyMutvNdRkBH9OA8AX/e04u1nO2vzZDwQ4ZhOz7kA==","signatures":[{"sig":"MEUCIQDiuUrcfMp1Jeyr0WJbaNot0PXq5MCpcJf272//nFc/OQIgVlHQ9uaTGdgwIcyZyg8JpXdbrZF+yY+xDsQNWMEYV70=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":71267},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.1.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/fb15a6881b7e076d44c99bd74e71a684/unnbound-logger-sdk-3.0.1.tgz","_integrity":"sha512-Nw3GdgbaPQz0FkViQJuwi2Mgec4UVxX+lbwLuaI0aA6k8MyMutvNdRkBH9OA8AX/e04u1nO2vzZDwQ4ZhOz7kA==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.1_1757535484077_0.9293993986931415","host":"s3://npm-registry-packages-npm-production"}},"3.0.2":{"name":"unnbound-logger-sdk","version":"3.0.2","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.2","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"06823ae074e2ca45dbb518297bda44eed42f102f","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.2.tgz","fileCount":19,"integrity":"sha512-SIK0LCN5JboKtt3pHzLvcwq5ulr/inVUA1MIIor+u55MR24lugfoZ7uvV5zUZWFe7JFdxaO/ktkgKVNSDd5m/w==","signatures":[{"sig":"MEUCIQCNJd2cD8Vk+uolV4vSr+jBI4wkTfeOjE4iSWT9mffHlwIgc1E931tHnDf/LJLeEnVijAaLBlJQn7Da+ZKOc6AlmcY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":33102},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.2.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/eb14bc9058d3e3221e551f4091eb7d12/unnbound-logger-sdk-3.0.2.tgz","_integrity":"sha512-SIK0LCN5JboKtt3pHzLvcwq5ulr/inVUA1MIIor+u55MR24lugfoZ7uvV5zUZWFe7JFdxaO/ktkgKVNSDd5m/w==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.2_1757535819909_0.7272176910524599","host":"s3://npm-registry-packages-npm-production"}},"3.0.3":{"name":"unnbound-logger-sdk","version":"3.0.3","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.3","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"041ac25a571d1f3c03a39b49bb470651f3f10bfc","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.3.tgz","fileCount":19,"integrity":"sha512-9oQXnR5T4zEYx4FAFBSHx811NQHUvLVYQ3AbIQQXdDVBUFEoeT7Je7nKw9JWZO93w3QDYNn6pXPXk5DXPBKB0w==","signatures":[{"sig":"MEQCIDQO08IL0apnIRPoYuSSyZLnu2us3O/F+Gv+0KQWBR+wAiBON93T9fJjwmDPKDYiTM7pnFFDwpdsdaxiVCMhqneYEw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":33155},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.3.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/a476671b0416a613fb2f9562e4f3ed36/unnbound-logger-sdk-3.0.3.tgz","_integrity":"sha512-9oQXnR5T4zEYx4FAFBSHx811NQHUvLVYQ3AbIQQXdDVBUFEoeT7Je7nKw9JWZO93w3QDYNn6pXPXk5DXPBKB0w==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.3_1757545918773_0.5782878744392248","host":"s3://npm-registry-packages-npm-production"}},"3.0.4":{"name":"unnbound-logger-sdk","version":"3.0.4","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.4","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"602c7b4df9f185ebf55dbc4e3085320cb8263b93","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.4.tgz","fileCount":21,"integrity":"sha512-erPm2Nvai8Hfu1vhLdyLvi+YUS8yzB/7YYa0vZnMEuDeIGJfj6zpMwFnAtmcw3iDtKIiOtdZ1VMvpopkAFFgkw==","signatures":[{"sig":"MEUCIQDU7nd4Mi5rFV8FMqNSQEyd8Jf9C1f96gZg0xwQflEQ3gIgZ3G7UFgBO0wwOMa8/oahDSV9cug202mboOaEzpwIiXQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34953},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.4.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/eec40dad4f10db147160697a9581a551/unnbound-logger-sdk-3.0.4.tgz","_integrity":"sha512-erPm2Nvai8Hfu1vhLdyLvi+YUS8yzB/7YYa0vZnMEuDeIGJfj6zpMwFnAtmcw3iDtKIiOtdZ1VMvpopkAFFgkw==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.4_1757570937348_0.6885081818742549","host":"s3://npm-registry-packages-npm-production"}},"3.0.5":{"name":"unnbound-logger-sdk","version":"3.0.5","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.5","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"0fefd0ff44eeeea1bd17785b6ac458d00834f5c1","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.5.tgz","fileCount":21,"integrity":"sha512-5ySsUpP6TiwHsx7k5wka50clEDxN+G0xJGLpXnc6U+5WESNHZg7XCy1IP+P5fGfNfcD69LnNlRIhhe4RHOwmGw==","signatures":[{"sig":"MEQCIAD3D1vgx68NNV9CA/nZWaGynB7qoi8J03pFSQU3RJEqAiARbkDT7oRgk3GGVI8EecJCZ6PGxs9NGnoslKK+dlK0Vg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34992},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.5.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/90a70114a84956553085626e021983c9/unnbound-logger-sdk-3.0.5.tgz","_integrity":"sha512-5ySsUpP6TiwHsx7k5wka50clEDxN+G0xJGLpXnc6U+5WESNHZg7XCy1IP+P5fGfNfcD69LnNlRIhhe4RHOwmGw==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.5_1757628043624_0.656212389334687","host":"s3://npm-registry-packages-npm-production"}},"3.0.6":{"name":"unnbound-logger-sdk","version":"3.0.6","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.6","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"5c487937a165daae1f454c9230089d35f8bcd0c6","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.6.tgz","fileCount":21,"integrity":"sha512-ZwGGn2liHpZEqOEtP6m/tKvNBGKYB53RDD4umR8ynYpQVNcqZ+/0OC9mSSAC/fLtchZlamRTA+4hNqYnydsZWw==","signatures":[{"sig":"MEUCIQCMS+BXAiXAuEZLCh/1mDi9/wXxb32/egEAXscTjwRJ6AIgDp3VcbcnjnkN5RHORpgSTvHTDs3yJbUZBBM55QnipMU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34826},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.6.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/228da3ca08b0f1987b47c960b012cf09/unnbound-logger-sdk-3.0.6.tgz","_integrity":"sha512-ZwGGn2liHpZEqOEtP6m/tKvNBGKYB53RDD4umR8ynYpQVNcqZ+/0OC9mSSAC/fLtchZlamRTA+4hNqYnydsZWw==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.6_1757630416225_0.9817862168871632","host":"s3://npm-registry-packages-npm-production"}},"3.0.7":{"name":"unnbound-logger-sdk","version":"3.0.7","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.7","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"87a5fb8e50c87394ed12e5a4d9fa077a08ab81e1","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.7.tgz","fileCount":21,"integrity":"sha512-MdAX+oZjcHGy3tb34iTbaQsG1XGVnXotd1TZHRsonNK1AA1oloYm/f7d9a4uoec5mGy8pX2Ab57hVuZC6gWI8Q==","signatures":[{"sig":"MEUCIBKLAD57eGP1nLHloqsQ1OC6uFnyt1mIQyNCZiWbrQRAAiEApOeMaipGrlK9bTeZOyP+/egqQ0XyoD2PCYNGwb7I0xA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34852},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.7.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/a6ddeb73dadaa46d071509f14a86e8dc/unnbound-logger-sdk-3.0.7.tgz","_integrity":"sha512-MdAX+oZjcHGy3tb34iTbaQsG1XGVnXotd1TZHRsonNK1AA1oloYm/f7d9a4uoec5mGy8pX2Ab57hVuZC6gWI8Q==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.7_1757642857132_0.19311177148664171","host":"s3://npm-registry-packages-npm-production"}},"3.0.8":{"name":"unnbound-logger-sdk","version":"3.0.8","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.8","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"bce2f41cb9cfce39f9dba3fb55e2521bb112b8b6","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.8.tgz","fileCount":21,"integrity":"sha512-CQ0q/8B4Yf1mOPz7UeEXpndh+26QIN/Y6/Yzpt2SGRasE15pAYGShSjeI/p1ccLeG037c+3x2deaxiyJR6fDjw==","signatures":[{"sig":"MEUCIFyGoawIvH7tOWVgz2vD6wwzucjZFcoYLVbg/ockx2IcAiEAmUCNL2d2fVKIgS94GRSrbgmclSVS1NjWPJhdTFVPr00=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34854},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.8.tgz","types":"dist/index.d.ts","engines":{"node":">=22.0.0"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","test:coverage":"jest --coverage","start:example:node-app":"npx tsx --watch examples/node-app.ts","start:example:basic-usage":"npx tsx --watch examples/basic-usage.ts"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/1592f19fd04d3a3ee14406d4f3db9a52/unnbound-logger-sdk-3.0.8.tgz","_integrity":"sha512-CQ0q/8B4Yf1mOPz7UeEXpndh+26QIN/Y6/Yzpt2SGRasE15pAYGShSjeI/p1ccLeG037c+3x2deaxiyJR6fDjw==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^20.11.24","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.8_1757643397666_0.3995499731524992","host":"s3://npm-registry-packages-npm-production"}},"3.0.9":{"name":"unnbound-logger-sdk","version":"3.0.9","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.9","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"77dafa5faf3464532ca2da20aae696a4534d3d52","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.9.tgz","fileCount":21,"integrity":"sha512-vLT7drmT0+r0Z56dDd6SHaV9frtIiJjvPwR69ml81QQMOTFmzwlcrcaQJQMEgEH3Gv/FcWvRio+xxII0BNuNUQ==","signatures":[{"sig":"MEUCIDFNWGOiCDhIKD+coyCm67PN4wGluBmNsqHwjZsbIDThAiEA2sTQVbJUogLMk4F3QTUe8Q7TnYxknu0BeoySQ/XsvXU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34799},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.9.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/fa048db43f1f56d10c24f79d3031d101/unnbound-logger-sdk-3.0.9.tgz","_integrity":"sha512-vLT7drmT0+r0Z56dDd6SHaV9frtIiJjvPwR69ml81QQMOTFmzwlcrcaQJQMEgEH3Gv/FcWvRio+xxII0BNuNUQ==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.9_1757665701758_0.6965740374752523","host":"s3://npm-registry-packages-npm-production"}},"3.0.10":{"name":"unnbound-logger-sdk","version":"3.0.10","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.10","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"c8e9ed2f715d8cae6a5036d08ea5756aab39b5b7","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.10.tgz","fileCount":23,"integrity":"sha512-iU+ToZ07JsOcHGnFTXMH3FpXUIWUyyUsuDfJc84wFZ5+MkHOOW4tvAwvOCzvWk7w2gSzzGk09lHJ/EaIs8JaAg==","signatures":[{"sig":"MEQCIAn1QDRBWkSIYZvMpO7Q4ottKvQ/G++r6FtGFJLaPT/BAiB48TV2JJMnRm1a1DUm9XjDoXY55Nav+EEAwvkeh44lAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35826},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.10.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/3b6ce58d81efd7d72bc747bb176df94a/unnbound-logger-sdk-3.0.10.tgz","_integrity":"sha512-iU+ToZ07JsOcHGnFTXMH3FpXUIWUyyUsuDfJc84wFZ5+MkHOOW4tvAwvOCzvWk7w2gSzzGk09lHJ/EaIs8JaAg==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.10_1758295734782_0.6323943171000939","host":"s3://npm-registry-packages-npm-production"}},"3.0.11":{"name":"unnbound-logger-sdk","version":"3.0.11","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.11","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"af85a040d3cc22f9bec6edbb0b8b77753f63d4c9","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.11.tgz","fileCount":23,"integrity":"sha512-DqiJMXkedqKIQ4DcBwtUWahoFgmlZT8jkn8HsXpNfRirh0dAHECR3W2tsBwnrpynG9QVtMHNwg4IZhumGia6Wg==","signatures":[{"sig":"MEUCIEZbICeNkaj2RShrkMUDSb3CoNjNjQVpmLJp203t1dDlAiEA7063/H8xm7OWWvRiYpj1BheYpTEjBER2xIWGVwaplQo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38049},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.11.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/daec0d1ec04e84c5311ea8b8b0585208/unnbound-logger-sdk-3.0.11.tgz","_integrity":"sha512-DqiJMXkedqKIQ4DcBwtUWahoFgmlZT8jkn8HsXpNfRirh0dAHECR3W2tsBwnrpynG9QVtMHNwg4IZhumGia6Wg==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.11_1758817665389_0.4591755802897053","host":"s3://npm-registry-packages-npm-production"}},"3.0.12":{"name":"unnbound-logger-sdk","version":"3.0.12","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.12","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"51515b995600244116e09dcd642c53df3d944fcd","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.12.tgz","fileCount":23,"integrity":"sha512-aqVQDaQKD5dcTvgkK1PMKCoHdIuDRRokEuOG7bImhepxUQ+9CgqQ5jhGa18I08K1VPerHeG+d7HumFX4xo/SJQ==","signatures":[{"sig":"MEQCIA1cyJJbwQ6wqiHt1kvr8kZz3NUpe8NjeZ6DLkqFgJdNAiBwAm+FWlotpcwxw6Z76e/dhrz5JUjum7sK9qMWcNBpwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38917},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.12.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/b1ed205465ac090fd703237d13797db0/unnbound-logger-sdk-3.0.12.tgz","_integrity":"sha512-aqVQDaQKD5dcTvgkK1PMKCoHdIuDRRokEuOG7bImhepxUQ+9CgqQ5jhGa18I08K1VPerHeG+d7HumFX4xo/SJQ==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.12_1758823093560_0.7063712873975851","host":"s3://npm-registry-packages-npm-production"}},"3.0.13":{"name":"unnbound-logger-sdk","version":"3.0.13","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.13","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"698f7d1e099210a96462bbe5497485f09be316f5","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.13.tgz","fileCount":23,"integrity":"sha512-sn9DGdZTNnARlI78lW4eXWTN1kJ6gtCuC3VnOqNVNg8PMwoQmncqf69/0clk8+rfW+Bf4NUY+NxCiyHrRhDuFg==","signatures":[{"sig":"MEYCIQCXv9PMqRO/sHlVUNMHxxPeGpNly+n6JKvZguHPren7SAIhAMwcy75qBpXRnbng/ELF4JWOSW//1GqakKzOjIzQGbJ2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38925},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.13.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/bca359b19796fe09113369020be28f4b/unnbound-logger-sdk-3.0.13.tgz","_integrity":"sha512-sn9DGdZTNnARlI78lW4eXWTN1kJ6gtCuC3VnOqNVNg8PMwoQmncqf69/0clk8+rfW+Bf4NUY+NxCiyHrRhDuFg==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.13_1758829723396_0.9098426045562844","host":"s3://npm-registry-packages-npm-production"}},"3.0.14":{"name":"unnbound-logger-sdk","version":"3.0.14","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.14","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"be819f22594e962d2de6d8638fa128224e8c3f47","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.14.tgz","fileCount":22,"integrity":"sha512-OTumyQBsBYG+LPm+SX6mjxU3SfWVq6SJhF9HmzBPXyIhz9BEETsJodzqYQUkYr/KqLH1SK7b1ETlj8i83pSllA==","signatures":[{"sig":"MEQCIB38UFOem3y6wY+pTbO7p3/MMRvekvBIq0NiZB9NZyipAiBspbmcXcSddATFsqt2GYnyC7qOd0p/fzhhuVzi6pK8iQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39588},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"917284258e864fca3a0b509b82d7fe7df6cccfc1","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.3.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.2.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.14_1759010786116_0.5559436336412247","host":"s3://npm-registry-packages-npm-production"}},"3.0.15":{"name":"unnbound-logger-sdk","version":"3.0.15","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.15","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"3cab9c5d8f2cbd74a4be80661a79dc8cddeb308f","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.15.tgz","fileCount":22,"integrity":"sha512-u9NkNJqPyH8YTGOapxZv47wS9duC/MiFaWgh5VFZWTI/UTQTp0ffiJIvrOX5eiZcdiFBLZ2dkuNrUB6nrUa/yA==","signatures":[{"sig":"MEYCIQCo3Y0AfpsPOATLMDPoVeoGdiKI5b0JZNn2sCZbUTkkpAIhANV4SzBRIrOFHji+gFKpZ401+kjfNuyW6g1x3jtE1I1q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39708},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"0c970e8f391b60bb800b14943d1ab12179d47051","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.0.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.15_1759493680903_0.059981058686364275","host":"s3://npm-registry-packages-npm-production"}},"3.0.16":{"name":"unnbound-logger-sdk","version":"3.0.16","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.16","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"c322fb04011ae40f12ae105806add610f3e1d17d","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.16.tgz","fileCount":22,"integrity":"sha512-KIQ8RXi8jh67IHRS+ly9kPeUFtWy0+bf4bXgaFED/zkzFnOoBFbxAgHACVXF8XL+k8Pv/sxcWu5pBoFlqmRsyg==","signatures":[{"sig":"MEYCIQDdhRsniJFTnE8M/kZvfyvfaLMqeoNRqnkdFeWrCKNmkAIhAIcymizMJpEnrEA3FCvNun6VRB/cEPTVpeS0erOvuhVI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38012},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"097636242743a0bbd8a5debb8b91ca11685dd490","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.3.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.2.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.16_1759772493607_0.8613648199738244","host":"s3://npm-registry-packages-npm-production"}},"3.0.17":{"name":"unnbound-logger-sdk","version":"3.0.17","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.17","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"a66c2f500d3c56b940c35ef304c704a9c6cbf67e","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.17.tgz","fileCount":22,"integrity":"sha512-/4QJMX7vJTVDomeukpN2VS3+3w6F7DvOYZVMfb54oQctqd6UBGsJD1X/DzdQgcyh6iuDUiV/SXXgx20Kex+FRw==","signatures":[{"sig":"MEUCIAa+xPk/oYT+uNRZuryBiovmA8bdAQjdl02S5B2Y7HWZAiEA4Vagni8R+hxvzTWOo+t55TxVJdKPw9WPYJ1UY/6hURA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38389},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"0915da4d45636399790461cb813e164ead55e2ad","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.0.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.17_1759779939692_0.2625481107729062","host":"s3://npm-registry-packages-npm-production"}},"3.0.18":{"name":"unnbound-logger-sdk","version":"3.0.18","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.18","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"8bb5048a9b1c68d9a6c5fa997256ee12a3e1963b","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.18.tgz","fileCount":22,"integrity":"sha512-IQkutjnlt0GIeIL+olpStZvpIHpjR76KC1ZNsR1wp7BMHdpYTILOpHHbveZ7jvTbkyBpqvIUtonBSQwQE5WA3g==","signatures":[{"sig":"MEUCIGEwAcMuCqhIpeZyCzB29dVtuMJHM03UoLGPSV88lA2OAiEA7+pWIFLVZuvHJzIRxgYOCj8AVDquhMyIHdRuPVzuGik=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38389},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"0915da4d45636399790461cb813e164ead55e2ad","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.0.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.18_1759939403015_0.9508454976352099","host":"s3://npm-registry-packages-npm-production"}},"3.0.19":{"name":"unnbound-logger-sdk","version":"3.0.19","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.19","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"460ce85f006bec89a4b40e747c25675983302b16","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.19.tgz","fileCount":23,"integrity":"sha512-7yGW3IcZff+its6fsXLDylEtbhKYFQlL73xAkBi6evOhyBT7OKoQwWNBQndKSj6awslvbJ/r3cR3Ut2addpyfw==","signatures":[{"sig":"MEUCIANTfbQ0WbewBqdYaqg/S4njuJss7hOlsAT1vau66AUyAiEA0GsbEPKQAZeUVVp2Ec40vDtVTS642NNF0euzWR+u8jM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39776},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.19.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/96f1491d774da3d18f34b6fdf3295d00/unnbound-logger-sdk-3.0.19.tgz","_integrity":"sha512-7yGW3IcZff+its6fsXLDylEtbhKYFQlL73xAkBi6evOhyBT7OKoQwWNBQndKSj6awslvbJ/r3cR3Ut2addpyfw==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.19_1760088457496_0.4514137784491854","host":"s3://npm-registry-packages-npm-production"}},"3.0.20":{"name":"unnbound-logger-sdk","version":"3.0.20","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.20","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"63b518f4bfcd77d5d5d8c104ece4088b8d8851a1","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.20.tgz","fileCount":22,"integrity":"sha512-ed0ryJ4KKNiYBiKIDsAZndfsw4t6MY860jwW75ciUrmiPycZYpJvl1GLikzxuIKti84iRGSTOEV+yHXCuGKxnw==","signatures":[{"sig":"MEYCIQDyuWr2jlKOC/6oPTmmZ0+AYZDlOntOqluWrnMoaM80AwIhANn0swto76b6N98aPUv8oUaMTm07MdY9XEdka9haKWOB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39610},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"bf557c85fefe1d346c5356b2a059ba5d9dc748cf","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.0.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.20_1760099466365_0.3489085869090398","host":"s3://npm-registry-packages-npm-production"}},"3.0.21":{"name":"unnbound-logger-sdk","version":"3.0.21","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.21","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"8e240a69e2c917f82144928a4f9d49296e6122c5","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.21.tgz","fileCount":22,"integrity":"sha512-7QlsAuBeMLFrLB3tASbZRbinDKgZuzdmnlmpUhMgEmm853X7LT4nNVcJ6tV6A3OLnR9gmTtu2ivSaTBjepN0HQ==","signatures":[{"sig":"MEUCIQC/J9TLDXRLauHJGJKuidb1X5wYL8gcuJzCwNqIxs6pWQIgVFhlBd7YZBB9Tu2jFIQBfhlQ7kMznGh1uQl1V+5Ngds=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39610},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"9d6e24ab450ed682affc39e5ebedc30fba43d163","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.0.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.21_1760116042562_0.6991633182993233","host":"s3://npm-registry-packages-npm-production"}},"3.0.22":{"name":"unnbound-logger-sdk","version":"3.0.22","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.22","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"9c4722d60cc7e4d2f53708e7b1b4525bf89cd167","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.22.tgz","fileCount":22,"integrity":"sha512-8YELImEF//PyVRGuRtiIQ7b0EXow5SqC4yveErTVFAbC2k1y/vE9EAnVJ7+xecfwfFVkKp6Fzl9sGNRVIQQgiA==","signatures":[{"sig":"MEUCIHHmCa6IRYgRdduuiiyG9iSZWUVXdPmN/Fu1s86CenXzAiEA5lZqJ9AwmocetVYWYDSMM5486sYBaf80rpzjyzvB5Os=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39610},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"9d6e24ab450ed682affc39e5ebedc30fba43d163","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.0.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.22_1760116838670_0.7930462150330928","host":"s3://npm-registry-packages-npm-production"}},"3.0.23":{"name":"unnbound-logger-sdk","version":"3.0.23","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.23","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"b101d67e70c8bab830f02db09c9e1b8c6e9d5724","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.23.tgz","fileCount":25,"integrity":"sha512-Th7G7v1UXUnodY8no8/5UYrVZszhcL4AIp1bCtz/ERMUY9AzVCFhDUTdq20I5ZWECgAHHvmPm+LuAG46vX+JuQ==","signatures":[{"sig":"MEQCICIwGjzRbqQ/2pCAK+fBCA1Pp1HhUIOuIXHonIYP+ye/AiAa0gpQYKLicjPZBo6gtW7OkyIZJ2FyULp7txKoTc0+mA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42088},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.23.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/4bef0f2eb187fae5ad75838ff328e8a7/unnbound-logger-sdk-3.0.23.tgz","_integrity":"sha512-Th7G7v1UXUnodY8no8/5UYrVZszhcL4AIp1bCtz/ERMUY9AzVCFhDUTdq20I5ZWECgAHHvmPm+LuAG46vX+JuQ==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.23_1761641355433_0.9772970990389585","host":"s3://npm-registry-packages-npm-production"}},"3.0.24":{"name":"unnbound-logger-sdk","version":"3.0.24","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.24","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"015d70d9d0208bd0e4beba0c8a9f2d8c1aa2e2a7","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.24.tgz","fileCount":27,"integrity":"sha512-DUFrAwZklKUlqSlGbBgYD4wafbGbZk/8UQLdCf8dj2p7Bl9Zb1DUliVdwCIVH3NYnJGMQjZNAdy9qt2ix0h1sA==","signatures":[{"sig":"MEUCICZiseoAE/udvv1TSo0JZMTFyMXfp2UZtkOZb9f3WE9MAiEApJyu0u3EGai6yzrBN/bylHMzP0SPA0zP37yG982cAs0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":62802},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.24.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/241f9aa9b38b0530a705fe3c5fdf2614/unnbound-logger-sdk-3.0.24.tgz","_integrity":"sha512-DUFrAwZklKUlqSlGbBgYD4wafbGbZk/8UQLdCf8dj2p7Bl9Zb1DUliVdwCIVH3NYnJGMQjZNAdy9qt2ix0h1sA==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.24_1762343662820_0.1386207007796889","host":"s3://npm-registry-packages-npm-production"}},"3.0.25":{"name":"unnbound-logger-sdk","version":"3.0.25","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.25","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"765891e42030e32d880e0921ed360df4957b4b8d","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.25.tgz","fileCount":27,"integrity":"sha512-71TGXLrELCfSXQKL4tElHwBw14K8rHmTWXt5bZV3vGVotB8fhRMEHxRu0tca1/FI2BjmJZ9M7ozHEOroDhcoWg==","signatures":[{"sig":"MEYCIQCAx6iG9XaewUe3b9axg83bbGfttAXcXM2uByHBOQpRmwIhANlCrmPQ3MBsjzBJHRdoWARdqbJ8K4bV2kOfHqtomVX5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":63958},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.25.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/d927ee4ab6f3a0423a5f58b8de357fb0/unnbound-logger-sdk-3.0.25.tgz","_integrity":"sha512-71TGXLrELCfSXQKL4tElHwBw14K8rHmTWXt5bZV3vGVotB8fhRMEHxRu0tca1/FI2BjmJZ9M7ozHEOroDhcoWg==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.0.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.25_1762627131749_0.09238885231418115","host":"s3://npm-registry-packages-npm-production"}},"3.0.26":{"name":"unnbound-logger-sdk","version":"3.0.26","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.26","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"3b9bee196a1d9dadf8ad207ff767869ac636245f","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.26.tgz","fileCount":27,"integrity":"sha512-fY85tTxLo+VN33EslX/HjTNxfl+Kv2XxKSSffr5o1IiTIB8cbCjQY7gqPXKuaIyn7su0BK6vuuNYw3tavG1DWQ==","signatures":[{"sig":"MEUCIQCxT1RKIa+1lllC3iTLHopmZp2oyb5EcCvP9YADAAJlBAIgaxBP937wQPKgX8xU3LH957/7goazrCVoItNsXrTTCiU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":64386},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.26.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/private/var/folders/5w/2hljbtyj46bg4lqzk5wl_h980000gn/T/45d23a3cf7c1bc19228aa08f3294bb9f/unnbound-logger-sdk-3.0.26.tgz","_integrity":"sha512-fY85tTxLo+VN33EslX/HjTNxfl+Kv2XxKSSffr5o1IiTIB8cbCjQY7gqPXKuaIyn7su0BK6vuuNYw3tavG1DWQ==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.26_1764097375014_0.3460555974124717","host":"s3://npm-registry-packages-npm-production"}},"3.0.27":{"name":"unnbound-logger-sdk","version":"3.0.27","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.27","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"ec3b721b45ac7452e610a88da62449005354d458","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.27.tgz","fileCount":24,"integrity":"sha512-EblfU6vVYe2nDBb3nF4IGzlQYutQqVl8QEQF2iknQB+YHL4w/iZKKGPLS9NitqjF09MvsGqPDgLLckWg8BreFQ==","signatures":[{"sig":"MEYCIQDOVaigkjmbtFQKGyB+tmgr9vjz8wDJxjCqcgmteJrtHwIhANcuT3WqMYBXZA6/TWzQj25wReArTeELJg8WKZAU4K3w","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42570},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"db9e5512de109ec46452d19211470d9d99b7192b","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.27_1764105058891_0.041698654004845404","host":"s3://npm-registry-packages-npm-production"}},"3.0.28":{"name":"unnbound-logger-sdk","version":"3.0.28","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.28","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"a2def60cdbeb625a5e2e752b954ab2dcb4eaa86b","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.28.tgz","fileCount":24,"integrity":"sha512-mG6V47+3JdR2mKwX4EXnoCPo8the0RtlZ6ZuN4z6D86qqGkzSbOpKghAu7HEKg8y5VCSSuKX0Ycs/mqx+b7vsw==","signatures":[{"sig":"MEQCIGBWg9NNHryEJQoabD5039c42g6pKAmocwWoLuSD1KgVAiA62JMqxU1slk5Zqc/mnnzUxY71YIIb9fRKbnMvKm/5ig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42570},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"ea3ba5e5a37d624ab6ac1818ad51b7b60cb54b05","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.28_1764105899185_0.9201953963899214","host":"s3://npm-registry-packages-npm-production"}},"3.0.30":{"name":"unnbound-logger-sdk","version":"3.0.30","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.30","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"2127b382a1a9a591004fa3e8609fead7d0437c39","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.30.tgz","fileCount":24,"integrity":"sha512-GisjerCEA/Xh4SqDaecIR8lXswxCk247noubHXtvzlfrzfdM9kwQxR9P+XtawfCxVsA8u+8+2IKWC2tjiPw//A==","signatures":[{"sig":"MEUCIQCKpPkyPUecA6EG2I/l/HJEz4Ct1KsyI6ghOIj0uksm2gIge3dw1fsMLXdtvqXPX2PghmcXg2iO/nenmErEoOGGK2E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42570},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"940bd2890f5856e6e15544e2c1deabfdc21c8b1c","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.30_1764106432814_0.404691514181972","host":"s3://npm-registry-packages-npm-production"}},"3.0.31":{"name":"unnbound-logger-sdk","version":"3.0.31","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.31","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"be700ca143011e11d0ed38ceccdce5f9f5174578","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.31.tgz","fileCount":24,"integrity":"sha512-gFNpfHMOjfdxztR3BadPTiOdFjl3CgcSn8pi058imjNrrbpYE1yvRbHBtx/3nNe2Qj/4ua2N7THqKJPtC8QWfQ==","signatures":[{"sig":"MEUCIHoYzW2XobEvU3U6GQKSGgR1F3jasvYB1eSOs15ckQ7zAiEA77uFpXCEqoG28VvU8ClCmccPDozVnc0Y9YGCNz8/sf0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42570},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"11edf747f66a45650b9ad4a3b72590d6c6979ca2","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.31_1764106856142_0.5224418699752549","host":"s3://npm-registry-packages-npm-production"}},"3.0.32":{"name":"unnbound-logger-sdk","version":"3.0.32","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.32","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"58dc486a584c403cfa71fec7a788c21b50fb74bc","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.32.tgz","fileCount":24,"integrity":"sha512-AV59oaaIkE0YUNlmvm5rRuWi89ke3Ow7e+39sc3SoGihWLDqI8YKsQSswftcb6vjpvyslMMGO4TdEAwTdt5mmg==","signatures":[{"sig":"MEYCIQDHTnu74lvKHanywEkRwnhDXWysLvXS1DlNQ4PSRllx+gIhAI24LSHL4eFA9eJznvCmbfDXWgGweuvTp9BxadMHeASj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42570},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"gitHead":"d4626f722b4781cfe51787b347ffbeeffe0fd7ce","scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage","prepublishOnly":"pnpm build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.32_1764107424232_0.6959339099123867","host":"s3://npm-registry-packages-npm-production"}},"3.0.34":{"name":"unnbound-logger-sdk","version":"3.0.34","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.34","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"653be8b737315f562d390f9854e23009f0a06cc6","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.34.tgz","fileCount":25,"integrity":"sha512-hz+g554/ebyX00y7J8q5jPIxaM/Ofi+Sp6c2FQi2/+BPHW61ZXVbKa9MavU/CmJNghuEXhWk7s00hamv8TOYYg==","signatures":[{"sig":"MEQCIAuGa8/cIl6Yb0hPTK86H1tU23ekwKQo3jj6y9lvtR5IAiAb5pa3uk9yuDCf8bUknCU6wVagmkvIOBAYCTpb5PLd4w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43603},"main":"dist/index.js","_from":"file:unnbound-logger-sdk-3.0.34.tgz","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"jest","build":"tsc","format":"prettier --write .","lint:fix":"pnpm lint --fix","typecheck":"tsc -noEmit","test:watch":"jest --watch","format:check":"prettier --check .","version:bump":"npm version patch","start:example":"npx --yes tsx --watch examples/node-express.ts","test:coverage":"jest --coverage"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"_resolved":"/tmp/2f85b8986234a298d97f736208252065/unnbound-logger-sdk-3.0.34.tgz","_integrity":"sha512-hz+g554/ebyX00y7J8q5jPIxaM/Ofi+Sp6c2FQi2/+BPHW61ZXVbKa9MavU/CmJNghuEXhWk7s00hamv8TOYYg==","repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.12","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.34_1764108706515_0.7791877741356661","host":"s3://npm-registry-packages-npm-production"}},"3.0.35":{"name":"unnbound-logger-sdk","version":"3.0.35","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.35","maintainers":[{"name":"danielhag","email":"daniel@unnbound.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"52dcc842c24920fb71c43951d2e5863052baf5a7","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.35.tgz","fileCount":26,"integrity":"sha512-XZBoyLRwO/hy0QFqrE8P7ZlXgfoyJ0hFPIZR5gSJ9tKB8RlHsFI4ztMMZ2aws+e56jHKIzVcT4DjQmsmcQfACA==","signatures":[{"sig":"MEUCIQCBOc1rjU92QkpHwmTP7xOpR3LQTdbd5TngJwOQIcb7KgIgZ/rvET2lbwMWNg7QhxpSAJ2d5gc0WpKAC+0SB8vGE2o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50382},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"echo 'No tests'","build":"bun x tsc","format":"biome format --write .","lint:fix":"bun run lint --fix","typecheck":"tsc -noEmit","format:check":"biome format .","version:bump":"npm version patch","start:example":"bun --watch examples/node-express.ts","prepublishOnly":"bun run build"},"_npmUser":{"name":"danielhag","email":"daniel@unnbound.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"10.9.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.9.3","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.35_1774492692995_0.6877195892483696","host":"s3://npm-registry-packages-npm-production"}},"3.0.36":{"name":"unnbound-logger-sdk","version":"3.0.36","keywords":["logging","typescript","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.0.36","maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"cc59c6a19ded448f91160cdd90b9cbd8355c718b","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.36.tgz","fileCount":26,"integrity":"sha512-TFf2/+NHL96pavZSk5sbgcIPjyf9on7uwExKaOLGU/Wm73YmLdKLsUv1cJ+UujoaOjleqDpOysVTuHC2YrRgVw==","signatures":[{"sig":"MEUCIAaDHVB0LI7Sw554Z3/bbJytOD0uaITmMWIuTwT2wvbaAiEA39iqjUq4maxo/2qHR6W5DwU4GcdkthNOskDwteR0C2g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50461},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"lint":"eslint --cache --cache-location ./node_modules/.cache/eslint .","test":"echo 'No tests'","build":"bun x tsc","format":"biome format --write .","lint:fix":"bun run lint --fix","typecheck":"tsc -noEmit","format:check":"biome format .","version:bump":"npm version patch","start:example":"bun --watch examples/node-express.ts","prepublishOnly":"bun run build"},"_npmUser":{"name":"danielhag","email":"daniel@ontemper.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.6.2","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"pino":"^8.17.2","uuid":"^11.1.0","axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.9.3","@types/node":"^22","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.12.2","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.36_1775067212430_0.5214919490412493","host":"s3://npm-registry-packages-npm-production"}},"3.0.37":{"name":"unnbound-logger-sdk","version":"3.0.37","keywords":["logging","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":"Unnbound Team","license":"MIT","_id":"unnbound-logger-sdk@3.0.37","maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"},{"name":"arya-temper","email":"arya@ontemper.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"edb5808c874a2de30ea23564c84635ffd8cf755e","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.0.37.tgz","fileCount":26,"integrity":"sha512-dBqBca2sxeVVw8pItPp/BS3L6o0AhSiBkgdJ8AQ+a3JCMV85jpJ6NNsxK29tujbFlPQxzCmgW+5gzR5vC3+19A==","signatures":[{"sig":"MEQCIDAX8mf9HzCbAT3jWfikLFyn+e0c/Rxom9EygLGQzn1nAiBS2oQQAYkKeJg8vOVztdHU+g2wPhScskCQQjWxb+Jk1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52592},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"test":"vitest run src","build":"tsc","format":"biome format --write .","typecheck":"tsc --noEmit","format:check":"biome format .","version:bump":"npm version patch","start:example":"tsx watch examples/node-express.ts"},"_npmUser":{"name":"danielhag","email":"daniel@ontemper.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"pino":"^10.3.1","uuid":"^11.1.1","axios":"1.16.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^4.0.15","@types/node":"^24.12.2","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.15.1","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.0.37_1784767795221_0.8925637485435112","host":"s3://npm-registry-packages-npm-production"}},"3.1.0-beta.0":{"name":"unnbound-logger-sdk","version":"3.1.0-beta.0","keywords":["logging","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":"Unnbound Team","license":"MIT","_id":"unnbound-logger-sdk@3.1.0-beta.0","maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"},{"name":"arya-temper","email":"arya@ontemper.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"23f4ea0e3c3f8d684f61f909622db39da5c8d823","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.1.0-beta.0.tgz","fileCount":26,"integrity":"sha512-kjyb+xHgOQT8O9NMGxq6mOVcHU1NB+KbfMhTGMOPIZx/z4x/0LDJgfBNclJ0iKdUKt9rJUxyuJ7yGLewISR6gg==","signatures":[{"sig":"MEUCIQD+w5b0MxEkh+1Bsho58kEx5Wy5vPo2kJayHhM+6QGr5wIgFZ6ZYmMzE5Hsh1Db5BrfQOPAHXHZkIB5RndJ02KBvC0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":53485},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"test":"vitest run src","build":"tsc","format":"biome format --write .","typecheck":"tsc --noEmit","format:check":"biome format .","version:bump":"npm version patch","start:example":"tsx watch examples/node-express.ts"},"_npmUser":{"name":"danielhag","email":"daniel@ontemper.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"pino":"^10.3.1","uuid":"^11.1.1","axios":"1.16.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^4.0.15","@types/node":"^24.12.2","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.15.1","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.1.0-beta.0_1784875905450_0.03071035171672043","host":"s3://npm-registry-packages-npm-production"}},"3.1.0-beta.1":{"name":"unnbound-logger-sdk","version":"3.1.0-beta.1","keywords":["logging","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":"Unnbound Team","license":"MIT","_id":"unnbound-logger-sdk@3.1.0-beta.1","maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"},{"name":"arya-temper","email":"arya@ontemper.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"5700471daf31b872350cd356c3ca6222d04821a7","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.1.0-beta.1.tgz","fileCount":26,"integrity":"sha512-Kyl9Wsp0JRWDTOAegfUU45AOm2Twp8PyfXwAYvaEq9cfpKZhSLM10nkVpSJj9ChONwuTYK5wCUOh3nHJq1vf2Q==","signatures":[{"sig":"MEUCIQCnKjlpIviRlupsBK/f6epDm3vHeaK9tbp0UUO/1ilvtQIgdcrW3QSlZyaLYJHC0cogyfvE16T57WHwQJEXy/HcVXE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":53772},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"test":"vitest run src","build":"tsc","format":"biome format --write .","typecheck":"tsc --noEmit","format:check":"biome format .","version:bump":"npm version patch","start:example":"tsx watch examples/node-express.ts"},"_npmUser":{"name":"danielhag","email":"daniel@ontemper.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"pino":"^10.3.1","uuid":"^11.1.1","axios":"1.16.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^4.0.15","@types/node":"^24.12.2","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.15.1","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.1.0-beta.1_1784917347192_0.7020533808361693","host":"s3://npm-registry-packages-npm-production"}},"3.1.0":{"name":"unnbound-logger-sdk","version":"3.1.0","keywords":["logging","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":"Unnbound Team","license":"MIT","_id":"unnbound-logger-sdk@3.1.0","maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"},{"name":"arya-temper","email":"arya@ontemper.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"1c0bbb4d30c06e62641d1b827cc71aa209291f6c","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.1.0.tgz","fileCount":26,"integrity":"sha512-MZOjpY0zli9YCiE7AAxf0wRkS5UW2T2KugZjTmhkgCFIRTYiUk31ugPEUhmBJHePdCW41x35U6WdOoMsNzpSOQ==","signatures":[{"sig":"MEYCIQDb0pk6twOHFBr/GUBX5LC1K5vxsKXp2CxT48YQYIZw1QIhAKvRFlBnPfVvC2ZBt66I1zC4a63gWZ5Q5K3YcUO5cY1y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":54048},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"test":"vitest run src","build":"tsc","format":"biome format --write .","typecheck":"tsc --noEmit","format:check":"biome format .","version:bump":"npm version patch","start:example":"tsx watch examples/node-express.ts"},"_npmUser":{"name":"danielhag","email":"daniel@ontemper.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"pino":"^10.3.1","uuid":"^11.1.1","axios":"1.16.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^4.0.15","@types/node":"^24.12.2","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.15.1","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.1.0_1785119902095_0.2230513769039293","host":"s3://npm-registry-packages-npm-production"}},"3.1.1":{"name":"unnbound-logger-sdk","version":"3.1.1","keywords":["logging","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":{"name":"Unnbound Team"},"license":"MIT","_id":"unnbound-logger-sdk@3.1.1","maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"},{"name":"arya-temper","email":"arya@ontemper.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"bcce60ae62040f9dd52bb63e4179505bd0b5f621","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.1.1.tgz","fileCount":26,"integrity":"sha512-ENQ5pdFlOwRKCkhLJwVQgaqIPFksOf/l4IiM8UbJK8yqs5HuH/oPc1pi753uIi3TWg7NjQzeEK/5+KP99cEKxA==","signatures":[{"sig":"MEYCIQC9T2rItwvvMzpyk8NBH8OWJI2Rwp3MJIyQVpBD0bwe9AIhALp4AJMbgeyG/stiLOkmmflJW18LkD+/IoIIlGJxajee","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55067},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"test":"vitest run src","build":"tsc","format":"biome format --write .","typecheck":"tsc --noEmit","format:check":"biome format .","version:bump":"npm version patch","start:example":"tsx watch examples/node-express.ts","prepublishOnly":"npm run build"},"_npmUser":{"name":"arya-temper","email":"arya@ontemper.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.12.1","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"pino":"^10.3.1","uuid":"^11.1.1","axios":"1.16.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^4.0.15","@types/node":"^24.12.2","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.15.1","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.1.1_1785283818186_0.2219045809073279","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-beta.1":{"name":"unnbound-logger-sdk","version":"3.2.0-beta.1","keywords":["logging","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"author":"Unnbound Team","license":"MIT","_id":"unnbound-logger-sdk@3.2.0-beta.1","maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"},{"name":"arya-temper","email":"arya@ontemper.com"}],"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"7db6dfd4149b2b2834f1f3e22df0949e9b223ce9","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.2.0-beta.1.tgz","fileCount":26,"integrity":"sha512-rraYqbT4a+SsBRjnsOuSpok/7MD6VxYiDZx00XG770BAAk/iqvL1c2ansKbcyy1DfVdUcqOOrBVE6KLhubRyzQ==","signatures":[{"sig":"MEUCIC5qvjfwR64DPeJRtW68XcH144i0PBn0HqRrA/hcQw9pAiEAtyY4hTRszJxwJ71QeAtsWzntaEUAFeXFdcsToah3HsE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55720},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=22"},"scripts":{"test":"vitest run src","build":"tsc","format":"biome format --write .","typecheck":"tsc --noEmit","format:check":"biome format .","version:bump":"npm version patch","start:example":"tsx watch examples/node-express.ts"},"_npmUser":{"name":"danielhag","email":"daniel@ontemper.com"},"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"pino":"^10.3.1","uuid":"^11.1.1","axios":"1.16.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^4.0.15","@types/node":"^24.12.2","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.15.1","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/unnbound-logger-sdk_3.2.0-beta.1_1785948669622_0.9022716940980213","host":"s3://npm-registry-packages-npm-production"}},"3.1.2":{"_id":"unnbound-logger-sdk@3.1.2","bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"dist":{"shasum":"c2b6fd008755dcaf3d663910dbf31c16a7b12cea","tarball":"https://registry.npmjs.org/unnbound-logger-sdk/-/unnbound-logger-sdk-3.1.2.tgz","fileCount":26,"integrity":"sha512-l+eHWqw3L0SE6kYFQjoS28Ffg1s24q472QilNaD/HGgICd0fE2RDN8ig9r4UHjbUpLJlO7K7aPW741bo1ki+8A==","signatures":[{"sig":"MEYCIQCTx9g9mIdsDBLIHZk2Q//aBinFFO5ICMsTyQTJrFw2WAIhAOtTJsEyjMf/Bj61CoRHYRwi7jH+ZM4wEAqxl3/zsZx3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDwgqPSbd9q9hbUwOuFjRB4N+K8SH3RbCFfQlHM13pzxQIhANJ1b7/SigAEhXPUnqRgYNLmpn4q5Pl0wNyqZm3HejtI"}],"unpackedSize":54211},"main":"dist/index.js","name":"unnbound-logger-sdk","types":"dist/index.d.ts","author":{"name":"Unnbound Team"},"engines":{"node":">=22"},"license":"MIT","scripts":{"test":"vitest run src","build":"tsc","format":"oxfmt --write .","typecheck":"tsc --noEmit","format:check":"oxfmt --check .","version:bump":"npm version patch","start:example":"tsx watch examples/node-express.ts","prepublishOnly":"npm run build"},"version":"3.1.2","_npmUser":{"name":"arya-temper","email":"arya@ontemper.com"},"homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","keywords":["logging","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"_npmVersion":"11.19.0","description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","directories":{},"maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"},{"name":"arya-temper","email":"arya@ontemper.com"}],"sideEffects":false,"_nodeVersion":"26.8.1","dependencies":{"pino":"^10.3.1","uuid":"^11.1.1","axios":"1.18.0","express":"^4.0.0 || ^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^4.0.15","@types/node":"^24.12.2","@types/uuid":"^9.0.8","@types/express":"^4.17.21"},"peerDependencies":{"axios":"^1.18.0","express":"^4.0.0 || ^5.0.0"},"peerDependenciesMeta":{"axios":{"optional":true},"express":{"optional":true}},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/unnbound-logger-sdk_3.1.2_1789439425525_0.8387264522954161"}}},"time":{"created":"2025-06-18T05:50:03.556Z","modified":"2026-09-15T02:30:25.866Z","1.0.0":"2025-06-18T05:50:03.787Z","1.1.0":"2025-06-18T17:41:33.645Z","1.1.1":"2025-06-18T18:14:51.776Z","1.1.2":"2025-06-18T18:18:26.386Z","1.1.3":"2025-06-18T18:32:50.854Z","1.1.5":"2025-06-18T19:00:08.236Z","2.0.0":"2025-06-18T22:25:17.170Z","2.0.1":"2025-06-19T00:55:31.462Z","2.0.2":"2025-06-19T01:16:27.161Z","2.0.3":"2025-06-19T06:46:07.074Z","2.0.4":"2025-06-19T07:06:41.093Z","2.0.5":"2025-06-19T21:49:39.020Z","2.0.6":"2025-06-20T03:45:32.903Z","2.0.7":"2025-06-20T05:56:09.059Z","2.0.8":"2025-06-22T06:28:06.535Z","2.0.9":"2025-06-26T19:51:28.667Z","2.0.10":"2025-08-22T18:35:21.924Z","3.0.0":"2025-09-10T18:49:45.276Z","3.0.1":"2025-09-10T20:18:04.296Z","3.0.2":"2025-09-10T20:23:40.113Z","3.0.3":"2025-09-10T23:11:58.961Z","3.0.4":"2025-09-11T06:08:57.522Z","3.0.5":"2025-09-11T22:00:43.832Z","3.0.6":"2025-09-11T22:40:16.461Z","3.0.7":"2025-09-12T02:07:37.329Z","3.0.8":"2025-09-12T02:16:37.900Z","3.0.9":"2025-09-12T08:28:21.932Z","3.0.10":"2025-09-19T15:28:54.979Z","3.0.11":"2025-09-25T16:27:45.585Z","3.0.12":"2025-09-25T17:58:13.791Z","3.0.13":"2025-09-25T19:48:43.601Z","3.0.14":"2025-09-27T22:06:26.302Z","3.0.15":"2025-10-03T12:14:41.075Z","3.0.16":"2025-10-06T17:41:33.823Z","3.0.17":"2025-10-06T19:45:39.884Z","3.0.18":"2025-10-08T16:03:23.210Z","3.0.19":"2025-10-10T09:27:37.710Z","3.0.20":"2025-10-10T12:31:06.557Z","3.0.21":"2025-10-10T17:07:22.754Z","3.0.22":"2025-10-10T17:20:38.872Z","3.0.23":"2025-10-28T08:49:15.620Z","3.0.24":"2025-11-05T11:54:23.060Z","3.0.25":"2025-11-08T18:38:51.984Z","3.0.26":"2025-11-25T19:02:55.196Z","3.0.27":"2025-11-25T21:10:59.083Z","3.0.28":"2025-11-25T21:24:59.362Z","3.0.30":"2025-11-25T21:33:53.018Z","3.0.31":"2025-11-25T21:40:56.331Z","3.0.32":"2025-11-25T21:50:24.433Z","3.0.34":"2025-11-25T22:11:46.719Z","3.0.35":"2026-03-26T02:38:13.149Z","3.0.36":"2026-04-01T18:13:32.575Z","3.0.37":"2026-07-23T00:49:55.360Z","3.1.0-beta.0":"2026-07-24T06:51:45.604Z","3.1.0-beta.1":"2026-07-24T18:22:27.351Z","3.1.0":"2026-07-27T02:38:22.278Z","3.1.1":"2026-07-29T00:10:18.432Z","3.2.0-beta.1":"2026-08-05T16:51:09.777Z","3.1.2":"2026-09-15T02:30:25.676Z"},"bugs":{"url":"https://github.com/unnbounddev/unnbound-sdks/issues"},"author":{"name":"Unnbound Team"},"license":"MIT","homepage":"https://github.com/unnbounddev/unnbound-sdks#readme","keywords":["logging","structured-logging","pino","tracing","http-logging","express-middleware","axios-interceptor","observability"],"repository":{"url":"git+https://github.com/unnbounddev/unnbound-sdks.git","type":"git"},"description":"A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.","maintainers":[{"name":"danielhag","email":"daniel@ontemper.com"},{"name":"werkamsus","email":"werkamsus@gmail.com"},{"name":"arya-temper","email":"arya@ontemper.com"}],"readme":"# Unnbound Logger\n\nA structured logging library with TypeScript support built on Pino. Provides consistent, well-typed logging across different operational contexts with automatic trace and span tracking. All logs are output in JSON format for better machine readability and parsing.\n\n## Installation\n\n```bash\nnpm install unnbound-logger-sdk\n```\n\n## Basic Usage\n\n```typescript\nimport { logger } from 'unnbound-logger-sdk';\n\n// Log with string messages\nlogger.info('Application started');\nlogger.warn('Resource usage high');\nlogger.error({ err: new Error('Database connection failed') }, 'Something bad happened');\nlogger.debug('Debug information');\nlogger.trace('Trace information');\n\n// Log with object messages (merged into top level)\nlogger.info({ event: 'user_login', userId: '123' }, 'Event received.');\n// Results in: { \"event\": \"user_login\", \"userId\": \"123\", \"message\": \"Event received.\", ... }\n\n// Log with both string message and metadata (metadata merged into top level)\nlogger.info({ userId: '123' }, 'User logged in');\n// Results in: { \"userId\": \"123\", \"message\": \"User logged in\", ... }\n```\n\n## Log Format\n\nAll logs follow a standardized format based on Pino with additional context:\n\n```typescript\ninterface Log<T extends LogType = 'general'> {\n  logId: string; // Automatically generated unique ID for each log entry\n  level: LogLevel; // \"info\" | \"debug\" | \"error\" | \"warn\" | \"trace\"\n  message: string;\n  type: T; // \"general\" | \"http\" | \"sftp\"\n  traceId?: string; // Automatically included when in trace context\n  spanId?: string; // Automatically included when in span context\n  serviceId?: string; // From UNNBOUND_SERVICE_ID environment variable\n  deploymentId?: string; // From UNNBOUND_DEPLOYMENT_ID environment variable\n  workflowId?: string; // From UNNBOUND_WORKFLOW_ID environment variable\n  environment?: string; // From TEMPER_ENVIRONMENT, WORKFLOW_ENV, UNNBOUND_ENVIRONMENT, or ENVIRONMENT, whichever is set first\n  err?: unknown; // Only present for Error objects\n  duration?: number; // Duration in milliseconds for span operations\n  http?: T extends 'http' ? HttpPayload : never;\n  sftp?: T extends 'sftp' ? SftpPayload : never;\n}\n```\n\n## Workflow and Deployment Tracking\n\n### Workflow Tracking\n\nThe logger includes a `workflowId` field in all log entries for tracking operations across services:\n\n```bash\n# Set the workflow ID in your environment\nexport UNNBOUND_WORKFLOW_ID=\"order-processing-12345\"\nexport UNNBOUND_WORKFLOW_URL=\"https://workflows.example.com/order-processing-12345\"\nexport UNNBOUND_SERVICE_ID=\"order-service\"\n\n# Or in your deployment configuration\nUNNBOUND_WORKFLOW_ID=order-processing-12345\nUNNBOUND_WORKFLOW_URL=https://workflows.example.com/order-processing-12345\nUNNBOUND_SERVICE_ID=order-service\n```\n\n```typescript\n// Import the logger - workflowId and serviceId are automatically set from environment\nimport { logger } from 'unnbound-logger-sdk';\n```\n\n### Deployment Tracking\n\nThe logger automatically includes a `deploymentId` field in all log entries. This field is populated from the `UNNBOUND_DEPLOYMENT_ID` environment variable, allowing you to track logs per deployment.\n\n```bash\n# Set the deployment ID in your environment\nexport UNNBOUND_DEPLOYMENT_ID=\"v1.2.3-prod-20231201\"\n\n# Or in your deployment configuration\nUNNBOUND_DEPLOYMENT_ID=v1.2.3-prod-20231201\n```\n\nIf the environment variables are not set, the fields are omitted from the log entry. These fields help with:\n\n- **Workflow ID**: Unique identifier for the workflow (logged in each entry)\n- **Workflow URL**: Used internally for URL construction in webhook endpoints (not logged as a field)\n- **Service ID**: Identifier for the specific service/component (logged in each entry)\n- **Deployment ID**: Tracking logs across different application deployments (logged in each entry)\n- **Correlating issues**: Link problems to specific workflows and releases\n- **Monitoring**: Track health and performance across workflows and deployments\n\n## Object Logging Behavior\n\nThe logger follows Pino's argument order. **The context object comes first and the message comes second.**\n\nThe results below show only the fields each call contributes. The leading `...` stands for the\nfields the logger adds itself: `level`, `logId`, and `source` on every entry, plus `workflowId`,\n`serviceId`, `deploymentId`, and `environment` when their environment variables are set, and\n`traceId` and `spanId` when the call runs inside a trace or span. See [Log Format](#log-format).\n\n### Context Object with a Message\n\n```typescript\nlogger.info({ userId: '123', action: 'login' }, 'User action completed');\n// Result: { ..., \"userId\": \"123\", \"action\": \"login\", \"message\": \"User action completed\" }\n```\n\nEvery property of the object is merged into the top level of the log entry.\n\nA context object always needs a message alongside it. `ILogger` declares each level as\n`(object, message)` or `(message)` and nothing else, so `logger.info({ userId: '123' })` does not\ncompile.\n\n### Reversing the Order Drops Your Context\n\nPassing the message first discards the object:\n\n```typescript\nlogger.info('User action completed', { userId: '123', action: 'login' });\n// Result: { ..., \"message\": \"User action completed\" }\n//         userId and action are gone. No error, no warning.\n```\n\nTypeScript rejects the reversed order, because `info` is declared only as `(object, message)` or\n`(message)`. Running `tsc` reports `Argument of type 'string' is not assignable to parameter of\ntype 'object'`, so a build catches the mistake. Transpile-only runners such as `tsx` do not\ntype-check, so under those the fields disappear at runtime with no error. Always put the object\nfirst.\n\n### Error Objects\n\n`error` takes an object containing `err` plus a message:\n\n```typescript\nlogger.error({ err: new Error('Connection refused') }, 'Failed to sync order.');\n// Result: { ...,\n//           \"err\": { \"type\": \"Error\", \"message\": \"Connection refused\", \"stack\": \"...\" },\n//           \"message\": \"Failed to sync order.\" }\n```\n\nErrors are serialized by Pino's `stdSerializers.err`, which emits `type`, `message`, and `stack`.\nUnlike the other levels, `error` has no single-argument overload, so the message is required.\n\n## HTTP Request/Response Logging\n\n```typescript\nimport { logger, traceMiddleware } from 'unnbound-logger-sdk';\nimport express from 'express';\n\nconst app = express();\n\n// Apply trace middleware for automatic HTTP logging\napp.use(traceMiddleware());\n\n// Example route\napp.post('/api/users', (req, res) => {\n  // Your route handler code here\n  res.status(201).json({ id: '123', status: 'created' });\n});\n```\n\nThe trace middleware automatically captures:\n\n- Request method, URL, body, and headers (filtered for security)\n- Response status code, body, and headers (filtered for security)\n- Request duration\n- Trace ID and span ID for correlation\n- Automatic span tracking for the entire request lifecycle\n\n### Full URL Logging for Webhook Endpoints\n\nWhen webhook endpoints receive incoming requests, the logger automatically constructs and logs the full URL using a smart fallback strategy:\n\n1. **Preferred: Uses `UNNBOUND_WORKFLOW_URL`** - If set, this becomes the base URL for all logged requests\n2. **Fallback: Constructs from request headers** - Uses protocol, host, and forwarded headers from the incoming request\n\n```bash\n# Set your workflow URL to ensure full URLs in logs\nexport UNNBOUND_WORKFLOW_URL=\"https://api.yourservice.com\"\n\n# Example webhook endpoints will be logged as:\n# POST https://api.yourservice.com/webhooks/stripe\n# POST https://api.yourservice.com/webhooks/github\n```\n\n```typescript\nimport express from 'express';\nimport { traceMiddleware } from 'unnbound-logger-sdk';\n\nconst app = express();\n\n// Apply trace middleware for automatic logging\napp.use(traceMiddleware());\n\n// Webhook endpoints - URLs automatically logged with full domain\napp.post('/webhooks/stripe', (req, res) => {\n  // Request logged as: https://api.yourservice.com/webhooks/stripe\n  res.status(200).send('OK');\n});\n\napp.post('/webhooks/github', (req, res) => {\n  // Request logged as: https://api.yourservice.com/webhooks/github\n  res.status(200).send('OK');\n});\n```\n\nThis ensures webhook logs contain the complete URL for easy debugging and monitoring.\n\n## SFTP Operations Logging\n\nThe logger supports structured logging for SFTP operations with automatic span tracking:\n\n```typescript\nimport { logger, startSpan } from 'unnbound-logger-sdk';\n\n// Example SFTP operation with automatic logging\nconst uploadFile = async (filePath: string, content: string) => {\n  return await startSpan(\n    'SFTP upload operation',\n    async () => {\n      logger.info({ filePath, contentLength: content.length }, 'Uploading file');\n      return { success: true, filePath };\n    },\n    () => ({\n      type: 'sftp',\n      sftp: {\n        host: 'sftp.example.com',\n        operation: 'upload',\n        path: filePath,\n        content: content,\n        bytes: content.length,\n      },\n    })\n  );\n};\n```\n\nThe SFTP logging automatically captures:\n\n- Host information\n- Operation type (connect, upload, download, list, delete, etc.)\n- File paths and content\n- Byte counts for transfers\n- Operation duration\n- Success/failure status\n\n## Middleware Usage\n\n### Express Trace Middleware\n\nThe library provides a comprehensive trace middleware for Express applications that automatically handles trace context and HTTP logging:\n\n```typescript\nimport { traceMiddleware } from 'unnbound-logger-sdk';\nimport express from 'express';\n\nconst app = express();\n\n// Apply the comprehensive trace middleware globally\napp.use(traceMiddleware());\n```\n\nThe trace middleware automatically:\n\n- Generates and maintains trace IDs across the request lifecycle\n- Logs incoming requests with method, URL, headers, and body\n- Logs outgoing responses with status code, headers, body, and duration\n- Measures request duration automatically\n- Handles errors and logs them appropriately\n- Captures response bodies for logging\n- Creates spans for the entire request lifecycle\n\n### Axios Trace Middleware\n\nFor comprehensive logging of outgoing HTTP requests made with Axios:\n\n```typescript\nimport { traceAxios } from 'unnbound-logger-sdk';\nimport axios from 'axios';\n\n// Create an axios instance and wrap it with tracing\nconst client = traceAxios(axios.create());\n\n// All requests made with this client will be automatically logged\nclient.get('https://api.example.com/data');\n```\n\nThe Axios middleware:\n\n- Logs outgoing requests with method, URL, headers, and body\n- Maintains trace context across requests by propagating trace IDs\n- Logs successful responses with status, headers, body, and duration\n- Logs error responses with detailed error information\n- Creates spans for each HTTP request\n- Supports request/response filtering through configuration\n\n## Manual tracing\n\nIn case the function doesn't run inside an HTTP handler (for example a cron job), you can assign a trace id manually by using the `withTrace` function:\n\n```typescript\nimport { withTrace } from 'unnbound-logger-sdk';\n\nconst operation = async (value: number) => {\n  logger.info({ value }, 'Processing value');\n  return value * 2;\n};\n\nsetInterval(() => withTrace(() => operation(13)), 1000);\n```\n\n## Function Tracing with startSpan\n\nThe `startSpan` function allows you to wrap any async operation with automatic span tracking and logging. This is particularly useful for maintaining consistent trace IDs across async operations and distributed systems:\n\n```typescript\nimport { logger, startSpan } from 'unnbound-logger-sdk';\n\nconst operation = async (value: number) => {\n  logger.info({ value }, 'Processing value');\n  return value * 2;\n};\n\nconst result = await startSpan('Processing operation', () => operation(21), () => ({\n  operationType: 'calculation',\n}));\n```\n\n_Note: In case the `traceId` is missing from the context, `startSpan` will generate one. It is recommended to use a single `traceId` across your handler though, so always consider using `traceMiddleware` and `withTrace` to inject the `traceId` instead of relying on `startSpan` to create one._\n\n### Async Operations\n\nThe span context is maintained across async operations:\n\n```typescript\nconst asyncOperation = async (value: number) => {\n  logger.info({ value }, 'First step');\n\n  await someAsyncWork();\n\n  logger.info({ value }, 'Second step');\n  return value * 2;\n};\n\nconst result = await startSpan('Async operation', () => asyncOperation(21), () => ({\n  operationType: 'async_calculation',\n}));\n```\n\n### Benefits\n\n- Automatic span ID generation and tracking\n- Consistent trace context across async operations\n- Automatic duration measurement\n- Error handling and logging\n- Type-safe implementation\n- Works with async functions\n- Maintains separate span contexts for different operations\n\n> **Note:** When using the logger within spans, you don't need to manually manage trace IDs. The logger automatically includes the current trace ID and span ID in all log entries.\n\n## API Reference\n\n### logger\n\nThe main logger instance that provides all logging functionality using Pino.\n\n#### Usage\n\n```typescript\nimport { logger } from 'unnbound-logger-sdk';\n```\n\nThe logger is a Pino instance with additional context automatically included from environment variables and trace context.\n\n#### Methods\n\n- `logger.trace(object: {}, message: string): void`\n- `logger.trace(message: string): void`\n- `logger.debug(object: {}, message: string): void`\n- `logger.debug(message: string): void`\n- `logger.info(object: {}, message: string): void`\n- `logger.info(message: string): void`\n- `logger.warn(object: {}, message: string): void`\n- `logger.warn(message: string): void`\n- `logger.error<O extends { err: unknown }>(object: O, message: string): void`\n\n### traceMiddleware\n\nExpress middleware for automatic HTTP request/response logging and trace context management.\n\n#### Usage\n\n```typescript\nimport { traceMiddleware } from 'unnbound-logger-sdk';\n\napp.use(traceMiddleware(options?: HttpOptions));\n```\n\n**HttpOptions:**\n\n- `traceHeaderKey?: string` - Custom trace header name (default: 'x-unnbound-trace-id')\n- `messageHeaderKey?: string` - Custom message header name (default: 'x-message-id')\n- `ignoreTraceRoutes?: string[]` - Routes to ignore in middleware (default: ['/health', '/healthcheck'])\n\n### traceAxios\n\nWraps an Axios instance with automatic request/response logging and trace context propagation.\n\n#### Usage\n\n```typescript\nimport { traceAxios } from 'unnbound-logger-sdk';\nimport axios from 'axios';\n\nconst client = traceAxios(axios.create(), options?: HttpOptions);\n```\n\n### startSpan\n\nCreates a span for tracking async operations with automatic logging and duration measurement.\n\n#### Usage\n\n```typescript\nimport { startSpan } from 'unnbound-logger-sdk';\n\nconst result = await startSpan<T>(\n  spanName: string,\n  callback: () => Promise<T>,\n  getter?: LogPayloadGetter<T>\n);\n```\n\n**Parameters:**\n\n- `spanName`: The name of the span for logging\n- `callback`: The async function to execute within the span\n- `getter`: Optional function to generate log payload based on operation result/error\n\n### getTraceId\n\nGenerates a new trace ID for manual trace context management.\n\n#### Usage\n\n```typescript\nimport { getTraceId } from 'unnbound-logger-sdk';\n\nconst traceId = getTraceId();\nconsole.log(traceId); // \"550e8400-e29b-41d4-a716-446655440000\"\n```\n\n### Environment Variables\n\n- `UNNBOUND_WORKFLOW_ID` - Workflow identifier (included in all logs)\n- `UNNBOUND_SERVICE_ID` - Service identifier (included in all logs)\n- `UNNBOUND_DEPLOYMENT_ID` - Deployment identifier (included in all logs)\n- `UNNBOUND_WORKFLOW_URL` - Base URL for webhook endpoint logging\n- `TEMPER_ENVIRONMENT`, `WORKFLOW_ENV`, `UNNBOUND_ENVIRONMENT`, `ENVIRONMENT` - Environment name, read in that order (included in all logs). Temper injects `TEMPER_ENVIRONMENT`; the other names are legacy fallbacks.\n- `LOG_LEVEL` - Log level (default: 'debug')\n","readmeFilename":"README.md"}