@thi.ng/hdom 9.4.56 → 9.4.57

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-14T12:23:33Z
3
+ - **Last updated**: 2025-01-21T11:16:50Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom",
3
- "version": "9.4.56",
3
+ "version": "9.4.57",
4
4
  "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -48,7 +48,7 @@
48
48
  "@thi.ng/diff": "^5.1.83",
49
49
  "@thi.ng/equiv": "^2.1.72",
50
50
  "@thi.ng/errors": "^2.5.22",
51
- "@thi.ng/hiccup": "^5.2.23",
51
+ "@thi.ng/hiccup": "^5.2.24",
52
52
  "@thi.ng/logger": "^3.0.27",
53
53
  "@thi.ng/prefixes": "^2.3.33"
54
54
  },
@@ -135,5 +135,5 @@
135
135
  "status": "completed",
136
136
  "year": 2015
137
137
  },
138
- "gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n"
138
+ "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
139
139
  }