@dpuse/dpuse-shared 0.3.838 → 0.3.840

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/README.md +18 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -242,6 +242,24 @@ _Note: Sonda's Vite reports currently exclude CSS files, since Vite does not gen
242
242
 
243
243
  [SonarCloud](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-shared) performs continuous code quality and security analysis on every push, detecting bugs, code smells, and security vulnerabilities in the TypeScript source.
244
244
 
245
+ ### Code Health
246
+
247
+ [![Fallow code health](https://img.shields.io/badge/fallow-A%20%2890%29-brightgreen)](./code-health-reports/fallow/index.md)
248
+
249
+ [Fallow](https://github.com/fallow-rs/fallow) analyses the TypeScript source on each release for unused code, duplication, complexity, and dependency hygiene. See the [full Fallow report](./code-health-reports/fallow/index.md) for every finding.
250
+
251
+ |Measure|Value|
252
+ |:-|-:|
253
+ |Health score|90.0 (A)|
254
+ |Maintainability (average)|93.1|
255
+ |Unused files|0.0%|
256
+ |Unused exports|0.0%|
257
+ |Duplicated code|0.0%|
258
+ |Functions over the complexity limits|4 of 83|
259
+ |Unused dependencies|0|
260
+ |Circular dependencies|0|
261
+ |Hotspots (complex and often changed)|1|
262
+
245
263
  ### Vulnerability Scanning
246
264
 
247
265
  Two complementary tools continuously monitor dependencies for known vulnerabilities:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.838",
3
+ "version": "0.3.840",
4
4
  "private": false,
5
5
  "description": "Common constants, types and utilities used across all DPUse projects.",
6
6
  "license": "MIT",
@@ -170,7 +170,7 @@
170
170
  "valibot": "^1.5.0"
171
171
  },
172
172
  "devDependencies": {
173
- "@dpuse/dpuse-development": "^0.3.740",
173
+ "@dpuse/dpuse-development": "^0.3.741",
174
174
  "@dpuse/eslint-config-dpuse": "^1.0.123",
175
175
  "@types/node": "^26.6.2",
176
176
  "@vitest/coverage-v8": "^5.0.2",