@thi.ng/hdom 9.2.1 → 9.2.3
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 -2
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ instead...**
|
|
|
62
62
|
|
|
63
63
|
## About
|
|
64
64
|
|
|
65
|
-
Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors
|
|
65
|
+
Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors.
|
|
66
66
|
|
|
67
67
|
Lightweight UI component tree definition syntax, DOM creation and
|
|
68
68
|
differential updates using only vanilla JS data structures (arrays,
|
|
@@ -1260,4 +1260,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
1260
1260
|
|
|
1261
1261
|
## License
|
|
1262
1262
|
|
|
1263
|
-
© 2015 -
|
|
1263
|
+
© 2015 - 2023 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.2.
|
|
3
|
+
"version": "9.2.3",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
"test": "testament test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@thi.ng/api": "^8.6.
|
|
41
|
-
"@thi.ng/checks": "^3.3.
|
|
42
|
-
"@thi.ng/diff": "^5.1.
|
|
43
|
-
"@thi.ng/equiv": "^2.1.
|
|
44
|
-
"@thi.ng/errors": "^2.2.
|
|
45
|
-
"@thi.ng/hiccup": "^4.2.
|
|
46
|
-
"@thi.ng/logger": "^1.4.
|
|
47
|
-
"@thi.ng/prefixes": "^2.1.
|
|
40
|
+
"@thi.ng/api": "^8.6.3",
|
|
41
|
+
"@thi.ng/checks": "^3.3.7",
|
|
42
|
+
"@thi.ng/diff": "^5.1.22",
|
|
43
|
+
"@thi.ng/equiv": "^2.1.17",
|
|
44
|
+
"@thi.ng/errors": "^2.2.8",
|
|
45
|
+
"@thi.ng/hiccup": "^4.2.29",
|
|
46
|
+
"@thi.ng/logger": "^1.4.7",
|
|
47
|
+
"@thi.ng/prefixes": "^2.1.17"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-extractor": "^7.33.7",
|
|
51
|
-
"@thi.ng/atom": "^5.1.
|
|
52
|
-
"@thi.ng/testament": "^0.3.
|
|
51
|
+
"@thi.ng/atom": "^5.1.28",
|
|
52
|
+
"@thi.ng/testament": "^0.3.9",
|
|
53
53
|
"rimraf": "^3.0.2",
|
|
54
54
|
"tools": "^0.0.1",
|
|
55
55
|
"typedoc": "^0.23.22",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"status": "completed",
|
|
132
132
|
"year": 2015
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
|
|
135
135
|
}
|