@jongleberry/vurst-html 0.0.1 → 0.0.3

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/package.json CHANGED
@@ -1,17 +1,38 @@
1
1
  {
2
2
  "name": "@jongleberry/vurst-html",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Rust + N-API: HTML sanitization, extraction, and boilerstrip.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "license": "MIT",
8
- "engines": { "node": ">= 18" },
9
- "repository": { "type": "git", "url": "git+https://github.com/jonathanong/vurst.git" },
10
- "keywords": ["rust", "napi", "html", "sanitize", "embedding", "boilerstrip"],
11
- "files": ["index.js", "index.d.ts", "README.md", "*.node"],
8
+ "engines": {
9
+ "node": ">= 18"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/jonathanong/vurst.git"
14
+ },
15
+ "keywords": [
16
+ "rust",
17
+ "napi",
18
+ "html",
19
+ "sanitize",
20
+ "embedding",
21
+ "boilerstrip"
22
+ ],
23
+ "files": [
24
+ "index.js",
25
+ "index.d.ts",
26
+ "README.md",
27
+ "*.node"
28
+ ],
12
29
  "napi": {
13
30
  "binaryName": "vurst-html",
14
- "targets": ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
31
+ "targets": [
32
+ "aarch64-apple-darwin",
33
+ "aarch64-unknown-linux-gnu",
34
+ "x86_64-unknown-linux-gnu"
35
+ ]
15
36
  },
16
37
  "scripts": {
17
38
  "build": "napi build --platform --release",
@@ -19,6 +40,17 @@
19
40
  "test": "node --test __test__/*.test.mjs",
20
41
  "prepublishOnly": "napi prepublish -t npm"
21
42
  },
22
- "publishConfig": { "access": "public", "provenance": true },
23
- "devDependencies": { "@napi-rs/cli": "^3.6.2", "@types/node": "^24" }
24
- }
43
+ "publishConfig": {
44
+ "access": "public",
45
+ "provenance": true
46
+ },
47
+ "devDependencies": {
48
+ "@napi-rs/cli": "^3.6.2",
49
+ "@types/node": "^24"
50
+ },
51
+ "optionalDependencies": {
52
+ "@jongleberry/vurst-html-darwin-arm64": "0.0.3",
53
+ "@jongleberry/vurst-html-linux-arm64-gnu": "0.0.3",
54
+ "@jongleberry/vurst-html-linux-x64-gnu": "0.0.3"
55
+ }
56
+ }
Binary file
Binary file
Binary file