@vernikr/size-report 2.8.5 → 2.8.7

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 +10 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,10 +30,16 @@ pnpm exec size install-hook # rebuild the report after every commit and me
30
30
 
31
31
  ## Where the rest is
32
32
 
33
- The full description this project used to carry on its main page — the status, the file table, the
34
- step-by-step wiring instructions, the settings, the gate against bloat and the traps is kept whole
35
- in [`docs/archive/README_old.md`](docs/archive/README_old.md). How to work inside this repository
36
- (what to run, what to do when a sensor is red) is in [`AGENTS.md`](AGENTS.md).
33
+ - [`docs/architecture.md`](docs/architecture.md) how the tool is put together: the engine, the report
34
+ page, the checks and the promises they hold, the gate against bloat, the traps of the engine and what
35
+ is not here yet.
36
+ - [`docs/wiring.md`](docs/wiring.md) wiring the tool into a project step by step, the settings and its
37
+ surface for an agent.
38
+ - [`docs/files.md`](docs/files.md) — what is in the repository: the role of every file and module.
39
+ - [`docs/archive/README_old.md`](docs/archive/README_old.md) — the release notes the main page used to
40
+ carry.
41
+ - [`AGENTS.md`](AGENTS.md) — how to work inside this repository: what to run, what to do when a sensor
42
+ is red.
37
43
 
38
44
  ## License
39
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vernikr/size-report",
3
- "version": "2.8.5",
3
+ "version": "2.8.7",
4
4
  "author": "vernikr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,7 +65,7 @@
65
65
  "report"
66
66
  ],
67
67
  "devDependencies": {
68
- "@vernikr/size-report": "2.8.4",
68
+ "@vernikr/size-report": "2.8.6",
69
69
  "c8": "10",
70
70
  "dependency-cruiser": "17",
71
71
  "eslint": "^9.18.0",