@thi.ng/hdom-mock 2.1.166 → 2.1.167
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/index.js +1 -1
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { isFunction } from "@thi.ng/checks/is-function";
|
|
|
2
2
|
import { diffTree } from "@thi.ng/hdom/diff";
|
|
3
3
|
import { createTree, hydrateTree } from "@thi.ng/hdom/dom";
|
|
4
4
|
import { normalizeTree } from "@thi.ng/hdom/normalize";
|
|
5
|
-
const TEXT = Symbol();
|
|
5
|
+
const TEXT = /* @__PURE__ */ Symbol();
|
|
6
6
|
class HDOMNode {
|
|
7
7
|
/**
|
|
8
8
|
* Only real child nodes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom-mock",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.167",
|
|
4
4
|
"description": "Mock base implementation for @thi.ng/hdom API",
|
|
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/api": "^8.12.
|
|
43
|
-
"@thi.ng/checks": "^3.8.
|
|
44
|
-
"@thi.ng/hdom": "^9.4.
|
|
42
|
+
"@thi.ng/api": "^8.12.13",
|
|
43
|
+
"@thi.ng/checks": "^3.8.3",
|
|
44
|
+
"@thi.ng/hdom": "^9.4.100"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"esbuild": "^0.27.
|
|
48
|
-
"typedoc": "^0.28.
|
|
47
|
+
"esbuild": "^0.27.2",
|
|
48
|
+
"typedoc": "^0.28.16",
|
|
49
49
|
"typescript": "^5.9.3"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"status": "alpha",
|
|
73
73
|
"year": 2018
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
76
76
|
}
|