@networkpro/web 1.26.0 → 1.26.1
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,31 @@ version increments reflecting both user-visible and operational impact.
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
+
## [1.26.1] - 2026-01-15
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
- Updated generator metadata in `src/app.html` to reflect **SvelteKit 2.49.5**.
|
|
32
|
+
- Updated `static/manifest.json` to better reflect the company's current mission, focus, and messaging.
|
|
33
|
+
- Updated timestamps in `sitemap.xml`.
|
|
34
|
+
- Minor edits made to `PrivacyContent.svelte` and `TermsUseContent.svelte` for clarity and accuracy.
|
|
35
|
+
- Bumped project version to `v1.26.1`.
|
|
36
|
+
- Updated dependencies:
|
|
37
|
+
- `@sveltejs/kit` `2.49.4` → `2.49.5`
|
|
38
|
+
- `@vitest/coverage-v8` `4.0.16` → `4.0.17`
|
|
39
|
+
- `svelte` `5.46.1` → `5.46.4`
|
|
40
|
+
- `vitest` `4.0.16` → `4.0.17`
|
|
41
|
+
- `posthog-js` `^1.318.1` → `^1.323.0`
|
|
42
|
+
- `prettier` `3.7.4` → `3.8.0`
|
|
43
|
+
- `stylelint` `^16.26.1` → `^17.0.0`
|
|
44
|
+
- `stylelint-config-recommended` `^17.0.0` → `^18.0.0`
|
|
45
|
+
|
|
46
|
+
### Security
|
|
47
|
+
|
|
48
|
+
- Updated `@sveltejs/kit` to `2.49.5`, in order to address CVE-2026-22803.
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
27
52
|
## [1.26.0] - 2026-01-10
|
|
28
53
|
|
|
29
54
|
### Changed
|
|
@@ -2199,7 +2224,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
|
|
|
2199
2224
|
|
|
2200
2225
|
<!-- Link references -->
|
|
2201
2226
|
|
|
2202
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.
|
|
2227
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.1...HEAD
|
|
2228
|
+
[1.26.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.1
|
|
2203
2229
|
[1.26.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.0
|
|
2204
2230
|
[1.25.24]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.24
|
|
2205
2231
|
[1.25.23]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.23
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@networkpro/web",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.26.
|
|
4
|
+
"version": "1.26.1",
|
|
5
5
|
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"advocacy",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"dompurify": "^3.3.1",
|
|
91
|
-
"posthog-js": "^1.
|
|
91
|
+
"posthog-js": "^1.323.0",
|
|
92
92
|
"semver": "^7.7.3",
|
|
93
|
-
"svelte": "5.46.
|
|
93
|
+
"svelte": "5.46.4"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@eslint/compat": "^2.0.1",
|
|
@@ -99,11 +99,11 @@
|
|
|
99
99
|
"@playwright/test": "^1.57.0",
|
|
100
100
|
"@sveltejs/adapter-netlify": "^5.2.4",
|
|
101
101
|
"@sveltejs/adapter-vercel": "^6.3.0",
|
|
102
|
-
"@sveltejs/kit": "2.49.
|
|
102
|
+
"@sveltejs/kit": "2.49.5",
|
|
103
103
|
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
|
104
104
|
"@testing-library/jest-dom": "^6.9.1",
|
|
105
105
|
"@testing-library/svelte": "^5.3.1",
|
|
106
|
-
"@vitest/coverage-v8": "4.0.
|
|
106
|
+
"@vitest/coverage-v8": "4.0.17",
|
|
107
107
|
"autoprefixer": "^10.4.23",
|
|
108
108
|
"browserslist": "^4.28.1",
|
|
109
109
|
"eslint": "^9.39.2",
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"npm-run-all": "^4.1.5",
|
|
120
120
|
"playwright": "^1.57.0",
|
|
121
121
|
"postcss": "^8.5.6",
|
|
122
|
-
"prettier": "3.
|
|
122
|
+
"prettier": "3.8.0",
|
|
123
123
|
"prettier-plugin-svelte": "^3.4.1",
|
|
124
124
|
"simple-git-hooks": "^2.13.1",
|
|
125
|
-
"stylelint": "^
|
|
125
|
+
"stylelint": "^17.0.0",
|
|
126
126
|
"stylelint-config-html": "^1.1.0",
|
|
127
|
-
"stylelint-config-recommended": "^
|
|
127
|
+
"stylelint-config-recommended": "^18.0.0",
|
|
128
128
|
"stylelint-order": "^7.0.1",
|
|
129
129
|
"svelte-check": "^4.3.5",
|
|
130
130
|
"svelte-eslint-parser": "^1.4.1",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"vite-plugin-devtools-json": "^1.0.0",
|
|
135
135
|
"vite-plugin-lightningcss": "^0.0.5",
|
|
136
136
|
"vite-tsconfig-paths": "^6.0.4",
|
|
137
|
-
"vitest": "4.0.
|
|
137
|
+
"vitest": "4.0.17"
|
|
138
138
|
},
|
|
139
139
|
"overrides": {
|
|
140
140
|
"cookie": "^1.0.0",
|
package/src/app.html
CHANGED
|
@@ -55,7 +55,7 @@ This file is part of Network Pro.
|
|
|
55
55
|
];
|
|
56
56
|
|
|
57
57
|
/** @type {string} */
|
|
58
|
-
const effectiveDate = '
|
|
58
|
+
const effectiveDate = 'January 11, 2026';
|
|
59
59
|
|
|
60
60
|
/** @type {string} */
|
|
61
61
|
const classSmall = 'small-text';
|
|
@@ -164,15 +164,15 @@ This file is part of Network Pro.
|
|
|
164
164
|
the privacy of clients and website visitors. This Privacy Policy outlines
|
|
165
165
|
how we collect, use, and safeguard your information when you interact with
|
|
166
166
|
our website or services, consistent with applicable U.S. federal law and Arizona
|
|
167
|
-
law, including
|
|
167
|
+
law, including
|
|
168
168
|
<strong>
|
|
169
169
|
<a
|
|
170
170
|
rel={PAGE.REL}
|
|
171
171
|
href="https://www.azleg.gov/arstitle"
|
|
172
172
|
target={PAGE.BLANK}>
|
|
173
|
-
|
|
173
|
+
A.R.S.
|
|
174
174
|
</a>
|
|
175
|
-
</strong>
|
|
175
|
+
</strong> §§ 18-551, 18-552.
|
|
176
176
|
</p>
|
|
177
177
|
{:else if link.id === 'collect'}
|
|
178
178
|
<ul>
|
|
@@ -63,7 +63,7 @@ This file is part of Network Pro.
|
|
|
63
63
|
* @type {{ effectiveDate: string, classSmall: string }}
|
|
64
64
|
*/
|
|
65
65
|
const constants = {
|
|
66
|
-
effectiveDate: '
|
|
66
|
+
effectiveDate: 'January 11, 2026',
|
|
67
67
|
classSmall: 'small-text',
|
|
68
68
|
};
|
|
69
69
|
</script>
|
|
@@ -81,7 +81,7 @@ This file is part of Network Pro.
|
|
|
81
81
|
</section>
|
|
82
82
|
|
|
83
83
|
<section id="page-title">
|
|
84
|
-
<h1>
|
|
84
|
+
<h1>Terms of Use</h1>
|
|
85
85
|
<p>
|
|
86
86
|
<strong>{COMPANY_INFO.NAME}</strong><br />
|
|
87
87
|
<strong>Effective Date:</strong>
|
|
@@ -130,7 +130,7 @@ This file is part of Network Pro.
|
|
|
130
130
|
|
|
131
131
|
{#if link.id === 'introduction'}
|
|
132
132
|
<p>
|
|
133
|
-
|
|
133
|
+
By accessing or using any of the platforms operated by {COMPANY_INFO.NAME}
|
|
134
134
|
("Company," "we," "us," or "our"), you agree to be bound by these Terms of
|
|
135
135
|
Use ("Terms"). If you do not agree to these Terms, please refrain from using
|
|
136
136
|
our services.
|
|
@@ -140,10 +140,9 @@ This file is part of Network Pro.
|
|
|
140
140
|
These Terms of Use apply to all platforms associated with the Company,
|
|
141
141
|
including but not limited to:
|
|
142
142
|
<strong>
|
|
143
|
-
GitHub, our
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
platforms).
|
|
143
|
+
GitHub, our websites (hosted via Vercel), Stack Internal, Nextcloud,
|
|
144
|
+
communications on Discord, and our social media presence (e.g.,
|
|
145
|
+
Facebook, Instagram, X, and similar platforms).
|
|
147
146
|
</strong>
|
|
148
147
|
</p>
|
|
149
148
|
{:else if link.id === 'acceptable-use'}
|
package/static/manifest.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"scope": "/",
|
|
5
5
|
"name": "Network Pro Strategies",
|
|
6
6
|
"short_name": "Network Pro™",
|
|
7
|
-
"description": "
|
|
7
|
+
"description": "Explore practical cybersecurity, resilient infrastructure, and digital privacy research from Network Pro Strategies. This app provides access to our hands-on work, technical writing, educational resources, and select consulting offerings—focused on real-world systems, responsible security, and purposeful design.",
|
|
8
8
|
"lang": "en-US",
|
|
9
9
|
"dir": "ltr",
|
|
10
10
|
"display": "standalone",
|
|
@@ -68,19 +68,6 @@
|
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"shortcuts": [
|
|
71
|
-
{
|
|
72
|
-
"name": "On-Site Services",
|
|
73
|
-
"short_name": "Services",
|
|
74
|
-
"description": "Explore the services we offer",
|
|
75
|
-
"url": "/services?utm_source=shortcut",
|
|
76
|
-
"icons": [
|
|
77
|
-
{
|
|
78
|
-
"src": "/icon-services.png",
|
|
79
|
-
"sizes": "96x96",
|
|
80
|
-
"type": "image/png"
|
|
81
|
-
}
|
|
82
|
-
]
|
|
83
|
-
},
|
|
84
71
|
{
|
|
85
72
|
"name": "About Us",
|
|
86
73
|
"short_name": "About",
|
|
@@ -97,7 +84,7 @@
|
|
|
97
84
|
{
|
|
98
85
|
"name": "Contact Us",
|
|
99
86
|
"short_name": "Contact",
|
|
100
|
-
"description": "
|
|
87
|
+
"description": "Get in touch",
|
|
101
88
|
"url": "/contact?utm_source=shortcut",
|
|
102
89
|
"icons": [
|
|
103
90
|
{
|
package/static/sitemap.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!-- Sitemap last updated 2026-01-
|
|
2
|
+
<!-- Sitemap last updated 2026-01-11 -->
|
|
3
3
|
|
|
4
4
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
5
5
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
<loc>https://netwk.pro/privacy</loc>
|
|
57
57
|
|
|
58
|
-
<lastmod>
|
|
58
|
+
<lastmod>2026-01-11</lastmod>
|
|
59
59
|
|
|
60
60
|
<changefreq>monthly</changefreq>
|
|
61
61
|
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
|
|
80
80
|
<loc>https://netwk.pro/terms-of-use</loc>
|
|
81
81
|
|
|
82
|
-
<lastmod>
|
|
82
|
+
<lastmod>2026-01-11</lastmod>
|
|
83
83
|
|
|
84
84
|
<changefreq>monthly</changefreq>
|
|
85
85
|
|