@trebired/logger 2.5.24 → 2.5.26

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/CHANGELOG.md +5 -1
  2. package/package.json +2 -2
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.25
8
+
9
+ - Updated the shared Trebired config dependency to `@trebired/configs@^0.1.2`.
10
+
7
11
  ## 2.5.24
8
12
 
9
13
  - Added browser runtime package-prefix inference for scoped package sources while keeping unscoped browser/app sources unprefixed.
@@ -25,7 +29,7 @@ This project follows semantic versioning once published.
25
29
 
26
30
  ## 2.5.18
27
31
 
28
- - Adopted the external `@trebired/code-discipline-config` preset and updated Code Discipline tooling to `@trebired/code-discipline@^6.0.9`.
32
+ - Adopted the external `@trebired/configs` preset and updated Code Discipline tooling to `@trebired/code-discipline@^6.0.9`.
29
33
 
30
34
  ## 2.5.17
31
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebired/logger",
3
- "version": "2.5.24",
3
+ "version": "2.5.26",
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,
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@trebired/code-discipline": "^6.0.11",
67
- "@trebired/code-discipline-config": "^0.1.3",
67
+ "@trebired/configs": "^0.1.4",
68
68
  "@types/bun": "^1.3.14",
69
69
  "@types/node": "^24.13.3",
70
70
  "@types/react": "^19.2.18",