@networkpro/web 1.24.1 → 1.24.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,19 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
22
22
 
23
23
  ---
24
24
 
25
+ ## [1.24.2]
26
+
27
+ ### Added
28
+
29
+ - Introduced new text file to prove ownership of the domain for **[Probely](https://probely.com/) DAST scans** in `static/`.
30
+
31
+ ### Changed
32
+
33
+ - Bumped project version to `v1.24.2`.
34
+ - Updated `author.url` in `package.json` to reflect updated bio site, now located at [bio.netwk.pro](https://bio.netwk.pro).
35
+
36
+ ---
37
+
25
38
  ## [1.24.1]
26
39
 
27
40
  ### Changed
@@ -1417,7 +1430,9 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
1417
1430
 
1418
1431
  <!-- Link references -->
1419
1432
 
1420
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.24.0...HEAD
1433
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.24.2...HEAD
1434
+ [1.24.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.24.2
1435
+ [1.24.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.24.1
1421
1436
  [1.24.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.24.0
1422
1437
  [1.23.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.23.0
1423
1438
  [1.22.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.22.2
package/cspell.json CHANGED
@@ -67,6 +67,7 @@
67
67
  "posthog",
68
68
  "precaching",
69
69
  "prefs",
70
+ "Probely",
70
71
  "publickey",
71
72
  "reconsent",
72
73
  "sarif",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.24.1",
4
+ "version": "1.24.2",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advisory",
@@ -26,7 +26,7 @@
26
26
  "author": {
27
27
  "name": "Scott Lopez",
28
28
  "email": "github@sl.neteng.cc",
29
- "url": "https://bio.neteng.pro"
29
+ "url": "https://bio.netwk.pro"
30
30
  },
31
31
  "type": "module",
32
32
  "engines": {
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "overrides": {
127
127
  "cookie": "^1.0.0",
128
- "tar": "7.5.2",
128
+ "tar": ">=7.5.2",
129
129
  "tmp": ">=0.2.4"
130
130
  }
131
131
  }