@networkpro/web 1.25.22 → 1.25.24

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
@@ -24,6 +24,32 @@ version increments reflecting both user-visible and operational impact.
24
24
 
25
25
  ---
26
26
 
27
+ ## [1.25.24] - 2026-01-07
28
+
29
+ ### Changed
30
+
31
+ - Updated generator metadata in `src/app.html` to reflect **SvelteKit 2.49.3**.
32
+ - Bumped project version to `v1.25.24`.
33
+ - Updated dependencies:
34
+ - `@sveltejs/kit` `2.49.2` → `2.49.3`
35
+ - `@sveltejs/vite-plugin-svelte` `^6.2.1` → `^6.2.3`
36
+ - `vite` `^7.3.0` → `^7.3.1`
37
+ - `@sveltejs/adapter-vercel` `^6.2.0` → `^6.3.0`
38
+ - `eslint-plugin-svelte` `^3.13.1` → `^3.14.0`
39
+ - `posthog-js` `^1.313.0` → `^1.315.1`
40
+
41
+ ---
42
+
43
+ ## [1.25.23] - 2026-01-04
44
+
45
+ ### Changed
46
+
47
+ - Updated `README.md` to accurately reflect hosting.
48
+ - Updated timestamp in `static/.well-known/security.txt` and created a new detached signature.
49
+ - Bumped project version to `v1.25.23`.
50
+
51
+ ---
52
+
27
53
  ## [1.25.22] - 2026-01-01
28
54
 
29
55
  ### Added
@@ -2149,7 +2175,9 @@ This enables analytics filtering and CSP hardening for the audit environment.
2149
2175
 
2150
2176
  <!-- Link references -->
2151
2177
 
2152
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.22...HEAD
2178
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.24...HEAD
2179
+ [1.25.24]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.24
2180
+ [1.25.23]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.23
2153
2181
  [1.25.22]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.22
2154
2182
  [1.25.21]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.21
2155
2183
  [1.25.20]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.20
package/README.md CHANGED
@@ -24,7 +24,7 @@ This file is part of Network Pro.
24
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
- [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/).
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/).
28
28
 
29
29
  All infrastructure and data flows are designed with **maximum transparency, self-hosting, and user privacy** in mind.
30
30
 
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.25.22",
4
+ "version": "1.25.24",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
+ "advocacy",
7
8
  "consulting",
8
9
  "cybersecurity",
10
+ "education",
9
11
  "networking",
10
12
  "policy",
11
13
  "privacy",
@@ -86,7 +88,7 @@
86
88
  },
87
89
  "dependencies": {
88
90
  "dompurify": "^3.3.1",
89
- "posthog-js": "^1.313.0",
91
+ "posthog-js": "^1.315.1",
90
92
  "semver": "^7.7.3",
91
93
  "svelte": "5.46.1"
92
94
  },
@@ -96,9 +98,9 @@
96
98
  "@lhci/cli": "^0.15.1",
97
99
  "@playwright/test": "^1.57.0",
98
100
  "@sveltejs/adapter-netlify": "^5.2.4",
99
- "@sveltejs/adapter-vercel": "^6.2.0",
100
- "@sveltejs/kit": "2.49.2",
101
- "@sveltejs/vite-plugin-svelte": "^6.2.1",
101
+ "@sveltejs/adapter-vercel": "^6.3.0",
102
+ "@sveltejs/kit": "2.49.3",
103
+ "@sveltejs/vite-plugin-svelte": "^6.2.3",
102
104
  "@testing-library/jest-dom": "^6.9.1",
103
105
  "@testing-library/svelte": "^5.3.1",
104
106
  "@vitest/coverage-v8": "3.2.4",
@@ -107,7 +109,7 @@
107
109
  "eslint": "^9.39.2",
108
110
  "eslint-config-prettier": "^10.1.8",
109
111
  "eslint-plugin-jsdoc": "^61.5.0",
110
- "eslint-plugin-svelte": "^3.13.1",
112
+ "eslint-plugin-svelte": "^3.14.0",
111
113
  "globals": "^17.0.0",
112
114
  "globby": "^16.1.0",
113
115
  "jsdom": "27.4.0",
@@ -128,7 +130,7 @@
128
130
  "svelte-eslint-parser": "^1.4.1",
129
131
  "svelte-preprocess": "^6.0.3",
130
132
  "typescript": "^5.9.3",
131
- "vite": "^7.3.0",
133
+ "vite": "^7.3.1",
132
134
  "vite-plugin-devtools-json": "^1.0.0",
133
135
  "vite-plugin-lightningcss": "^0.0.5",
134
136
  "vite-tsconfig-paths": "^6.0.3",
package/src/app.html CHANGED
@@ -53,7 +53,7 @@
53
53
  content="bx4ham0zkpvzztzu213bhpt76m9siq" />
54
54
  <!-- cspell:enable -->
55
55
 
56
- <meta name="generator" content="SvelteKit 2.49.2" />
56
+ <meta name="generator" content="SvelteKit 2.49.3" />
57
57
 
58
58
  <script src="/disableSw.js"></script>
59
59
 
@@ -9,4 +9,4 @@ Canonical: https://netwk.pro/.well-known/security.txt
9
9
  Signature: https://netwk.pro/.well-known/security.txt.sig
10
10
  # This file is authenticated using a detached GPG signature:
11
11
  # https://netwk.pro/.well-known/security.txt.sig
12
- Expires: 2025-12-31T23:59:59Z
12
+ Expires: 2026-12-31T23:59:59Z
@@ -0,0 +1,7 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+
3
+ iHUEARYKAB0WIQS3/h1ObKs+cUqf325Iy3KQwA0NpQUCaVpH3AAKCRBIy3KQwA0N
4
+ paX5AQDUKoVbYdfuhOuE6d3f9LOzJaClIpLlit0fyWd1TKqNmAEAgRpH8Z22O4vf
5
+ K6gOVLSo5QngPPXqN7kQCcN8oeydzg8=
6
+ =WWvf
7
+ -----END PGP SIGNATURE-----
@@ -1,7 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
-
3
- iIwEABYKADQWIQS3/h1ObKs+cUqf325Iy3KQwA0NpQUCaEyxUhYcc2VjdXJpdHlA
4
- cy5uZXRlbmcucHJvAAoJEEjLcpDADQ2lPAgA/0rNLm+HpBmlYn2ETD0jyX7jDdPB
5
- YSX2AifNCEV+AW63AQDTyKq0E0sw45eOjqZnLCxByuRWcNwj8wazWR1p+2ptDw==
6
- =ybGE
7
- -----END PGP SIGNATURE-----