@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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/diff.d.ts +1 -1
  3. package/package.json +13 -13
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/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()`](https://docs.thi.ng/umbrella/equiv/functions/equiv.html) which
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.62",
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.19",
46
- "@thi.ng/checks": "^3.6.22",
47
- "@thi.ng/diff": "^5.1.86",
48
- "@thi.ng/equiv": "^2.1.75",
49
- "@thi.ng/errors": "^2.5.25",
50
- "@thi.ng/hiccup": "^5.3.2",
51
- "@thi.ng/logger": "^3.1.0",
52
- "@thi.ng/prefixes": "^2.3.36"
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.20",
56
- "esbuild": "^0.24.2",
57
- "typedoc": "^0.27.6",
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": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n"
136
+ "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
137
137
  }