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.
- package/README.md +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PagerTS
|
|
2
2
|
|
|
3
|
-
[](https://github.com/akinevz2/pagerts/actions/workflows/ci.yml)
|
|
4
4
|
[](./SECURITY.md)
|
|
5
5
|
[](https://nodejs.org)
|
|
6
6
|
[](./LICENSE)
|
|
@@ -33,7 +33,7 @@ npx pagerts <url>
|
|
|
33
33
|
### From Source
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
git clone https://github.com/
|
|
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/
|
|
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.
|
|
190
|
-
├── eslint.config.
|
|
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/
|
|
224
|
-
- 💡 [Request features](https://github.com/
|
|
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.
|
|
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
|
|
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
|