@thi.ng/hdom 9.1.16 → 9.1.17
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 +5 -5
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/hdom)
|
|
6
6
|

|
|
@@ -10,8 +10,8 @@ This project is part of the
|
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
11
11
|
|
|
12
12
|
- [About](#about)
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
- [Status](#status)
|
|
14
|
+
- [Support packages](#support-packages)
|
|
15
15
|
- [Blog posts](#blog-posts)
|
|
16
16
|
- [Installation](#installation)
|
|
17
17
|
- [Dependencies](#dependencies)
|
|
@@ -96,13 +96,13 @@ Benefits:
|
|
|
96
96
|
- Fast (see [benchmark examples](#benchmarks) below)
|
|
97
97
|
- Only ~6.2KB gzipped
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
## Status
|
|
100
100
|
|
|
101
101
|
**STABLE** - used in production
|
|
102
102
|
|
|
103
103
|
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bhdom%5D+in%3Atitle)
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
## Support packages
|
|
106
106
|
|
|
107
107
|
- [@thi.ng/hdom-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom-canvas) - [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom) component wrapper for declarative canvas scenegraphs
|
|
108
108
|
- [@thi.ng/hdom-components](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom-components) - Raw, skinnable UI & SVG components for [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.17",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/checks": "^3.2.
|
|
39
|
-
"@thi.ng/diff": "^5.1.
|
|
40
|
-
"@thi.ng/equiv": "^2.1.
|
|
41
|
-
"@thi.ng/errors": "^2.
|
|
42
|
-
"@thi.ng/hiccup": "^4.2.
|
|
43
|
-
"@thi.ng/logger": "^1.
|
|
44
|
-
"@thi.ng/prefixes": "^2.1.
|
|
37
|
+
"@thi.ng/api": "^8.4.2",
|
|
38
|
+
"@thi.ng/checks": "^3.2.5",
|
|
39
|
+
"@thi.ng/diff": "^5.1.12",
|
|
40
|
+
"@thi.ng/equiv": "^2.1.10",
|
|
41
|
+
"@thi.ng/errors": "^2.2.0",
|
|
42
|
+
"@thi.ng/hiccup": "^4.2.16",
|
|
43
|
+
"@thi.ng/logger": "^1.3.0",
|
|
44
|
+
"@thi.ng/prefixes": "^2.1.10"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@microsoft/api-extractor": "^7.
|
|
48
|
-
"@thi.ng/atom": "^5.1.
|
|
49
|
-
"@thi.ng/testament": "^0.
|
|
47
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
48
|
+
"@thi.ng/atom": "^5.1.15",
|
|
49
|
+
"@thi.ng/testament": "^0.3.0",
|
|
50
50
|
"rimraf": "^3.0.2",
|
|
51
51
|
"tools": "^0.0.1",
|
|
52
52
|
"typedoc": "^0.22.17",
|
|
53
|
-
"typescript": "^4.
|
|
53
|
+
"typescript": "^4.8.3"
|
|
54
54
|
},
|
|
55
55
|
"keywords": [
|
|
56
56
|
"array",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
],
|
|
125
125
|
"year": 2015
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
|
|
128
128
|
}
|