@thi.ng/hdom 9.4.97 → 9.4.99
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 +2 -2
- 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 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -1270,4 +1270,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
1270
1270
|
|
|
1271
1271
|
## License
|
|
1272
1272
|
|
|
1273
|
-
© 2015 -
|
|
1273
|
+
© 2015 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.99",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@thi.ng/api": "^8.12.
|
|
46
|
-
"@thi.ng/checks": "^3.8.
|
|
47
|
-
"@thi.ng/diff": "^5.1.
|
|
48
|
-
"@thi.ng/equiv": "^2.1.
|
|
49
|
-
"@thi.ng/errors": "^2.
|
|
50
|
-
"@thi.ng/hiccup": "^5.3.
|
|
51
|
-
"@thi.ng/logger": "^3.2.
|
|
52
|
-
"@thi.ng/prefixes": "^2.3.
|
|
45
|
+
"@thi.ng/api": "^8.12.12",
|
|
46
|
+
"@thi.ng/checks": "^3.8.2",
|
|
47
|
+
"@thi.ng/diff": "^5.1.113",
|
|
48
|
+
"@thi.ng/equiv": "^2.1.102",
|
|
49
|
+
"@thi.ng/errors": "^2.6.1",
|
|
50
|
+
"@thi.ng/hiccup": "^5.3.35",
|
|
51
|
+
"@thi.ng/logger": "^3.2.11",
|
|
52
|
+
"@thi.ng/prefixes": "^2.3.63"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@thi.ng/atom": "^5.3.
|
|
55
|
+
"@thi.ng/atom": "^5.3.53",
|
|
56
56
|
"esbuild": "^0.27.0",
|
|
57
57
|
"typedoc": "^0.28.14",
|
|
58
58
|
"typescript": "^5.9.3"
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"status": "completed",
|
|
134
134
|
"year": 2015
|
|
135
135
|
},
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
|
|
137
137
|
}
|