pagerts 1.4.3 → 1.4.4

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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PagerTS
2
2
 
3
- [![CI/CD Security Pipeline](https://github.com/akinevz2/pagerts/actions/workflows/ci.yml/badge.svg?branch=main-stable)](https://github.com/akinevz2/pagerts/actions/workflows/ci.yml)
3
+ [![CI/CD Security Pipeline](https://github.com/akinevz2/pagerts/actions/workflows/ci.yml/badge.svg)](https://github.com/akinevz2/pagerts/actions/workflows/ci.yml)
4
4
  [![Security](https://img.shields.io/badge/security-maintained-green.svg)](./SECURITY.md)
5
5
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg)](https://nodejs.org)
6
6
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
@@ -33,7 +33,7 @@ npx pagerts <url>
33
33
  ### From Source
34
34
 
35
35
  ```bash
36
- git clone https://github.com/akinevz0/pagerts.git
36
+ git clone https://github.com/akinevz2/pagerts.git
37
37
  cd pagerts
38
38
  npm install
39
39
  npm run build
@@ -117,7 +117,7 @@ PagerTS takes security seriously. See [SECURITY.md](./SECURITY.md) for:
117
117
 
118
118
  ```bash
119
119
  # Clone the repository
120
- git clone https://github.com/akinevz0/pagerts.git
120
+ git clone https://github.com/akinevz2/pagerts.git
121
121
  cd pagerts
122
122
 
123
123
  # Install dependencies
@@ -186,8 +186,8 @@ pagerts/
186
186
  ├── .github/workflows/ # CI/CD pipelines
187
187
  ├── package.json
188
188
  ├── tsconfig.json
189
- ├── jest.config.js
190
- ├── eslint.config.js
189
+ ├── jest.config.cjs
190
+ ├── eslint.config.mjs
191
191
  └── SECURITY.md
192
192
  ```
193
193
 
@@ -220,13 +220,13 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
220
220
 
221
221
  ## Support
222
222
 
223
- - 🐛 [Report bugs](https://github.com/akinevz0/pagerts/issues)
224
- - 💡 [Request features](https://github.com/akinevz0/pagerts/issues)
223
+ - 🐛 [Report bugs](https://github.com/akinevz2/pagerts/issues)
224
+ - 💡 [Request features](https://github.com/akinevz2/pagerts/issues)
225
225
  - 🔒 [Report security issues](./SECURITY.md)
226
226
 
227
227
  ## Changelog
228
228
 
229
- ### v0.3.0 -> v1.4.1 summary
229
+ ### v0.3.0 -> v1.4.3 summary
230
230
 
231
231
  Key changes in this range:
232
232
 
@@ -234,7 +234,7 @@ Key changes in this range:
234
234
  - CI/security gate tightening and scan-noise cleanup (`da73bdb`, `46875e8`).
235
235
  - Packaging/runtime interoperability fixes for CJS/ESM builds and publishes (`4054ab9`, `74d3f98`, `64b2a2f`, `e67acd6`).
236
236
  - Regression fix for ignored script resources (`bc13b55`).
237
- - Dependency tree refresh/stabilization (`1f8f86d`) and release bump to `v1.4.1` (`8846bec`).
237
+ - Dependency tree refresh/stabilization (`1f8f86d`) and release bumps through `v1.4.3`.
238
238
  - General code hardening and cleanup across extractors/fetching/printers, plus lockfile and build artifact maintenance in the same span.
239
239
 
240
240
  ### v0.2.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pagerts",
3
3
  "description": "A tool for viewing external relations in a webpage",
4
- "version": "1.4.3",
4
+ "version": "1.4.4",
5
5
  "type": "module",
6
6
  "main": "main.js",
7
7
  "bin": {