@thi.ng/hiccup-markdown 3.2.91 → 3.2.93
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 -3
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
<!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/hiccup-markdown)
|
|
6
6
|

|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 198 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -564,9 +564,11 @@ Package sizes (brotli'd, pre-treeshake): ESM: 4.60 KB
|
|
|
564
564
|
- [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
|
|
565
565
|
- [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas)
|
|
566
566
|
|
|
567
|
+
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
568
|
+
|
|
567
569
|
## Usage examples
|
|
568
570
|
|
|
569
|
-
|
|
571
|
+
Two projects in this repo's
|
|
570
572
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
571
573
|
directory are using this package:
|
|
572
574
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup-markdown",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.93",
|
|
4
4
|
"description": "Markdown parser & serializer from/to Hiccup format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/arrays": "^2.9.
|
|
41
|
-
"@thi.ng/checks": "^3.6.
|
|
42
|
-
"@thi.ng/defmulti": "^3.0.
|
|
43
|
-
"@thi.ng/emoji": "^0.1.
|
|
44
|
-
"@thi.ng/errors": "^2.5.
|
|
45
|
-
"@thi.ng/hiccup": "^5.2.
|
|
46
|
-
"@thi.ng/logger": "^3.0.
|
|
47
|
-
"@thi.ng/parse": "^2.4.
|
|
48
|
-
"@thi.ng/strings": "^3.
|
|
49
|
-
"@thi.ng/text-canvas": "^3.0.
|
|
39
|
+
"@thi.ng/api": "^8.11.7",
|
|
40
|
+
"@thi.ng/arrays": "^2.9.12",
|
|
41
|
+
"@thi.ng/checks": "^3.6.9",
|
|
42
|
+
"@thi.ng/defmulti": "^3.0.45",
|
|
43
|
+
"@thi.ng/emoji": "^0.1.44",
|
|
44
|
+
"@thi.ng/errors": "^2.5.13",
|
|
45
|
+
"@thi.ng/hiccup": "^5.2.7",
|
|
46
|
+
"@thi.ng/logger": "^3.0.17",
|
|
47
|
+
"@thi.ng/parse": "^2.4.48",
|
|
48
|
+
"@thi.ng/strings": "^3.8.1",
|
|
49
|
+
"@thi.ng/text-canvas": "^3.0.29"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@microsoft/api-extractor": "^7.47.0",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
],
|
|
100
100
|
"year": 2018
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n"
|
|
103
103
|
}
|