pagerts 1.4.1 → 1.4.2

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 +10 -11
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -226,17 +226,16 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
226
226
 
227
227
  ## Changelog
228
228
 
229
- ### v0.3.0 (Latest)
230
-
231
- - Added comprehensive security features
232
- - ✨ Implemented URL validation and sanitization
233
- - Added rate limiting
234
- - Modernized codebase with TypeScript strict mode
235
- - Added ESLint with security plugin
236
- - Added comprehensive test suite
237
- - Added CI/CD with GitHub Actions
238
- - Improved error handling and retry logic
239
- - 📚 Added security documentation
229
+ ### v0.3.0 -> v1.4.1 summary
230
+
231
+ Key changes in this range:
232
+
233
+ - Security hardening and dependency-surface reduction (`863389a`).
234
+ - CI/security gate tightening and scan-noise cleanup (`da73bdb`, `46875e8`).
235
+ - Packaging/runtime interoperability fixes for CJS/ESM builds and publishes (`4054ab9`, `74d3f98`, `64b2a2f`, `e67acd6`).
236
+ - Regression fix for ignored script resources (`bc13b55`).
237
+ - Dependency tree refresh/stabilization (`1f8f86d`) and release bump to `v1.4.1` (`8846bec`).
238
+ - General code hardening and cleanup across extractors/fetching/printers, plus lockfile and build artifact maintenance in the same span.
240
239
 
241
240
  ### v0.2.0
242
241
 
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.1",
4
+ "version": "1.4.2",
5
5
  "type": "module",
6
6
  "main": "main.js",
7
7
  "bin": {
@@ -62,4 +62,4 @@
62
62
  "tsx": "^4.19.2",
63
63
  "typescript": "^5.7.2"
64
64
  }
65
- }
65
+ }