@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 +1 -1
- package/index.d.ts +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
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
|
|
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
|
|
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.
|
|
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.
|
|
43
|
-
"@thi.ng/hiccup": "^5.3.
|
|
44
|
-
"@thi.ng/transducers": "^9.2.
|
|
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.
|
|
48
|
-
"typedoc": "^0.27.
|
|
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": "
|
|
84
|
+
"gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
|
|
85
85
|
}
|