hazo_logs 2.1.1 → 2.2.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 (1) hide show
  1. package/package.json +11 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hazo_logs",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "description": "Logger for hazo packages - Winston wrapper with singleton pattern",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -82,7 +82,7 @@
82
82
  "@types/ini": "^4.1.1",
83
83
  "@types/node": "^22.10.2",
84
84
  "@types/react": "^19.0.1",
85
- "hazo_ui": "^4.6.2",
85
+ "hazo_ui": "^6.8.0",
86
86
  "jsdom": "^29.1.1",
87
87
  "next": "^16.0.10",
88
88
  "react": "^19.0.0",
@@ -91,31 +91,28 @@
91
91
  "vitest": "^4.0.15"
92
92
  },
93
93
  "peerDependencies": {
94
- "hazo_core": "^1.2.0",
95
- "hazo_debug": "^3.1.1",
96
- "hazo_ui": "^4.6.2",
97
- "next": "^14.0.0",
98
- "react": "^18.0.0",
99
- "react-dom": "^18.0.0"
94
+ "hazo_core": "^1.3.0",
95
+ "hazo_theme": "^1.0.1",
96
+ "hazo_ui": "^6.3.1",
97
+ "next": "^14.0.0 || ^15.0.0 || ^16.0.0",
98
+ "react": "^18.0.0 || ^19.0.0",
99
+ "react-dom": "^18.0.0 || ^19.0.0"
100
100
  },
101
101
  "peerDependenciesMeta": {
102
102
  "hazo_core": {
103
103
  "optional": true
104
104
  },
105
- "hazo_debug": {
106
- "optional": true
107
- },
108
105
  "next": {
109
106
  "optional": true
110
107
  },
111
- "react": {
112
- "optional": true
113
- },
114
108
  "react-dom": {
115
109
  "optional": true
116
110
  },
117
111
  "hazo_ui": {
118
112
  "optional": true
113
+ },
114
+ "hazo_theme": {
115
+ "optional": true
119
116
  }
120
117
  }
121
118
  }