@vernikr/size-report 2.8.6 → 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.
- package/README.md +10 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,12 +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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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.
|
|
39
43
|
|
|
40
44
|
## License
|
|
41
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vernikr/size-report",
|
|
3
|
-
"version": "2.8.
|
|
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.
|
|
68
|
+
"@vernikr/size-report": "2.8.6",
|
|
69
69
|
"c8": "10",
|
|
70
70
|
"dependency-cruiser": "17",
|
|
71
71
|
"eslint": "^9.18.0",
|