@x1-labs/logging 0.1.7 → 0.1.8

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 (1) hide show
  1. package/package.json +4 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x1-labs/logging",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Shared pino logging library",
5
5
  "main": "dist/index.js",
6
6
  "browser": "dist/index.browser.js",
@@ -26,19 +26,9 @@
26
26
  "check": "bun run lint && bun run typecheck && bun run format --check"
27
27
  },
28
28
  "dependencies": {
29
- "pino": "^10.3.0"
30
- },
31
- "peerDependencies": {
32
- "pino-pretty": "^13.0.0",
33
- "pino-logfmt": "^1.0.0"
34
- },
35
- "peerDependenciesMeta": {
36
- "pino-pretty": {
37
- "optional": true
38
- },
39
- "pino-logfmt": {
40
- "optional": true
41
- }
29
+ "pino": "^10.3.0",
30
+ "pino-logfmt": "^1.0.0",
31
+ "pino-pretty": "^13.0.0"
42
32
  },
43
33
  "files": [
44
34
  "dist"