@thi.ng/hdom 9.4.12 → 9.4.14
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 +7 -1
- package/README.md +11 -1
- package/logger.d.ts +1 -3
- package/logger.js +3 -5
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2024-
|
|
3
|
+
- **Last updated**: 2024-02-16T20:01:44Z
|
|
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.
|
|
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
|
|
|
9
9
|
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
|
10
10
|
and/or version bumps of transitive dependencies.
|
|
11
11
|
|
|
12
|
+
### [9.4.14](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.4.14) (2024-02-16)
|
|
13
|
+
|
|
14
|
+
#### ♻️ Refactoring
|
|
15
|
+
|
|
16
|
+
- update LOGGER handling ([83ea177](https://github.com/thi-ng/umbrella/commit/83ea177))
|
|
17
|
+
|
|
12
18
|
## [9.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.4.0) (2023-12-11)
|
|
13
19
|
|
|
14
20
|
#### 🚀 Features
|
package/README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
<!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> ‼️ Announcing the thi.ng user survey 2024 📋
|
|
5
|
+
>
|
|
6
|
+
> [Please participate in the survey here!](https://forms.gle/XacbSDEmQMPZg8197)\
|
|
7
|
+
> (open until end of February)
|
|
8
|
+
>
|
|
9
|
+
> **To achieve a better sample size, I'd highly appreciate if you could
|
|
10
|
+
> circulate the link to this survey in your own networks.**
|
|
11
|
+
>
|
|
12
|
+
> [Discussion](https://github.com/thi-ng/umbrella/discussions/447)
|
|
3
13
|
|
|
4
14
|
# 
|
|
5
15
|
|
|
@@ -162,7 +172,7 @@ yarn install
|
|
|
162
172
|
yarn start
|
|
163
173
|
```
|
|
164
174
|
|
|
165
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 3.
|
|
175
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 3.48 KB
|
|
166
176
|
|
|
167
177
|
## Dependencies
|
|
168
178
|
|
package/logger.d.ts
CHANGED
package/logger.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
const setLogger = (logger) => LOGGER = logger;
|
|
1
|
+
import { ROOT } from "@thi.ng/logger/root";
|
|
2
|
+
const LOGGER = ROOT.childLogger("hdom");
|
|
4
3
|
export {
|
|
5
|
-
LOGGER
|
|
6
|
-
setLogger
|
|
4
|
+
LOGGER
|
|
7
5
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.14",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"test": "bun test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.9.
|
|
42
|
-
"@thi.ng/checks": "^3.4.
|
|
43
|
-
"@thi.ng/diff": "^5.1.
|
|
44
|
-
"@thi.ng/equiv": "^2.1.
|
|
45
|
-
"@thi.ng/errors": "^2.4.
|
|
46
|
-
"@thi.ng/hiccup": "^5.1.
|
|
47
|
-
"@thi.ng/logger": "^
|
|
48
|
-
"@thi.ng/prefixes": "^2.3.
|
|
41
|
+
"@thi.ng/api": "^8.9.23",
|
|
42
|
+
"@thi.ng/checks": "^3.4.23",
|
|
43
|
+
"@thi.ng/diff": "^5.1.56",
|
|
44
|
+
"@thi.ng/equiv": "^2.1.47",
|
|
45
|
+
"@thi.ng/errors": "^2.4.16",
|
|
46
|
+
"@thi.ng/hiccup": "^5.1.12",
|
|
47
|
+
"@thi.ng/logger": "^3.0.0",
|
|
48
|
+
"@thi.ng/prefixes": "^2.3.8"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@microsoft/api-extractor": "^7.
|
|
52
|
-
"@thi.ng/atom": "^5.2.
|
|
53
|
-
"esbuild": "^0.
|
|
51
|
+
"@microsoft/api-extractor": "^7.40.1",
|
|
52
|
+
"@thi.ng/atom": "^5.2.30",
|
|
53
|
+
"esbuild": "^0.20.0",
|
|
54
54
|
"rimraf": "^5.0.5",
|
|
55
|
-
"typedoc": "^0.25.
|
|
55
|
+
"typedoc": "^0.25.7",
|
|
56
56
|
"typescript": "^5.3.3"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"status": "completed",
|
|
132
132
|
"year": 2015
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
|
|
135
135
|
}
|