@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.
- 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.
|
|
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.
|
|
44
|
-
"@thi.ng/diff": "^5.1.
|
|
45
|
-
"@thi.ng/hiccup": "^5.3.
|
|
46
|
-
"@thi.ng/hiccup-css": "^2.7.
|
|
47
|
-
"@thi.ng/strings": "^3.9.
|
|
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.
|
|
51
|
-
"esbuild": "^0.27.
|
|
52
|
-
"typedoc": "^0.28.
|
|
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": "
|
|
99
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
100
100
|
}
|