@networkpro/web 1.26.5 → 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/.ncurc.cjs +1 -1
- package/AGENTS.md +8 -0
- package/CHANGELOG.md +49 -3
- package/CLAUDE.md +11 -3
- package/LICENSE.md +4 -3
- package/README.md +1 -1
- package/VERSIONING.md +8 -0
- package/package.json +12 -12
- package/src/lib/components/layout/Footer.svelte +5 -4
- package/src/lib/pages/AboutContent.svelte +1 -1
- package/src/lib/pages/LicenseContent.svelte +5 -4
- 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/.ncurc.cjs
CHANGED
|
@@ -31,7 +31,7 @@ This file is part of Network Pro.
|
|
|
31
31
|
/** @type {import('npm-check-updates').RunOptions} */
|
|
32
32
|
module.exports = {
|
|
33
33
|
// Ignore specific dependencies (prevent upgrades)
|
|
34
|
-
reject: [],
|
|
34
|
+
reject: ['prettier'],
|
|
35
35
|
|
|
36
36
|
// Always upgrade devDependencies as well
|
|
37
37
|
dep: 'prod,dev',
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- =====================================================================
|
|
1
|
+
<!-- =====================================================================
|
|
2
2
|
CHANGELOG.md
|
|
3
3
|
|
|
4
4
|
Copyright © 2025-2026-2026 Network Pro Strategies (Network Pro™)
|
|
@@ -24,7 +24,51 @@ version increments reflecting both user-visible and operational impact.
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
## [1.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
|
+
|
|
51
|
+
## [1.26.6] - 2026-01-29
|
|
52
|
+
|
|
53
|
+
### Changed
|
|
54
|
+
|
|
55
|
+
- Added Prettier to the `npm-check-updates` ignore list (`.ncurc.cjs`) for deterministic formatting changes.
|
|
56
|
+
- Updated the company name in `src/lib/pages/AboutContent.svelte` to the full, legal name.
|
|
57
|
+
- Updated the copyright statement in `src/lib/pages/LicenseContent.svelte` to use the full, legal company name.
|
|
58
|
+
- Updated the footer to display the full, legal company name.
|
|
59
|
+
- Bumped project version to `v1.26.6`.
|
|
60
|
+
- Updated dependencies:
|
|
61
|
+
- `globals` `^17.1.0` → `^17.2.0`
|
|
62
|
+
- `posthog-js` `^1.335.2` → `^1.336.2`
|
|
63
|
+
- `svelte` `5.48.2` → `5.49.0`
|
|
64
|
+
|
|
65
|
+
### Security
|
|
66
|
+
|
|
67
|
+
- Pinned the `tar` package to `^7.5.7` in transitive dependencies, in order to address CVE-2026-24842.
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## [1.26.5] - 2026-01-24
|
|
28
72
|
|
|
29
73
|
### Added
|
|
30
74
|
|
|
@@ -2325,7 +2369,9 @@ This enables analytics filtering and CSP hardening for the audit environment.
|
|
|
2325
2369
|
|
|
2326
2370
|
<!-- Link references -->
|
|
2327
2371
|
|
|
2328
|
-
[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
|
|
2374
|
+
[1.26.6]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.6
|
|
2329
2375
|
[1.26.5]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.5
|
|
2330
2376
|
[1.26.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.4
|
|
2331
2377
|
[1.26.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.3
|
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.
|
|
93
|
+
"posthog-js": "^1.336.4",
|
|
94
94
|
"semver": "^7.7.3",
|
|
95
|
-
"svelte": "5.
|
|
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",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"js-yaml": "^4.1.1",
|
|
145
145
|
"lodash": "^4.17.23",
|
|
146
146
|
"qs": "^6.14.1",
|
|
147
|
-
"tar": "^7.5.
|
|
147
|
+
"tar": "^7.5.7",
|
|
148
148
|
"tmp": "^0.2.4"
|
|
149
149
|
}
|
|
150
150
|
}
|
|
@@ -14,8 +14,6 @@ This file is part of Network Pro.
|
|
|
14
14
|
// Log the base path to verify its value
|
|
15
15
|
//console.log("Base path:", base);
|
|
16
16
|
|
|
17
|
-
//console.log(CONSTANTS.COMPANY_INFO.APP_NAME);
|
|
18
|
-
|
|
19
17
|
const { COMPANY_INFO, CONTACT, PAGE, NAV } = CONSTANTS;
|
|
20
18
|
|
|
21
19
|
// Dynamic links for licensing and trademark
|
|
@@ -26,6 +24,9 @@ This file is part of Network Pro.
|
|
|
26
24
|
/** @type {string} */
|
|
27
25
|
const creatorUrl = 'https://netwk.pro';
|
|
28
26
|
|
|
27
|
+
/** @type {string} */
|
|
28
|
+
const businessName = 'Network Pro Strategies, LLC';
|
|
29
|
+
|
|
29
30
|
/** @type {string} */
|
|
30
31
|
const creatorSlogan = 'Locking Down Networks...';
|
|
31
32
|
|
|
@@ -96,7 +97,7 @@ This file is part of Network Pro.
|
|
|
96
97
|
property="cc:attributionName"
|
|
97
98
|
href={creatorUrl}
|
|
98
99
|
target={PAGE.BLANK}>
|
|
99
|
-
<strong>{
|
|
100
|
+
<strong>{businessName}</strong>
|
|
100
101
|
</a>
|
|
101
102
|
({COMPANY_INFO.APP_NAME})
|
|
102
103
|
</p>
|
|
@@ -106,7 +107,7 @@ This file is part of Network Pro.
|
|
|
106
107
|
{COMPANY_INFO.APP_NAME}, the shield logo, and the "{creatorSlogan}™"
|
|
107
108
|
slogan are
|
|
108
109
|
<a href={trademarkLink} target={PAGE.SELF}>trademarks</a>
|
|
109
|
-
of {
|
|
110
|
+
of {businessName}.
|
|
110
111
|
</p>
|
|
111
112
|
|
|
112
113
|
<!-- Licensing Section -->
|
|
@@ -210,7 +210,7 @@ This file is part of Network Pro.
|
|
|
210
210
|
</p>
|
|
211
211
|
|
|
212
212
|
<p>
|
|
213
|
-
<strong>
|
|
213
|
+
<strong>Network Pro Strategies, LLC</strong><br />
|
|
214
214
|
📞 Phone: {CONTACT.PHONE}<br />
|
|
215
215
|
📧 General Inquiries:
|
|
216
216
|
<a href={`mailto:${CONTACT.EMAIL_LINK}`} target={PAGE.BLANK}>
|
|
@@ -14,8 +14,6 @@ This file is part of Network Pro.
|
|
|
14
14
|
// Log the base path to verify its value
|
|
15
15
|
//console.log("Base path:", base);
|
|
16
16
|
|
|
17
|
-
//console.log(CONSTANTS.COMPANY_INFO.APP_NAME);
|
|
18
|
-
|
|
19
17
|
const { COMPANY_INFO, CONTACT, PAGE, LINKS, NAV } = CONSTANTS;
|
|
20
18
|
|
|
21
19
|
/**
|
|
@@ -65,7 +63,7 @@ This file is part of Network Pro.
|
|
|
65
63
|
* @type {{ effectiveDate: string, classSmall: string }}
|
|
66
64
|
*/
|
|
67
65
|
const constants = {
|
|
68
|
-
effectiveDate: '
|
|
66
|
+
effectiveDate: 'February 1, 2026',
|
|
69
67
|
classSmall: 'small-text',
|
|
70
68
|
};
|
|
71
69
|
</script>
|
|
@@ -133,13 +131,16 @@ This file is part of Network Pro.
|
|
|
133
131
|
<p>
|
|
134
132
|
Copyright © {COMPANY_INFO.YEAR}
|
|
135
133
|
<strong>
|
|
136
|
-
<a href={homeLink} target={PAGE.BLANK}>
|
|
134
|
+
<a href={homeLink} target={PAGE.BLANK}>
|
|
135
|
+
Network Pro Strategies, LLC
|
|
136
|
+
</a>
|
|
137
137
|
</strong>
|
|
138
138
|
({COMPANY_INFO.APP_NAME})
|
|
139
139
|
</p>
|
|
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
|
|