@networkpro/web 1.26.6 → 1.26.7
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/.github/COMMIT_GUIDE.md +8 -0
- package/.github/ISSUE_TEMPLATE/bug_report.yml +2 -0
- package/.github/ISSUE_TEMPLATE/config.yml +2 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +2 -0
- package/.github/ISSUE_TEMPLATE/legal_review.yml +2 -0
- package/AGENTS.md +8 -0
- package/CHANGELOG.md +26 -1
- package/CLAUDE.md +11 -3
- package/LICENSE.md +4 -3
- package/README.md +1 -1
- package/VERSIONING.md +8 -0
- package/package.json +11 -11
- package/src/lib/pages/LicenseContent.svelte +2 -1
- package/static/sitemap.xml +2 -2
package/.github/COMMIT_GUIDE.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
<!-- =====================================================================
|
|
2
|
+
.github/COMMIT_GUIDE.md
|
|
3
|
+
|
|
4
|
+
Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
|
|
5
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
|
+
This file is part of Network Pro.
|
|
7
|
+
====================================================================== -->
|
|
8
|
+
|
|
1
9
|
# Commit Message Guide
|
|
2
10
|
|
|
3
11
|
To maintain clarity and consistency, use one of the following commit types when writing messages. Keep them short and focused — the `CHANGELOG.md` remains the source of truth for full details.
|
package/AGENTS.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
<!-- =====================================================================
|
|
2
|
+
AGENTS.md
|
|
3
|
+
|
|
4
|
+
Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
|
|
5
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
|
+
This file is part of Network Pro.
|
|
7
|
+
====================================================================== -->
|
|
8
|
+
|
|
1
9
|
# AGENTS.md
|
|
2
10
|
|
|
3
11
|
This file defines **operational guidance for automated agents** (e.g., Codex,
|
package/CHANGELOG.md
CHANGED
|
@@ -24,6 +24,30 @@ version increments reflecting both user-visible and operational impact.
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
+
## [1.26.7] - 2026-02-01
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
- Refreshed timestamp for `/legal` route in `static/sitemap.xml`.
|
|
32
|
+
- Added standardized header to `AGENTS.md`, `CLAUDE.md`, `VERSIONING.md`, and `.github/COMMIT_GUIDE.md`, as well as all issue templates.
|
|
33
|
+
- Updated footer of `LICENSE.md` and `README.md` to reflect the company's full legal name.
|
|
34
|
+
- Refreshed **Effective Date** for Legal, Copyright, and Licensing route (`/legal`).
|
|
35
|
+
- Updated `src/lib/pages/LicenseContent.svelte` to include our trade name.
|
|
36
|
+
- Bumped project version to `v1.26.7`.
|
|
37
|
+
- Updated dependencies:
|
|
38
|
+
- `@eslint/compat` `^2.0.1` → `^2.0.2`
|
|
39
|
+
- `@playwright/test` `^1.58.0` → `^1.58.1`
|
|
40
|
+
- `autoprefixer` `^10.4.23` → `^10.4.24`
|
|
41
|
+
- `playwright` `^1.58.0` → `^1.58.1`
|
|
42
|
+
- `posthog-js` `^1.336.2` → `^1.336.4`
|
|
43
|
+
- `svelte` `5.49.0` → `5.49.1`
|
|
44
|
+
- `svelte-check` `^4.3.5` → `^4.3.6`
|
|
45
|
+
- `eslint-plugin-jsdoc` `^62.4.1` → `^62.5.0`
|
|
46
|
+
- `globals` `^17.2.0` → `^17.3.0`
|
|
47
|
+
- `stylelint` `^17.0.0` → `^17.1.0`
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
27
51
|
## [1.26.6] - 2026-01-29
|
|
28
52
|
|
|
29
53
|
### Changed
|
|
@@ -2345,7 +2369,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
|
|
|
2345
2369
|
|
|
2346
2370
|
<!-- Link references -->
|
|
2347
2371
|
|
|
2348
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.
|
|
2372
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.7...HEAD
|
|
2373
|
+
[1.26.7]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.7
|
|
2349
2374
|
[1.26.6]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.6
|
|
2350
2375
|
[1.26.5]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.5
|
|
2351
2376
|
[1.26.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.4
|
package/CLAUDE.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
|
+
<!-- =====================================================================
|
|
2
|
+
CLAUDE.md
|
|
3
|
+
|
|
4
|
+
Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
|
|
5
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
|
+
This file is part of Network Pro.
|
|
7
|
+
====================================================================== -->
|
|
8
|
+
|
|
1
9
|
# CLAUDE.md
|
|
2
10
|
|
|
3
11
|
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
4
12
|
|
|
5
13
|
For tool-neutral operational guidance for automated agents (e.g., Codex, CI bots), see `AGENTS.md`.
|
|
6
14
|
|
|
7
|
-
<!-- markdownlint-disable -->
|
|
8
|
-
|
|
9
15
|
## Project Overview
|
|
10
16
|
|
|
11
17
|
This is a **SvelteKit-based web presence** for Network Pro Strategies, deployed via Vercel. The codebase emphasizes security, privacy, and maintainability, and is distributed as both a production website and an npm package (`@networkpro/web`). It includes Progressive Web App (PWA) functionality with a custom service worker, strict Content Security Policy (CSP) configuration, and comprehensive testing.
|
|
@@ -160,7 +166,7 @@ The service worker is defined in `src/service-worker.js` and handles:
|
|
|
160
166
|
|
|
161
167
|
### Component Organization
|
|
162
168
|
|
|
163
|
-
```
|
|
169
|
+
```shell
|
|
164
170
|
src/lib/
|
|
165
171
|
├── components/ # Reusable Svelte components
|
|
166
172
|
│ ├── layout/ # Header, Footer
|
|
@@ -225,6 +231,7 @@ Analytics initialization happens in `src/lib/utils/initAnalytics.js`, called fro
|
|
|
225
231
|
|
|
226
232
|
1. Create `src/routes/your-route/+page.svelte`
|
|
227
233
|
2. Create `src/routes/your-route/+page.server.js` for metadata:
|
|
234
|
+
|
|
228
235
|
```javascript
|
|
229
236
|
export function load() {
|
|
230
237
|
return {
|
|
@@ -235,6 +242,7 @@ Analytics initialization happens in `src/lib/utils/initAnalytics.js`, called fro
|
|
|
235
242
|
};
|
|
236
243
|
}
|
|
237
244
|
```
|
|
245
|
+
|
|
238
246
|
3. Add corresponding E2E test in `tests/e2e/app.spec.js`
|
|
239
247
|
4. Update sitemap at `static/sitemap.xml` if needed
|
|
240
248
|
|
package/LICENSE.md
CHANGED
|
@@ -14,7 +14,7 @@ This file is part of Network Pro.
|
|
|
14
14
|
# Legal, Copyright, and Licensing
|
|
15
15
|
|
|
16
16
|
**Network Pro Strategies**
|
|
17
|
-
**Effective Date:**
|
|
17
|
+
**Effective Date:** February 1, 2026
|
|
18
18
|
|
|
19
19
|
**Official Version Notice**
|
|
20
20
|
This document is provided for convenience only. In the event of any discrepancy, the authoritative version is the one published at [https://netwk.pro](https://netwk.pro).
|
|
@@ -53,7 +53,7 @@ This document is provided for convenience only. In the event of any discrepancy,
|
|
|
53
53
|
|
|
54
54
|
All content—including text, software, logos, graphics, documentation, and other materials—provided by **Network Pro Strategies** (“Network Pro™”, “Company”, “Licensor”) is protected by U.S. and international copyright laws.
|
|
55
55
|
|
|
56
|
-
Copyright © 2025, 2026 **[Network Pro Strategies](https://netwk.pro)** (Network Pro™)
|
|
56
|
+
Copyright © 2025, 2026 **[Network Pro Strategies, LLC](https://netwk.pro)** (Network Pro™)
|
|
57
57
|
|
|
58
58
|
<a name="trademark"></a>
|
|
59
59
|
|
|
@@ -61,6 +61,7 @@ Copyright © 2025, 2026 **[Network Pro Strategies](https://netwk.pro)** (Net
|
|
|
61
61
|
|
|
62
62
|
The following trademarks are the exclusive property of the Company:
|
|
63
63
|
|
|
64
|
+
- **Trade Name:** Network Pro Strategies™
|
|
64
65
|
- **Brand Name:** Network Pro™
|
|
65
66
|
- **Domain Names:** netwk.pro, neteng.pro, neteng.cc
|
|
66
67
|
- **Logo:** The shield logo displayed on our homepage
|
|
@@ -244,7 +245,7 @@ The Company may be contacted via our [Contact Form](https://netwk.pro/contact) o
|
|
|
244
245
|
<div style="font-size: 12px; text-align: center;">
|
|
245
246
|
|
|
246
247
|
Copyright © 2025, 2026
|
|
247
|
-
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
|
248
|
+
**[Network Pro Strategies, LLC](https://netwk.pro/)** (Network Pro™)
|
|
248
249
|
|
|
249
250
|
Network Pro™, the shield logo, and the "Locking Down Networks...™" slogan are [trademarks](#trademark) of Network Pro Strategies.
|
|
250
251
|
|
package/README.md
CHANGED
|
@@ -578,7 +578,7 @@ _Designed for professionals. Hardened for privacy. Built with intent._
|
|
|
578
578
|
<span style="font-size: 12px; text-align: center;">
|
|
579
579
|
|
|
580
580
|
Copyright © 2025, 2026
|
|
581
|
-
**[Network Pro Strategies](https://netwk.pro) (Network Pro™)**
|
|
581
|
+
**[Network Pro Strategies, LLC](https://netwk.pro) (Network Pro™)**
|
|
582
582
|
|
|
583
583
|
Network Pro™, the shield logo, and the "Locking Down Networks...™" slogan are [trademarks](https://netwk.pro/legal#trademark) of Network Pro Strategies.
|
|
584
584
|
|
package/VERSIONING.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
<!-- =====================================================================
|
|
2
|
+
VERSIONING.md
|
|
3
|
+
|
|
4
|
+
Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
|
|
5
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
|
+
This file is part of Network Pro.
|
|
7
|
+
====================================================================== -->
|
|
8
|
+
|
|
1
9
|
# Versioning Policy
|
|
2
10
|
|
|
3
11
|
This project uses a **SemVer-inspired versioning scheme** based on the
|
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.7",
|
|
5
5
|
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"advocacy",
|
|
@@ -90,15 +90,15 @@
|
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
92
|
"dompurify": "^3.3.1",
|
|
93
|
-
"posthog-js": "^1.336.
|
|
93
|
+
"posthog-js": "^1.336.4",
|
|
94
94
|
"semver": "^7.7.3",
|
|
95
|
-
"svelte": "5.49.
|
|
95
|
+
"svelte": "5.49.1"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@eslint/compat": "^2.0.
|
|
98
|
+
"@eslint/compat": "^2.0.2",
|
|
99
99
|
"@eslint/js": "^9.39.2",
|
|
100
100
|
"@lhci/cli": "^0.15.1",
|
|
101
|
-
"@playwright/test": "^1.58.
|
|
101
|
+
"@playwright/test": "^1.58.1",
|
|
102
102
|
"@sveltejs/adapter-netlify": "^5.2.4",
|
|
103
103
|
"@sveltejs/adapter-vercel": "^6.3.1",
|
|
104
104
|
"@sveltejs/kit": "2.50.1",
|
|
@@ -106,29 +106,29 @@
|
|
|
106
106
|
"@testing-library/jest-dom": "^6.9.1",
|
|
107
107
|
"@testing-library/svelte": "^5.3.1",
|
|
108
108
|
"@vitest/coverage-v8": "4.0.18",
|
|
109
|
-
"autoprefixer": "^10.4.
|
|
109
|
+
"autoprefixer": "^10.4.24",
|
|
110
110
|
"browserslist": "^4.28.1",
|
|
111
111
|
"eslint": "^9.39.2",
|
|
112
112
|
"eslint-config-prettier": "^10.1.8",
|
|
113
|
-
"eslint-plugin-jsdoc": "^62.
|
|
113
|
+
"eslint-plugin-jsdoc": "^62.5.0",
|
|
114
114
|
"eslint-plugin-svelte": "^3.14.0",
|
|
115
|
-
"globals": "^17.
|
|
115
|
+
"globals": "^17.3.0",
|
|
116
116
|
"globby": "^16.1.0",
|
|
117
117
|
"jsdom": "27.4.0",
|
|
118
118
|
"lightningcss": "^1.31.1",
|
|
119
119
|
"markdownlint": "^0.40.0",
|
|
120
120
|
"markdownlint-cli2": "0.20.0",
|
|
121
121
|
"npm-run-all": "^4.1.5",
|
|
122
|
-
"playwright": "^1.58.
|
|
122
|
+
"playwright": "^1.58.1",
|
|
123
123
|
"postcss": "^8.5.6",
|
|
124
124
|
"prettier": "3.8.1",
|
|
125
125
|
"prettier-plugin-svelte": "^3.4.1",
|
|
126
126
|
"simple-git-hooks": "^2.13.1",
|
|
127
|
-
"stylelint": "^17.
|
|
127
|
+
"stylelint": "^17.1.0",
|
|
128
128
|
"stylelint-config-html": "^1.1.0",
|
|
129
129
|
"stylelint-config-recommended": "^18.0.0",
|
|
130
130
|
"stylelint-order": "^7.0.1",
|
|
131
|
-
"svelte-check": "^4.3.
|
|
131
|
+
"svelte-check": "^4.3.6",
|
|
132
132
|
"svelte-eslint-parser": "^1.4.1",
|
|
133
133
|
"svelte-preprocess": "^6.0.3",
|
|
134
134
|
"typescript": "^5.9.3",
|
|
@@ -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: 'February 1, 2026',
|
|
67
67
|
classSmall: 'small-text',
|
|
68
68
|
};
|
|
69
69
|
</script>
|
|
@@ -140,6 +140,7 @@ This file is part of Network Pro.
|
|
|
140
140
|
{:else if link.id === 'trademark'}
|
|
141
141
|
<p>The following trademarks are the exclusive property of the Company:</p>
|
|
142
142
|
<ul>
|
|
143
|
+
<li><strong>Trade Name:</strong> {COMPANY_INFO.NAME}™</li>
|
|
143
144
|
<li><strong>Brand Name:</strong> {COMPANY_INFO.APP_NAME}</li>
|
|
144
145
|
<li><strong>Domain Names:</strong> netwk.pro, neteng.pro, neteng.cc</li>
|
|
145
146
|
<li
|
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-02-01 -->
|
|
3
3
|
|
|
4
4
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
5
5
|
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
|
|
68
68
|
<loc>https://netwk.pro/legal</loc>
|
|
69
69
|
|
|
70
|
-
<lastmod>
|
|
70
|
+
<lastmod>2026-02-01</lastmod>
|
|
71
71
|
|
|
72
72
|
<changefreq>monthly</changefreq>
|
|
73
73
|
|