@qretaio/html2json 0.5.0 → 0.5.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ A Rust port of
16
16
  ### npm / WebAssembly
17
17
 
18
18
  ```bash
19
- npm install html2json-wasm
19
+ npm install @qretaio/html2json
20
20
  ```
21
21
 
22
22
  ### From crates.io (Rust)
@@ -44,7 +44,7 @@ just install
44
44
  ### JavaScript / TypeScript
45
45
 
46
46
  ```javascript
47
- import { extract } from 'html2json-wasm';
47
+ import { extract } from '@qretaio/html2json';
48
48
 
49
49
  const html = `
50
50
  <article class="post">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qretaio/html2json",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "HTML to JSON extractor using WebAssembly - Fast, powerful HTML parsing with CSS selectors",
5
5
  "keywords": [
6
6
  "html",