html-to-markdown-node 2.3.1 → 2.3.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Native Node.js and Bun bindings for html-to-markdown using NAPI-RS v3.
4
4
 
5
5
  High-performance HTML to Markdown conversion using native Rust code compiled to platform-specific binaries.
6
6
 
7
- [![npm version](https://badge.fury.io/js/%40html-to-markdown%2Fnode.svg)](https://www.npmjs.com/package/html-to-markdown-node)
7
+ [![npm version](https://badge.fury.io/js/html-to-markdown-node.svg)](https://www.npmjs.com/package/html-to-markdown-node)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Goldziher/html-to-markdown/blob/main/LICENSE)
9
9
 
10
10
  ## Performance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-to-markdown-node",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "High-performance HTML to Markdown converter - Node.js native bindings",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",