@thi.ng/hiccup 4.2.15 → 4.2.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 +7 -7
- package/package.json +10 -10
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/hiccup)
|
|
6
6
|

|
|
@@ -14,9 +14,9 @@ This project is part of the
|
|
|
14
14
|
- [Use cases](#use-cases)
|
|
15
15
|
- [No special sauce needed (or wanted)](#no-special-sauce-needed-or-wanted)
|
|
16
16
|
- [What is Hiccup?](#what-is-hiccup)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
- [Status](#status)
|
|
18
|
+
- [Support packages](#support-packages)
|
|
19
|
+
- [Related packages](#related-packages)
|
|
20
20
|
- [Blog posts](#blog-posts)
|
|
21
21
|
- [Installation](#installation)
|
|
22
22
|
- [Dependencies](#dependencies)
|
|
@@ -110,13 +110,13 @@ values of the same structure. Please see [examples](#examples) &
|
|
|
110
110
|
iterable
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
## Status
|
|
114
114
|
|
|
115
115
|
**STABLE** - used in production
|
|
116
116
|
|
|
117
117
|
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bhiccup%5D+in%3Atitle)
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
## Support packages
|
|
120
120
|
|
|
121
121
|
- [@thi.ng/hiccup-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-canvas) - Hiccup shape tree renderer for vanilla Canvas 2D contexts
|
|
122
122
|
- [@thi.ng/hiccup-carbon-icons](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-carbon-icons) - Full set of IBM's Carbon icons in hiccup format
|
|
@@ -125,7 +125,7 @@ iterable
|
|
|
125
125
|
- [@thi.ng/hiccup-markdown](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-markdown) - Markdown parser & serializer from/to Hiccup format
|
|
126
126
|
- [@thi.ng/hiccup-svg](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-svg) - SVG element functions for [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) & [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom)
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
## Related packages
|
|
129
129
|
|
|
130
130
|
- [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom) - Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors
|
|
131
131
|
- [@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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.17",
|
|
4
4
|
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,19 +34,19 @@
|
|
|
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/errors": "^2.1
|
|
40
|
-
"@thi.ng/strings": "^3.3.
|
|
37
|
+
"@thi.ng/api": "^8.4.3",
|
|
38
|
+
"@thi.ng/checks": "^3.2.6",
|
|
39
|
+
"@thi.ng/errors": "^2.2.1",
|
|
40
|
+
"@thi.ng/strings": "^3.3.13"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@microsoft/api-extractor": "^7.
|
|
44
|
-
"@thi.ng/atom": "^5.1.
|
|
45
|
-
"@thi.ng/testament": "^0.
|
|
43
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
44
|
+
"@thi.ng/atom": "^5.1.16",
|
|
45
|
+
"@thi.ng/testament": "^0.3.1",
|
|
46
46
|
"rimraf": "^3.0.2",
|
|
47
47
|
"tools": "^0.0.1",
|
|
48
48
|
"typedoc": "^0.22.17",
|
|
49
|
-
"typescript": "^4.
|
|
49
|
+
"typescript": "^4.8.3"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
52
52
|
"array",
|
|
@@ -120,5 +120,5 @@
|
|
|
120
120
|
],
|
|
121
121
|
"year": 2016
|
|
122
122
|
},
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "8600007d81a7dc92634a1d54e2c32b14ab30ba80\n"
|
|
124
124
|
}
|