@merupatel/reachable 1.0.6 → 1.0.8

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,3 +1,17 @@
1
+ ## [1.0.8](https://github.com/Meru143/reachable/compare/v1.0.7...v1.0.8) (2026-04-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * tighten landing page verdict panel ([22d975d](https://github.com/Meru143/reachable/commit/22d975dd0e93648138f6fcf9766435ab844f64fe))
7
+
8
+ ## [1.0.7](https://github.com/Meru143/reachable/compare/v1.0.6...v1.0.7) (2026-04-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * trim landing page hero proof ([50e922b](https://github.com/Meru143/reachable/commit/50e922bce11b47c5c439b4ebf822fd98b6c41758))
14
+
1
15
  ## [1.0.6](https://github.com/Meru143/reachable/compare/v1.0.5...v1.0.6) (2026-04-04)
2
16
 
3
17
 
package/dist/cli/index.js CHANGED
@@ -209849,7 +209849,7 @@ var import_promises = require("timers/promises");
209849
209849
  // package.json
209850
209850
  var package_default = {
209851
209851
  name: "@merupatel/reachable",
209852
- version: "1.0.6",
209852
+ version: "1.0.8",
209853
209853
  description: "Local-first vulnerability reachability CLI for JavaScript and TypeScript",
209854
209854
  bin: {
209855
209855
  reachable: "dist/cli/index.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merupatel/reachable",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Local-first vulnerability reachability CLI for JavaScript and TypeScript",
5
5
  "bin": {
6
6
  "reachable": "dist/cli/index.js"