@sembl/source-html 0.2.1 → 0.4.0

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sembl/source-html",
3
- "version": "0.2.1",
3
+ "version": "0.4.0",
4
4
  "description": "Turn an HTML page into readable text for SEMBL: JSON-LD and meta tags first, boilerplate stripped.",
5
5
  "keywords": [
6
6
  "llm",
@@ -52,7 +52,7 @@
52
52
  "provenance": true
53
53
  },
54
54
  "dependencies": {
55
- "@sembl/core": "0.2.1"
55
+ "@sembl/core": "0.4.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^25.5.0",