@networkpro/web 1.25.17 → 1.25.18

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
@@ -22,6 +22,22 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
22
22
 
23
23
  ---
24
24
 
25
+ ## [1.25.18] - 2025-12-11
26
+
27
+ ### Changed
28
+
29
+ - Refreshed timestamp for root route in `sitemap.xml`.
30
+ - Reformatted the following files with Prettier:
31
+ - `src/lib/README.md`
32
+ - `src/lib/pages/LicenseContent.svelte`
33
+ - `src/lib/pages/PrivacyContent.svelte`
34
+ - `src/lib/pages/TermsUseContent.svelte`
35
+ - Bumped project version to `v1.25.18`.
36
+ - Updated dependencies:
37
+ - `prettier` `3.6.2` → `3.7.4`
38
+
39
+ ---
40
+
25
41
  ## [1.25.17] - 2025-12-11
26
42
 
27
43
  ### Added
@@ -2024,7 +2040,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
2024
2040
 
2025
2041
  <!-- Link references -->
2026
2042
 
2027
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.17...HEAD
2043
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.18...HEAD
2044
+ [1.25.18]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.18
2028
2045
  [1.25.17]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.17
2029
2046
  [1.25.16]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.16
2030
2047
  [1.25.15]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.25.17",
4
+ "version": "1.25.18",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advisory",
@@ -117,7 +117,7 @@
117
117
  "npm-run-all": "^4.1.5",
118
118
  "playwright": "^1.57.0",
119
119
  "postcss": "^8.5.6",
120
- "prettier": "3.6.2",
120
+ "prettier": "3.7.4",
121
121
  "prettier-plugin-svelte": "^3.4.0",
122
122
  "simple-git-hooks": "^2.13.1",
123
123
  "stylelint": "^16.26.1",
package/src/lib/README.md CHANGED
@@ -84,7 +84,7 @@ console.log(CONSTANTS.COMPANY_INFO.APP_NAME); // "Network Pro"
84
84
  | Key | Description | Example |
85
85
  | ---------- | ---------------------------- | ------------------------ |
86
86
  | `NAME` | Full company name | `Network Pro Strategies` |
87
- | `APP_NAME` | Application or branding name | `Network Pro™` |
87
+ | `APP_NAME` | Application or branding name | `Network Pro™` |
88
88
  | `YEAR` | Copyright / app year | `2025` |
89
89
 
90
90
  ### 📬 CONTACT
@@ -313,8 +313,8 @@ This file is part of Network Pro.
313
313
  </p>
314
314
 
315
315
  <p>
316
- {COMPANY_INFO.APP_NAME} is free software: you can redistribute it and/or
317
- modify it under the terms of the
316
+ {COMPANY_INFO.APP_NAME} is free software: you can redistribute it and/or modify
317
+ it under the terms of the
318
318
  <strong>GNU General Public License</strong> (GNU GPL) as published by
319
319
  the
320
320
  <a rel={PAGE.REL} href="https://fsf.org" target={PAGE.BLANK}
@@ -163,8 +163,8 @@ This file is part of Network Pro.
163
163
  {COMPANY_INFO.NAME} ("Company," "we," "us," or "our") is committed to protecting
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
- our website or services, consistent with applicable U.S. federal law and
167
- Arizona law, including Title 18, Chapter 5, Article 4 of the
166
+ our website or services, consistent with applicable U.S. federal law and Arizona
167
+ law, including Title 18, Chapter 5, Article 4 of the
168
168
  <strong>
169
169
  <a
170
170
  rel={PAGE.REL}
@@ -222,8 +222,8 @@ This file is part of Network Pro.
222
222
  opt-out and opt-in settings stored as browser cookies. These settings
223
223
  override any Do Not Track (DNT) or Global Privacy Control (GPC) signals. <strong
224
224
  >If you opt out, analytics tracking via PostHog is disabled entirely
225
- until you change your preference.</strong> Your selection will persist
226
- until manually updated.
225
+ until you change your preference.</strong> Your selection will persist until
226
+ manually updated.
227
227
  </p>
228
228
  <p class="emphasis">
229
229
  For convenient access, you can manage these settings through our <a
@@ -367,10 +367,10 @@ This file is part of Network Pro.
367
367
  <strong>Business Transfers</strong>: In the event of a merger,
368
368
  acquisition, or sale of assets, personal and business information may
369
369
  be transferred
370
- <em>only if the receiving party provides written assurances</em> that:
371
- (a) the information will not be sold or misused, (b) it will be handled
372
- in a manner consistent with our privacy commitments, and (c) appropriate
373
- technical and contractual safeguards are in place to protect it.
370
+ <em>only if the receiving party provides written assurances</em> that: (a)
371
+ the information will not be sold or misused, (b) it will be handled in a
372
+ manner consistent with our privacy commitments, and (c) appropriate technical
373
+ and contractual safeguards are in place to protect it.
374
374
  </li>
375
375
  </ul>
376
376
  <p>
@@ -402,8 +402,8 @@ This file is part of Network Pro.
402
402
 
403
403
  <ul>
404
404
  <li>
405
- <strong>Access, correct, or delete</strong> your personal information,
406
- subject to legal and contractual limitations;
405
+ <strong>Access, correct, or delete</strong> your personal information, subject
406
+ to legal and contractual limitations;
407
407
  </li>
408
408
  <li>
409
409
  <strong
@@ -445,10 +445,10 @@ This file is part of Network Pro.
445
445
  </p>
446
446
  {:else if link.id === 'disclaimers'}
447
447
  <p>
448
- {COMPANY_INFO.NAME} offers informational content as a public service. No
449
- warranties are made regarding the accuracy or completeness of such content.
450
- Consulting services are governed by separate contracts. We disclaim liability
451
- for third-party services integrated or referenced.
448
+ {COMPANY_INFO.NAME} offers informational content as a public service. No warranties
449
+ are made regarding the accuracy or completeness of such content. Consulting
450
+ services are governed by separate contracts. We disclaim liability for third-party
451
+ services integrated or referenced.
452
452
  </p>
453
453
  {:else if link.id === 'changes'}
454
454
  <p>
@@ -197,8 +197,8 @@ This file is part of Network Pro.
197
197
  <p>
198
198
  {COMPANY_INFO.NAME} is based in Maricopa County, Arizona. Any legal action
199
199
  or dispute arising from these Terms of Use shall be subject to the exclusive
200
- jurisdiction of the state and federal courts located in Maricopa County,
201
- Arizona. These Terms shall be governed by the
200
+ jurisdiction of the state and federal courts located in Maricopa County, Arizona.
201
+ These Terms shall be governed by the
202
202
  <strong>Arizona Revised Statutes (A.R.S.)</strong> and applicable
203
203
  provisions of the <strong>United States Code (U.S.C.)</strong>.
204
204
  </p>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <!-- Sitemap last updated 2025-11-09 -->
2
+ <!-- Sitemap last updated 2025-12-11 -->
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>2025-11-09</lastmod>
10
+ <lastmod>2025-12-11</lastmod>
11
11
 
12
12
  <changefreq>weekly</changefreq>
13
13