@thi.ng/hdom 9.3.24 → 9.3.26
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/CHANGELOG.md +1 -1
- package/README.md +2 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -172,11 +172,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 3.42 KB
|
|
|
172
172
|
|
|
173
173
|
## Usage examples
|
|
174
174
|
|
|
175
|
-
Several
|
|
175
|
+
Several projects in this repo's
|
|
176
176
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
177
|
-
directory are using this package
|
|
178
|
-
|
|
179
|
-
A selection:
|
|
177
|
+
directory are using this package:
|
|
180
178
|
|
|
181
179
|
| Screenshot | Description | Live demo | Source |
|
|
182
180
|
|:-------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.26",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"@thi.ng/diff": "^5.1.39",
|
|
43
43
|
"@thi.ng/equiv": "^2.1.31",
|
|
44
44
|
"@thi.ng/errors": "^2.4.0",
|
|
45
|
-
"@thi.ng/hiccup": "^5.0.
|
|
45
|
+
"@thi.ng/hiccup": "^5.0.5",
|
|
46
46
|
"@thi.ng/logger": "^1.4.22",
|
|
47
47
|
"@thi.ng/prefixes": "^2.2.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-extractor": "^7.38.0",
|
|
51
|
-
"@thi.ng/atom": "^5.2.
|
|
51
|
+
"@thi.ng/atom": "^5.2.12",
|
|
52
52
|
"@thi.ng/testament": "^0.3.24",
|
|
53
53
|
"rimraf": "^5.0.5",
|
|
54
54
|
"tools": "^0.0.1",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"status": "completed",
|
|
132
132
|
"year": 2015
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
|
|
135
135
|
}
|