@trebired/frontend 8.6.0 → 8.6.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/.trebired/bundler/config.ts +1 -1
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to `@trebired/frontend` will be documented here.
|
|
|
4
4
|
|
|
5
5
|
This project follows semantic versioning once published.
|
|
6
6
|
|
|
7
|
+
## 8.6.2
|
|
8
|
+
|
|
9
|
+
- Updated logger-adapter and package tooling dependency ranges to the current Trebired releases so consumers do not retain stale nested logger packages.
|
|
10
|
+
|
|
11
|
+
## 8.6.1
|
|
12
|
+
|
|
13
|
+
- Updated the logger-adapter dependency so frontend logging uses the current shared adapter release.
|
|
14
|
+
|
|
7
15
|
## 8.6.0
|
|
8
16
|
|
|
9
17
|
- Added static icon cache registration so browser and React icon rendering can work without a live icon SVG endpoint.
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"name": "@trebired/frontend",
|
|
11
|
-
"version": "8.6.
|
|
11
|
+
"version": "8.6.2",
|
|
12
12
|
"description": "Generic browser runtime systems for Trebired frontend packages and applications.",
|
|
13
13
|
"type": "module",
|
|
14
14
|
"private": false,
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"verify:pack": "bun ./scripts/verify/pack.mjs"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@package/logger-adapter": "npm:@trebired/logger-adapter@^0.4.
|
|
57
|
+
"@package/logger-adapter": "npm:@trebired/logger-adapter@^0.4.18",
|
|
58
58
|
"@trebired/utils": "^0.8.0",
|
|
59
59
|
"chart.js": "^4.5.1",
|
|
60
60
|
"country-flag-icons": "^1.6.20",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"socket.io-client": "^4.8.3"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@trebired/bundler": "^5.3
|
|
71
|
-
"@trebired/code-discipline": "^7.0.
|
|
70
|
+
"@trebired/bundler": "^5.6.3",
|
|
71
|
+
"@trebired/code-discipline": "^7.0.3",
|
|
72
72
|
"@trebired/configs": "^0.2.0",
|
|
73
73
|
"@types/bun": "^1.3.14",
|
|
74
74
|
"@types/node": "^24.13.3",
|