@thi.ng/hiccup-markdown 3.2.72 → 3.2.74

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/api.d.ts +1 -1
  3. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-07T20:40:47Z
3
+ - **Last updated**: 2024-03-13T14:04:31Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/api.d.ts CHANGED
@@ -263,7 +263,7 @@ export interface TagTransforms {
263
263
  * have `index=0`. The first data row `index=1`.
264
264
  *
265
265
  * @param ctx
266
- * @param body
266
+ * @param cells
267
267
  */
268
268
  tableRow(ctx: TransformCtx, cells: any[]): any;
269
269
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-markdown",
3
- "version": "3.2.72",
3
+ "version": "3.2.74",
4
4
  "description": "Markdown parser & serializer from/to Hiccup format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,24 +36,24 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.28",
40
- "@thi.ng/arrays": "^2.8.6",
41
- "@thi.ng/checks": "^3.5.2",
42
- "@thi.ng/defmulti": "^3.0.29",
43
- "@thi.ng/emoji": "^0.1.32",
44
- "@thi.ng/errors": "^2.4.20",
45
- "@thi.ng/hiccup": "^5.1.19",
46
- "@thi.ng/logger": "^3.0.5",
47
- "@thi.ng/parse": "^2.4.30",
48
- "@thi.ng/strings": "^3.7.21",
49
- "@thi.ng/text-canvas": "^3.0.8"
39
+ "@thi.ng/api": "^8.9.30",
40
+ "@thi.ng/arrays": "^2.8.8",
41
+ "@thi.ng/checks": "^3.5.3",
42
+ "@thi.ng/defmulti": "^3.0.31",
43
+ "@thi.ng/emoji": "^0.1.33",
44
+ "@thi.ng/errors": "^2.5.0",
45
+ "@thi.ng/hiccup": "^5.1.21",
46
+ "@thi.ng/logger": "^3.0.6",
47
+ "@thi.ng/parse": "^2.4.32",
48
+ "@thi.ng/strings": "^3.7.23",
49
+ "@thi.ng/text-canvas": "^3.0.10"
50
50
  },
51
51
  "devDependencies": {
52
- "@microsoft/api-extractor": "^7.40.1",
53
- "esbuild": "^0.20.0",
52
+ "@microsoft/api-extractor": "^7.42.3",
53
+ "esbuild": "^0.20.1",
54
54
  "rimraf": "^5.0.5",
55
- "typedoc": "^0.25.7",
56
- "typescript": "^5.3.3"
55
+ "typedoc": "^0.25.12",
56
+ "typescript": "^5.4.2"
57
57
  },
58
58
  "keywords": [
59
59
  "ast",
@@ -99,5 +99,5 @@
99
99
  ],
100
100
  "year": 2018
101
101
  },
102
- "gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
102
+ "gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
103
103
  }