@happyvertical/logger 0.78.3 → 0.80.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.
package/AGENT.md CHANGED
@@ -7,7 +7,7 @@ Structured logging for HAVE SDK with signal adapter
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/logger`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > logger`
10
- - Workspace position: `18 of 31` local packages
10
+ - Workspace position: `18 of 32` local packages
11
11
  - Internal dependencies: `@happyvertical/utils`
12
12
  - Internal dependents: `@happyvertical/comfyui`, `@happyvertical/email`, `@happyvertical/encryption`, `@happyvertical/messages`, `@happyvertical/social`, `@happyvertical/video`
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "path": "packages/logger",
4
4
  "position": {
5
5
  "index": 18,
6
- "count": 31
6
+ "count": 32
7
7
  },
8
8
  "description": "Structured logging for HAVE SDK with signal adapter",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/logger",
3
- "version": "0.78.3",
3
+ "version": "0.80.0",
4
4
  "description": "Structured logging for HAVE SDK with signal adapter",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,7 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@happyvertical/utils": "0.78.3"
41
+ "@happyvertical/utils": "0.80.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@sentry/node": "^10.49.0",