@trebired/logger 2.7.0 → 2.7.1
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/.trebired/logger/config.ts +1 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
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.7.1
|
|
8
|
+
|
|
9
|
+
- Updated the shipped `.trebired/logger/config.ts` `forVersion` to `2.7.0` and the `@trebired/code-discipline` / `@trebired/configs` ranges to `^7.2.0` / `^0.4.0`. The logger config named an older release, so under `@trebired/logger` 2.7 the version check threw and this package's log prefix was dropped.
|
|
10
|
+
|
|
7
11
|
## 2.7.0
|
|
8
12
|
|
|
9
13
|
- Changed the `forVersion` check to pass the config object to `resolveForVersion()`, which `@trebired/utils` 0.9.0 requires. A config that does not declare `forVersion` as its first key now fails instead of loading.
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"name": "@trebired/logger",
|
|
11
|
-
"version": "2.7.
|
|
11
|
+
"version": "2.7.1",
|
|
12
12
|
"description": "Local-first JSONL logger with durable writes, partitions, export archives, native storage acceleration, redaction, query helpers, and browser runtimes.",
|
|
13
13
|
"type": "module",
|
|
14
14
|
"private": false,
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"tar-stream": "^3.2.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@trebired/code-discipline": "^7.
|
|
70
|
-
"@trebired/configs": "^0.
|
|
69
|
+
"@trebired/code-discipline": "^7.2.0",
|
|
70
|
+
"@trebired/configs": "^0.4.0",
|
|
71
71
|
"@types/bun": "^1.3.14",
|
|
72
72
|
"@types/node": "^24.13.3",
|
|
73
73
|
"@types/react": "^19.2.18",
|