@networkpro/web 1.26.6 → 1.26.8
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/.github/workflows/build-and-publish.yml +3 -3
- package/.github/workflows/lighthouse.yml +1 -1
- package/.github/workflows/playwright.yml +1 -1
- package/.github/workflows/publish-test.yml +3 -3
- package/.github/workflows/templates/publish.template.yml +3 -3
- package/.ncurc.cjs +1 -1
- package/AGENTS.md +8 -0
- package/CHANGELOG.md +49 -1
- package/CLAUDE.md +11 -3
- package/LICENSE.md +4 -3
- package/README.md +1 -1
- package/VERSIONING.md +8 -0
- package/package.json +16 -16
- package/src/app.html +1 -1
- package/src/lib/pages/LicenseContent.svelte +2 -1
- package/static/sitemap.xml +3 -3
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.
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
45
45
|
- name: Upgrade npm
|
|
46
46
|
run: |
|
|
47
47
|
corepack enable
|
|
48
|
-
npm install -g npm@11.
|
|
48
|
+
npm install -g npm@11.9.0
|
|
49
49
|
|
|
50
50
|
- name: Install Node.js dependencies
|
|
51
51
|
run: npm ci
|
|
@@ -130,7 +130,7 @@ jobs:
|
|
|
130
130
|
- name: Upgrade npm
|
|
131
131
|
run: |
|
|
132
132
|
corepack enable
|
|
133
|
-
npm install -g npm@11.
|
|
133
|
+
npm install -g npm@11.9.0
|
|
134
134
|
|
|
135
135
|
- name: Install Node.js dependencies
|
|
136
136
|
run: npm ci
|
|
@@ -186,7 +186,7 @@ jobs:
|
|
|
186
186
|
- name: Upgrade npm
|
|
187
187
|
run: |
|
|
188
188
|
corepack enable
|
|
189
|
-
npm install -g npm@11.
|
|
189
|
+
npm install -g npm@11.9.0
|
|
190
190
|
|
|
191
191
|
- name: Install Node.js dependencies
|
|
192
192
|
run: npm ci
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
|
48
48
|
- name: Upgrade npm
|
|
49
49
|
run: |
|
|
50
50
|
corepack enable
|
|
51
|
-
npm install -g npm@11.
|
|
51
|
+
npm install -g npm@11.9.0
|
|
52
52
|
|
|
53
53
|
- name: Install Node.js dependencies
|
|
54
54
|
run: npm ci
|
|
@@ -134,7 +134,7 @@ jobs:
|
|
|
134
134
|
- name: Upgrade npm
|
|
135
135
|
run: |
|
|
136
136
|
corepack enable
|
|
137
|
-
npm install -g npm@11.
|
|
137
|
+
npm install -g npm@11.9.0
|
|
138
138
|
|
|
139
139
|
- name: Install Node.js dependencies
|
|
140
140
|
run: npm ci
|
|
@@ -195,7 +195,7 @@ jobs:
|
|
|
195
195
|
- name: Upgrade npm
|
|
196
196
|
run: |
|
|
197
197
|
corepack enable
|
|
198
|
-
npm install -g npm@11.
|
|
198
|
+
npm install -g npm@11.9.0
|
|
199
199
|
|
|
200
200
|
- name: Install Node.js dependencies
|
|
201
201
|
run: npm ci
|
|
@@ -53,7 +53,7 @@ jobs:
|
|
|
53
53
|
- name: Upgrade npm
|
|
54
54
|
run: |
|
|
55
55
|
corepack enable
|
|
56
|
-
npm install -g npm@11.
|
|
56
|
+
npm install -g npm@11.9.0
|
|
57
57
|
|
|
58
58
|
- name: Install Node.js dependencies
|
|
59
59
|
run: npm ci
|
|
@@ -134,7 +134,7 @@ jobs:
|
|
|
134
134
|
- name: Upgrade npm
|
|
135
135
|
run: |
|
|
136
136
|
corepack enable
|
|
137
|
-
npm install -g npm@11.
|
|
137
|
+
npm install -g npm@11.9.0
|
|
138
138
|
|
|
139
139
|
- name: Install Node.js dependencies
|
|
140
140
|
run: npm ci
|
|
@@ -190,7 +190,7 @@ jobs:
|
|
|
190
190
|
- name: Upgrade npm
|
|
191
191
|
run: |
|
|
192
192
|
corepack enable
|
|
193
|
-
npm install -g npm@11.
|
|
193
|
+
npm install -g npm@11.9.0
|
|
194
194
|
|
|
195
195
|
- name: Install Node.js dependencies
|
|
196
196
|
run: npm ci
|
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: ['eslint', '@eslint/js'],
|
|
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
|
@@ -24,6 +24,52 @@ version increments reflecting both user-visible and operational impact.
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
+
## [1.26.8] - 2026-02-07
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
- Refreshed timestamp for main route in `static/sitemap.xml`.
|
|
32
|
+
- Updated all GitHub Actions workflows to utilize **npm 11.9.0**.
|
|
33
|
+
- Updated generator metadata in `src/app.html` to reflect **SvelteKit 2.50.2**.
|
|
34
|
+
- Added `eslint` and `@eslint/js` to `.ncurc.js` **reject** list, pinned `v9.39.2` in `package.json`.
|
|
35
|
+
- Bumped project version to `v1.26.8`.
|
|
36
|
+
- Updated dependencies:
|
|
37
|
+
- `posthog-js` `^1.336.4` → `^1.342.1`
|
|
38
|
+
- `semver` `^7.7.3` → `^7.7.4`
|
|
39
|
+
- `svelte` `5.49.1` → `5.50.0`
|
|
40
|
+
- `@playwright/test` `^1.58.1` → `^1.58.2`
|
|
41
|
+
- `@sveltejs/kit` `2.50.1` → `2.50.2`
|
|
42
|
+
- `eslint-plugin-doc` `^62.5.0` → `^62.5.3`
|
|
43
|
+
- `jsdom` `27.4.0` → `28.0.0`
|
|
44
|
+
- `playwright` `^1.58.1` → `^1.58.2`
|
|
45
|
+
- `stylelint` `^17.1.0` → `^17.1.1`
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## [1.26.7] - 2026-02-01
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
|
|
53
|
+
- Refreshed timestamp for `/legal` route in `static/sitemap.xml`.
|
|
54
|
+
- Added standardized header to `AGENTS.md`, `CLAUDE.md`, `VERSIONING.md`, and `.github/COMMIT_GUIDE.md`, as well as all issue templates.
|
|
55
|
+
- Updated footer of `LICENSE.md` and `README.md` to reflect the company's full legal name.
|
|
56
|
+
- Refreshed **Effective Date** for Legal, Copyright, and Licensing route (`/legal`).
|
|
57
|
+
- Updated `src/lib/pages/LicenseContent.svelte` to include our trade name.
|
|
58
|
+
- Bumped project version to `v1.26.7`.
|
|
59
|
+
- Updated dependencies:
|
|
60
|
+
- `@eslint/compat` `^2.0.1` → `^2.0.2`
|
|
61
|
+
- `@playwright/test` `^1.58.0` → `^1.58.1`
|
|
62
|
+
- `autoprefixer` `^10.4.23` → `^10.4.24`
|
|
63
|
+
- `playwright` `^1.58.0` → `^1.58.1`
|
|
64
|
+
- `posthog-js` `^1.336.2` → `^1.336.4`
|
|
65
|
+
- `svelte` `5.49.0` → `5.49.1`
|
|
66
|
+
- `svelte-check` `^4.3.5` → `^4.3.6`
|
|
67
|
+
- `eslint-plugin-jsdoc` `^62.4.1` → `^62.5.0`
|
|
68
|
+
- `globals` `^17.2.0` → `^17.3.0`
|
|
69
|
+
- `stylelint` `^17.0.0` → `^17.1.0`
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
27
73
|
## [1.26.6] - 2026-01-29
|
|
28
74
|
|
|
29
75
|
### Changed
|
|
@@ -2345,7 +2391,9 @@ This enables analytics filtering and CSP hardening for the audit environment.
|
|
|
2345
2391
|
|
|
2346
2392
|
<!-- Link references -->
|
|
2347
2393
|
|
|
2348
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.
|
|
2394
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.8...HEAD
|
|
2395
|
+
[1.26.8]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.8
|
|
2396
|
+
[1.26.7]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.7
|
|
2349
2397
|
[1.26.6]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.6
|
|
2350
2398
|
[1.26.5]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.5
|
|
2351
2399
|
[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.8",
|
|
5
5
|
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"advocacy",
|
|
@@ -90,45 +90,45 @@
|
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
92
|
"dompurify": "^3.3.1",
|
|
93
|
-
"posthog-js": "^1.
|
|
94
|
-
"semver": "^7.7.
|
|
95
|
-
"svelte": "5.
|
|
93
|
+
"posthog-js": "^1.342.1",
|
|
94
|
+
"semver": "^7.7.4",
|
|
95
|
+
"svelte": "5.50.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@eslint/compat": "^2.0.
|
|
99
|
-
"@eslint/js": "
|
|
98
|
+
"@eslint/compat": "^2.0.2",
|
|
99
|
+
"@eslint/js": "9.39.2",
|
|
100
100
|
"@lhci/cli": "^0.15.1",
|
|
101
|
-
"@playwright/test": "^1.58.
|
|
101
|
+
"@playwright/test": "^1.58.2",
|
|
102
102
|
"@sveltejs/adapter-netlify": "^5.2.4",
|
|
103
103
|
"@sveltejs/adapter-vercel": "^6.3.1",
|
|
104
|
-
"@sveltejs/kit": "2.50.
|
|
104
|
+
"@sveltejs/kit": "2.50.2",
|
|
105
105
|
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
|
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
|
-
"eslint": "
|
|
111
|
+
"eslint": "9.39.2",
|
|
112
112
|
"eslint-config-prettier": "^10.1.8",
|
|
113
|
-
"eslint-plugin-jsdoc": "^62.
|
|
113
|
+
"eslint-plugin-jsdoc": "^62.5.3",
|
|
114
114
|
"eslint-plugin-svelte": "^3.14.0",
|
|
115
|
-
"globals": "^17.
|
|
115
|
+
"globals": "^17.3.0",
|
|
116
116
|
"globby": "^16.1.0",
|
|
117
|
-
"jsdom": "
|
|
117
|
+
"jsdom": "28.0.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.2",
|
|
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.1",
|
|
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",
|
package/src/app.html
CHANGED
|
@@ -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-
|
|
2
|
+
<!-- Sitemap last updated 2026-02-07 -->
|
|
3
3
|
|
|
4
4
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
5
5
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<loc>https://netwk.pro</loc>
|
|
9
9
|
|
|
10
|
-
<lastmod>2026-
|
|
10
|
+
<lastmod>2026-02-07</lastmod>
|
|
11
11
|
|
|
12
12
|
<changefreq>weekly</changefreq>
|
|
13
13
|
|
|
@@ -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
|
|