shadscan-vue 0.3.0 → 0.3.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.1](https://github.com/vinayakkulkarni/shadscan-vue/compare/v0.3.0...v0.3.1) (2026-07-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **www:** generate the changelog page and stop hardcoding counts ([18b7923](https://github.com/vinayakkulkarni/shadscan-vue/commit/18b792329106ad1dea7734eae14091d1e67f5c7a))
9
+
3
10
  ## [0.3.0](https://github.com/vinayakkulkarni/shadscan-vue/compare/v0.2.1...v0.3.0) (2026-07-26)
4
11
 
5
12
 
package/README.md CHANGED
@@ -43,7 +43,7 @@ Findings
43
43
 
44
44
  ## Scoring
45
45
 
46
- 52 rules across six weighted categories:
46
+ 62 rules across six weighted categories:
47
47
 
48
48
  | Category | Weight |
49
49
  | -------------------- | -----: |
@@ -84,6 +84,12 @@ Exit codes are `0` (completed) and `1` (threshold not met, or an error).
84
84
  `--fail-under` also fails when the score is unassessed or when source coverage
85
85
  was partial, so a silently-skipped scan cannot pass a gate.
86
86
 
87
+ Illustrative code is skipped, because a deliberately minimal example documents
88
+ an API rather than shipping a surface: `demo/`, `demos/`, `example/`,
89
+ `examples/`, `__registry__/`, and underscore-prefixed directories, alongside
90
+ tests, fixtures, stories, and generated files. Matching is on directory names,
91
+ so a component named `DemoBanner.vue` is still audited.
92
+
87
93
  There is also a composite action, which writes the score and every failing
88
94
  rule to the job summary:
89
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadscan-vue",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "description": "Audit shadcn-vue and shadcn-nuxt apps for missing UI fundamentals. Deterministic checks. Evidence. Agent-ready fixes. Vue port of shadscan.",
6
6
  "keywords": [