@thi.ng/hiccup-markdown 3.2.196 → 3.2.198
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/README.md +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
|
|
11
|
-
> This is one of
|
|
11
|
+
> This is one of 216 standalone projects. LLM-free, human-made and
|
|
12
12
|
> cared for software, maintained as part of the
|
|
13
13
|
> [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
|
|
14
14
|
> anti-framework.
|
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.198",
|
|
4
4
|
"description": "Markdown parser & serializer from/to Hiccup format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/arrays": "^2.14.
|
|
45
|
-
"@thi.ng/checks": "^3.
|
|
46
|
-
"@thi.ng/defmulti": "^3.0.
|
|
47
|
-
"@thi.ng/emoji": "^1.0.
|
|
48
|
-
"@thi.ng/errors": "^2.6.
|
|
49
|
-
"@thi.ng/hiccup": "^5.4.
|
|
50
|
-
"@thi.ng/logger": "^3.3.
|
|
51
|
-
"@thi.ng/parse": "^2.6.
|
|
52
|
-
"@thi.ng/strings": "^3.12.
|
|
53
|
-
"@thi.ng/text-canvas": "^3.0.
|
|
43
|
+
"@thi.ng/api": "^8.12.26",
|
|
44
|
+
"@thi.ng/arrays": "^2.14.23",
|
|
45
|
+
"@thi.ng/checks": "^3.10.0",
|
|
46
|
+
"@thi.ng/defmulti": "^3.0.103",
|
|
47
|
+
"@thi.ng/emoji": "^1.0.44",
|
|
48
|
+
"@thi.ng/errors": "^2.6.15",
|
|
49
|
+
"@thi.ng/hiccup": "^5.4.11",
|
|
50
|
+
"@thi.ng/logger": "^3.3.9",
|
|
51
|
+
"@thi.ng/parse": "^2.6.58",
|
|
52
|
+
"@thi.ng/strings": "^3.12.8",
|
|
53
|
+
"@thi.ng/text-canvas": "^3.0.125"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"esbuild": "^0.28.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
],
|
|
103
103
|
"year": 2018
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
|
|
106
106
|
}
|