@vernikr/size-report 2.8.5 → 2.8.6
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 +6 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,10 +30,12 @@ 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
|
-
|
|
33
|
+
How the tool is put together — the engine, the report page, the checks and the promises they hold —
|
|
34
|
+
is in [`docs/architecture.md`](docs/architecture.md). The rest of the description this project used to
|
|
35
|
+
carry on its main page (the status and the release notes, the file table, the step-by-step wiring
|
|
36
|
+
instructions, the settings, the gate against bloat and the traps) is kept in
|
|
37
|
+
[`docs/archive/README_old.md`](docs/archive/README_old.md). How to work inside this repository (what to
|
|
38
|
+
run, what to do when a sensor is red) is in [`AGENTS.md`](AGENTS.md).
|
|
37
39
|
|
|
38
40
|
## License
|
|
39
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vernikr/size-report",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.6",
|
|
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.5",
|
|
69
69
|
"c8": "10",
|
|
70
70
|
"dependency-cruiser": "17",
|
|
71
71
|
"eslint": "^9.18.0",
|