@thi.ng/hdom 9.3.0 → 9.3.2
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 +1 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -179,6 +179,7 @@ A selection:
|
|
|
179
179
|
|
|
180
180
|
| Screenshot | Description | Live demo | Source |
|
|
181
181
|
|:-------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
|
|
182
|
+
| | Minimal demo using interceptors with an async side effect | [Demo](https://demo.thi.ng/umbrella/async-effect/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/async-effect) |
|
|
182
183
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/cellular-automata.png" width="240"/> | 2D transducer based cellular automata | [Demo](https://demo.thi.ng/umbrella/cellular-automata/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/cellular-automata) |
|
|
183
184
|
| | BMI calculator in a devcards format | [Demo](https://demo.thi.ng/umbrella/devcards/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/devcards) |
|
|
184
185
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png" width="240"/> | hdom update performance benchmark w/ config options | [Demo](https://demo.thi.ng/umbrella/hdom-benchmark2/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-benchmark2) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.2",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"test": "testament test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@thi.ng/api": "^8.7.
|
|
40
|
+
"@thi.ng/api": "^8.7.3",
|
|
41
41
|
"@thi.ng/checks": "^3.3.9",
|
|
42
|
-
"@thi.ng/diff": "^5.1.
|
|
42
|
+
"@thi.ng/diff": "^5.1.26",
|
|
43
43
|
"@thi.ng/equiv": "^2.1.19",
|
|
44
|
-
"@thi.ng/errors": "^2.2.
|
|
45
|
-
"@thi.ng/hiccup": "^4.2.
|
|
44
|
+
"@thi.ng/errors": "^2.2.12",
|
|
45
|
+
"@thi.ng/hiccup": "^4.2.35",
|
|
46
46
|
"@thi.ng/logger": "^1.4.9",
|
|
47
47
|
"@thi.ng/prefixes": "^2.1.19"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-extractor": "^7.34.2",
|
|
51
|
-
"@thi.ng/atom": "^5.1.
|
|
51
|
+
"@thi.ng/atom": "^5.1.32",
|
|
52
52
|
"@thi.ng/testament": "^0.3.11",
|
|
53
53
|
"rimraf": "^4.1.2",
|
|
54
54
|
"tools": "^0.0.1",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"status": "completed",
|
|
132
132
|
"year": 2015
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "8342900eedc77bb09edb8c544804578b71f8acc6\n"
|
|
135
135
|
}
|