@thi.ng/hdom 9.4.109 → 9.4.111
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/README.md +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 215 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.111",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@thi.ng/api": "^8.12.
|
|
47
|
-
"@thi.ng/checks": "^3.
|
|
48
|
-
"@thi.ng/diff": "^5.1.
|
|
49
|
-
"@thi.ng/equiv": "^2.1.
|
|
50
|
-
"@thi.ng/errors": "^2.6.
|
|
51
|
-
"@thi.ng/hiccup": "^5.4.
|
|
52
|
-
"@thi.ng/logger": "^3.3.
|
|
53
|
-
"@thi.ng/prefixes": "^2.3.
|
|
46
|
+
"@thi.ng/api": "^8.12.21",
|
|
47
|
+
"@thi.ng/checks": "^3.9.1",
|
|
48
|
+
"@thi.ng/diff": "^5.1.122",
|
|
49
|
+
"@thi.ng/equiv": "^2.1.110",
|
|
50
|
+
"@thi.ng/errors": "^2.6.10",
|
|
51
|
+
"@thi.ng/hiccup": "^5.4.6",
|
|
52
|
+
"@thi.ng/logger": "^3.3.4",
|
|
53
|
+
"@thi.ng/prefixes": "^2.3.71"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@thi.ng/atom": "^5.3.
|
|
56
|
+
"@thi.ng/atom": "^5.3.62",
|
|
57
57
|
"esbuild": "^0.28.0",
|
|
58
58
|
"typedoc": "^0.28.18",
|
|
59
59
|
"typescript": "^5.9.3"
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"status": "completed",
|
|
135
135
|
"year": 2015
|
|
136
136
|
},
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "dcaa4e2beb427e434a68cba1259a9bf9983a569a"
|
|
138
138
|
}
|