@thi.ng/transducers-hdom 3.1.163 → 3.1.164

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-13T16:03:11Z
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/index.d.ts CHANGED
@@ -7,7 +7,7 @@ import type { Transducer } from "@thi.ng/transducers";
7
7
  * root element.
8
8
  *
9
9
  * By default, incoming values are first normalized using hdom's
10
- * [`normalizeTree()`](https://docs.thi.ng/umbrella/hdom/functions/normalizeTree.html)
10
+ * [`normalizeTree`](https://docs.thi.ng/umbrella/hdom/functions/normalizeTree.html)
11
11
  * function and a copy of the given (optional) `ctx` object is provided to all
12
12
  * embedded component functions in the tree. If the `autoDerefKeys` option is
13
13
  * given, attempts to auto-expand/deref the given keys in the user supplied
@@ -33,7 +33,7 @@ import type { Transducer } from "@thi.ng/transducers";
33
33
  * trees).
34
34
  *
35
35
  * Please see here for further details:
36
- * [`start()`](https://docs.thi.ng/umbrella/hdom/functions/start.html)
36
+ * [`start`](https://docs.thi.ng/umbrella/hdom/functions/start.html)
37
37
  *
38
38
  * @param opts - hdom options
39
39
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-hdom",
3
- "version": "3.1.163",
3
+ "version": "3.1.164",
4
4
  "description": "Transducer based UI updater for @thi.ng/hdom",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,13 +39,13 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/hdom": "^9.4.62",
43
- "@thi.ng/hiccup": "^5.3.2",
44
- "@thi.ng/transducers": "^9.2.17"
42
+ "@thi.ng/hdom": "^9.4.63",
43
+ "@thi.ng/hiccup": "^5.3.3",
44
+ "@thi.ng/transducers": "^9.2.18"
45
45
  },
46
46
  "devDependencies": {
47
- "esbuild": "^0.24.2",
48
- "typedoc": "^0.27.6",
47
+ "esbuild": "^0.25.0",
48
+ "typedoc": "^0.27.7",
49
49
  "typescript": "^5.7.3"
50
50
  },
51
51
  "keywords": [
@@ -81,5 +81,5 @@
81
81
  ],
82
82
  "year": 2018
83
83
  },
84
- "gitHead": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n"
84
+ "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
85
85
  }