@kb-labs/adapters-pino 2.101.0 → 2.102.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @kb-labs/adapters-pino
2
2
 
3
- > Part of [KB Labs](https://github.com/KirillBaranov/kb-labs) ecosystem. Works exclusively within KB Labs platform.
3
+ > Part of [KB Labs](https://github.com/kb-labs-team/kb-labs) ecosystem. Works exclusively within KB Labs platform.
4
4
 
5
5
  Production-ready structured logger based on Pino with streaming and analytics integration.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kb-labs/adapters-pino",
3
3
  "description": "Pino adapter implementing ILogger interface",
4
- "version": "2.101.0",
4
+ "version": "2.102.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "tsup": "^8.5.0",
26
26
  "typescript": "^5.6.3",
27
27
  "vitest": "^3.2.6",
28
- "@kb-labs/devkit": "2.101.0",
28
+ "@kb-labs/devkit": "2.102.0",
29
29
  "@kb-labs/sdk": "2.22.0"
30
30
  },
31
31
  "engines": {