@trebired/code-discipline 6.1.1 → 6.1.2
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/CHANGELOG.md +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 6.1.2
|
|
4
|
+
|
|
5
|
+
- Updated shared utilities to `@trebired/utils@^0.4.4`.
|
|
6
|
+
- Updated direct logger dependency to `@trebired/logger@^2.5.28`.
|
|
7
|
+
|
|
3
8
|
All notable changes to `@trebired/code-discipline` will be documented here.
|
|
4
9
|
|
|
5
10
|
This project follows semantic versioning once published.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trebired/code-discipline",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"description": "Configurable codebase discipline checks and rule-driven fixes for Bun projects.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"verify:presets": "bun ./scripts/verify/presets.mjs"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@package/logger": "npm:@trebired/logger@^2.5.
|
|
59
|
+
"@package/logger": "npm:@trebired/logger@^2.5.28",
|
|
60
60
|
"@package/result": "npm:@trebired/result@^1.1.6",
|
|
61
|
-
"@trebired/utils": "^0.4.
|
|
61
|
+
"@trebired/utils": "^0.4.4",
|
|
62
62
|
"typescript": "^6.0.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|