@networkpro/web 1.15.1 → 1.15.2

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
@@ -22,6 +22,21 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
22
22
 
23
23
  ---
24
24
 
25
+ ## [1.15.2] - 2025-07-12
26
+
27
+ ### Added
28
+
29
+ - Added `Disallow` directives to `static/robots.txt` for stub routes:
30
+ - `/consultation`
31
+ - `/links`
32
+ - `/posts`
33
+
34
+ ### Changed
35
+
36
+ - Updated `README.md` to reflect the updated directory structure after removing the `netlify/` directory.
37
+
38
+ ---
39
+
25
40
  ## [1.15.1] - 2025-07-12
26
41
 
27
42
  ### Added
@@ -650,7 +665,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
650
665
 
651
666
  <!-- Link references -->
652
667
 
653
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.15.1...HEAD
668
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.15.2...HEAD
669
+ [1.15.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.2
654
670
  [1.15.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.1
655
671
  [1.15.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.0
656
672
  [1.14.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.14.2
package/README.md CHANGED
@@ -71,9 +71,6 @@ This project follows the principles of [Keep a Changelog](https://keepachangelog
71
71
  │ ├── extensions.json # Recommended VS Code / VSCodium extensions
72
72
  │ ├── extensions.jsonc # Commented version of extensions.json
73
73
  │ └── settings.json # Workspace settings
74
- ├── netlify/
75
- │ ├── edge-functions/
76
- │ │ └── csp-report.js # Receives CSP violation reports
77
74
  ├── scripts/ # General-purpose utility scripts
78
75
  ├── src/
79
76
  │ ├── lib/ # Components, utilities, types, styles
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.15.1",
4
+ "version": "1.15.2",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advisory",
package/static/robots.txt CHANGED
@@ -20,6 +20,9 @@ Disallow: /.lighthouseci/
20
20
  # Disallow stub routes that redirect externally
21
21
  Disallow: /contact
22
22
  Disallow: /privacy-rights
23
+ Disallow: /consultation
24
+ Disallow: /links
25
+ Disallow: /posts
23
26
 
24
27
  # Allow everything else
25
28
  Allow: /