@networkpro/web 1.25.20 → 1.25.21
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 +18 -1
- package/README.md +1 -1
- package/package.json +3 -4
- package/src/routes/posts/+page.svelte +7 -0
- package/static/sitemap.xml +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -24,6 +24,22 @@ version increments reflecting both user-visible and operational impact.
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
+
## [1.25.21] - 2025-12-27
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
|
|
31
|
+
- Added Mastodon verification to `src/routes/posts/+page.svelte` via `<svelte:head>`.
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- Updated intro paragraph of `README.md` to better reflect the company's current mission, focus, and messaging.
|
|
36
|
+
- Bumped project version to `v1.25.21`.
|
|
37
|
+
- Updated dependencies:
|
|
38
|
+
- `@testing-library/svelte` `^5.3.0` → `^5.3.1`
|
|
39
|
+
- `jsdom` `27.3.0` → `27.4.0`
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
27
43
|
## [1.25.20] - 2025-12-24
|
|
28
44
|
|
|
29
45
|
### Added
|
|
@@ -2102,7 +2118,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
|
|
|
2102
2118
|
|
|
2103
2119
|
<!-- Link references -->
|
|
2104
2120
|
|
|
2105
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.
|
|
2121
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.21...HEAD
|
|
2122
|
+
[1.25.21]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.21
|
|
2106
2123
|
[1.25.20]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.20
|
|
2107
2124
|
[1.25.19]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.19
|
|
2108
2125
|
[1.25.18]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.18
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This file is part of Network Pro.
|
|
|
21
21
|
|
|
22
22
|
## 🚀 Project Overview
|
|
23
23
|
|
|
24
|
-
This GitHub repository powers the official web presence of **[Network Pro Strategies](https://netwk.pro/about)** — a
|
|
24
|
+
This GitHub repository powers the official web presence of **[Network Pro Strategies](https://netwk.pro/about)** — a research- and infrastructure-focused technology initiative working across cybersecurity, digital systems, and privacy. Our work spans applied research and development, experimental infrastructure, educational tools and publications, and public advocacy for security- and privacy-respecting technology.
|
|
25
25
|
|
|
26
26
|
Built with [SvelteKit](https://kit.svelte.dev/) and deployed via [Vercel](https://vercel.com/).
|
|
27
27
|
[Blog](https://github.com/netwk-pro/blog) and [documentation](https://github.com/netwk-pro/docs) subsites built with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) and deployed via [Vercel](https://vercel.com/) and [Netlify](https://netlify.com/).
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@networkpro/web",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.25.
|
|
4
|
+
"version": "1.25.21",
|
|
5
5
|
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
|
|
6
6
|
"keywords": [
|
|
7
|
-
"advisory",
|
|
8
7
|
"consulting",
|
|
9
8
|
"cybersecurity",
|
|
10
9
|
"networking",
|
|
@@ -100,7 +99,7 @@
|
|
|
100
99
|
"@sveltejs/kit": "2.49.2",
|
|
101
100
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
102
101
|
"@testing-library/jest-dom": "^6.9.1",
|
|
103
|
-
"@testing-library/svelte": "^5.3.
|
|
102
|
+
"@testing-library/svelte": "^5.3.1",
|
|
104
103
|
"@vitest/coverage-v8": "3.2.4",
|
|
105
104
|
"autoprefixer": "^10.4.23",
|
|
106
105
|
"browserslist": "^4.28.1",
|
|
@@ -110,7 +109,7 @@
|
|
|
110
109
|
"eslint-plugin-svelte": "^3.13.1",
|
|
111
110
|
"globals": "^16.5.0",
|
|
112
111
|
"globby": "^16.1.0",
|
|
113
|
-
"jsdom": "27.
|
|
112
|
+
"jsdom": "27.4.0",
|
|
114
113
|
"lightningcss": "^1.30.2",
|
|
115
114
|
"markdownlint": "^0.40.0",
|
|
116
115
|
"markdownlint-cli2": "0.20.0",
|
|
@@ -45,6 +45,13 @@ This file is part of Network Pro.
|
|
|
45
45
|
});
|
|
46
46
|
</script>
|
|
47
47
|
|
|
48
|
+
<svelte:head>
|
|
49
|
+
<a
|
|
50
|
+
rel="me"
|
|
51
|
+
href="https://noc.social/@neteng_pro"
|
|
52
|
+
aria-label="Mastodon profile"></a>
|
|
53
|
+
</svelte:head>
|
|
54
|
+
|
|
48
55
|
{#if show && target}
|
|
49
56
|
<RedirectPage to={target} rel={PAGE.REL} />
|
|
50
57
|
{:else}
|
package/static/sitemap.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!-- Sitemap last updated 2025-12-
|
|
2
|
+
<!-- Sitemap last updated 2025-12-27 -->
|
|
3
3
|
|
|
4
4
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
5
5
|
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
<loc>https://netwk.pro/about</loc>
|
|
33
33
|
|
|
34
|
-
<lastmod>2025-12-
|
|
34
|
+
<lastmod>2025-12-27</lastmod>
|
|
35
35
|
|
|
36
36
|
<changefreq>monthly</changefreq>
|
|
37
37
|
|