@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 +17 -1
- package/README.md +0 -3
- package/package.json +1 -1
- package/static/robots.txt +3 -0
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.
|
|
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
package/static/robots.txt
CHANGED