@thi.ng/hdiff 1.2.30 → 1.2.31

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdiff",
3
- "version": "1.2.30",
3
+ "version": "1.2.31",
4
4
  "description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,16 +40,16 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.12",
44
- "@thi.ng/diff": "^5.1.113",
45
- "@thi.ng/hiccup": "^5.3.35",
46
- "@thi.ng/hiccup-css": "^2.7.76",
47
- "@thi.ng/strings": "^3.9.33"
43
+ "@thi.ng/api": "^8.12.13",
44
+ "@thi.ng/diff": "^5.1.114",
45
+ "@thi.ng/hiccup": "^5.3.36",
46
+ "@thi.ng/hiccup-css": "^2.7.77",
47
+ "@thi.ng/strings": "^3.9.34"
48
48
  },
49
49
  "devDependencies": {
50
- "@types/node": "^24.10.1",
51
- "esbuild": "^0.27.0",
52
- "typedoc": "^0.28.14",
50
+ "@types/node": "^24.10.9",
51
+ "esbuild": "^0.27.2",
52
+ "typedoc": "^0.28.16",
53
53
  "typescript": "^5.9.3"
54
54
  },
55
55
  "keywords": [
@@ -96,5 +96,5 @@
96
96
  "status": "alpha",
97
97
  "year": 2018
98
98
  },
99
- "gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
99
+ "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
100
100
  }