@thi.ng/hdom 9.4.62 → 9.4.63
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/diff.d.ts +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/diff.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export declare const diffAttributes: <T>(impl: HDOMImplementation<T>, el: T, pre
|
|
|
36
36
|
export declare const releaseTree: (tree: any) => void;
|
|
37
37
|
/**
|
|
38
38
|
* Customized version
|
|
39
|
-
* [`equiv
|
|
39
|
+
* [`equiv`](https://docs.thi.ng/umbrella/equiv/functions/equiv.html) which
|
|
40
40
|
* takes `__diff` attributes into account (at any nesting level). If an hdom
|
|
41
41
|
* element's attribute object contains `__diff: false`, the object will ALWAYS
|
|
42
42
|
* be considered unequal, even if all other attributes in the object are
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.63",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@thi.ng/api": "^8.11.
|
|
46
|
-
"@thi.ng/checks": "^3.6.
|
|
47
|
-
"@thi.ng/diff": "^5.1.
|
|
48
|
-
"@thi.ng/equiv": "^2.1.
|
|
49
|
-
"@thi.ng/errors": "^2.5.
|
|
50
|
-
"@thi.ng/hiccup": "^5.3.
|
|
51
|
-
"@thi.ng/logger": "^3.1.
|
|
52
|
-
"@thi.ng/prefixes": "^2.3.
|
|
45
|
+
"@thi.ng/api": "^8.11.20",
|
|
46
|
+
"@thi.ng/checks": "^3.6.23",
|
|
47
|
+
"@thi.ng/diff": "^5.1.87",
|
|
48
|
+
"@thi.ng/equiv": "^2.1.76",
|
|
49
|
+
"@thi.ng/errors": "^2.5.26",
|
|
50
|
+
"@thi.ng/hiccup": "^5.3.3",
|
|
51
|
+
"@thi.ng/logger": "^3.1.1",
|
|
52
|
+
"@thi.ng/prefixes": "^2.3.37"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@thi.ng/atom": "^5.3.
|
|
56
|
-
"esbuild": "^0.
|
|
57
|
-
"typedoc": "^0.27.
|
|
55
|
+
"@thi.ng/atom": "^5.3.21",
|
|
56
|
+
"esbuild": "^0.25.0",
|
|
57
|
+
"typedoc": "^0.27.7",
|
|
58
58
|
"typescript": "^5.7.3"
|
|
59
59
|
},
|
|
60
60
|
"keywords": [
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"status": "completed",
|
|
134
134
|
"year": 2015
|
|
135
135
|
},
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
|
|
137
137
|
}
|