@thi.ng/hdom 9.3.23 → 9.3.25

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-23T07:37:37Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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/README.md CHANGED
@@ -172,11 +172,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 3.42 KB
172
172
 
173
173
  ## Usage examples
174
174
 
175
- Several demos in this repo's
175
+ Several projects in this repo's
176
176
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
177
- directory are using this package.
178
-
179
- A selection:
177
+ directory are using this package:
180
178
 
181
179
  | Screenshot | Description | Live demo | Source |
182
180
  |:-------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom",
3
- "version": "9.3.23",
3
+ "version": "9.3.25",
4
4
  "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,14 +41,14 @@
41
41
  "@thi.ng/checks": "^3.4.6",
42
42
  "@thi.ng/diff": "^5.1.39",
43
43
  "@thi.ng/equiv": "^2.1.31",
44
- "@thi.ng/errors": "^2.3.6",
45
- "@thi.ng/hiccup": "^5.0.2",
44
+ "@thi.ng/errors": "^2.4.0",
45
+ "@thi.ng/hiccup": "^5.0.4",
46
46
  "@thi.ng/logger": "^1.4.22",
47
47
  "@thi.ng/prefixes": "^2.2.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.38.0",
51
- "@thi.ng/atom": "^5.2.10",
51
+ "@thi.ng/atom": "^5.2.12",
52
52
  "@thi.ng/testament": "^0.3.24",
53
53
  "rimraf": "^5.0.5",
54
54
  "tools": "^0.0.1",
@@ -131,5 +131,5 @@
131
131
  "status": "completed",
132
132
  "year": 2015
133
133
  },
134
- "gitHead": "8d46d9326a9f9b81d65e7e274446f5964f9942ac\n"
134
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
135
135
  }