@trebired/logger 2.5.27 → 2.5.29

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.
@@ -1,4 +1,4 @@
1
1
  export default {
2
- forVersion: "2.5.26",
2
+ forVersion: "2.5.28",
3
3
  prefix: "trebired.logger",
4
4
  };
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to `@trebired/logger` will be documented here.
4
4
 
5
5
  This project follows semantic versioning once published.
6
6
 
7
+ ## 2.5.28
8
+
9
+ - Updated shared utilities to `@trebired/utils@^0.4.4` so config `forVersion` failures use the compact source-level diagnostic.
10
+
7
11
  ## 2.5.27
8
12
 
9
13
  - Updated shared utilities to `@trebired/utils@^0.4.3`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebired/logger",
3
- "version": "2.5.27",
3
+ "version": "2.5.29",
4
4
  "description": "Local-first JSONL logger with durable writes, partitions, export archives, native storage acceleration, redaction, query helpers, and browser runtimes.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -59,13 +59,13 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@package/result": "npm:@trebired/result@^1.1.6",
62
- "@trebired/utils": "^0.4.3",
62
+ "@trebired/utils": "^0.4.4",
63
63
  "fflate": "^0.8.3",
64
64
  "tar-stream": "^3.2.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@trebired/code-discipline": "^6.1.0",
68
- "@trebired/configs": "^0.1.5",
67
+ "@trebired/code-discipline": "^7.0.0",
68
+ "@trebired/configs": "^0.2.0",
69
69
  "@types/bun": "^1.3.14",
70
70
  "@types/node": "^24.13.3",
71
71
  "@types/react": "^19.2.18",