@thi.ng/hdom 9.4.29 → 9.4.31
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/README.md +3 -3
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 192 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -141,10 +141,10 @@ import * as hdom from "@thi.ng/hdom";
|
|
|
141
141
|
Browser ESM import:
|
|
142
142
|
|
|
143
143
|
```html
|
|
144
|
-
<script type="module" src="https://
|
|
144
|
+
<script type="module" src="https://esm.run/@thi.ng/hdom"></script>
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
[
|
|
147
|
+
[JSDelivr documentation](https://www.jsdelivr.com/)
|
|
148
148
|
|
|
149
149
|
You can use the
|
|
150
150
|
[create-hdom-app](https://github.com/thi-ng/create-hdom-app) project
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.31",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.
|
|
43
|
-
"@thi.ng/checks": "^3.6.
|
|
44
|
-
"@thi.ng/diff": "^5.1.
|
|
45
|
-
"@thi.ng/equiv": "^2.1.
|
|
46
|
-
"@thi.ng/errors": "^2.5.
|
|
47
|
-
"@thi.ng/hiccup": "^5.1.
|
|
48
|
-
"@thi.ng/logger": "^3.0.
|
|
49
|
-
"@thi.ng/prefixes": "^2.3.
|
|
42
|
+
"@thi.ng/api": "^8.11.0",
|
|
43
|
+
"@thi.ng/checks": "^3.6.2",
|
|
44
|
+
"@thi.ng/diff": "^5.1.67",
|
|
45
|
+
"@thi.ng/equiv": "^2.1.56",
|
|
46
|
+
"@thi.ng/errors": "^2.5.5",
|
|
47
|
+
"@thi.ng/hiccup": "^5.1.29",
|
|
48
|
+
"@thi.ng/logger": "^3.0.10",
|
|
49
|
+
"@thi.ng/prefixes": "^2.3.17"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@microsoft/api-extractor": "^7.43.0",
|
|
53
|
-
"@thi.ng/atom": "^5.2.
|
|
53
|
+
"@thi.ng/atom": "^5.2.44",
|
|
54
54
|
"esbuild": "^0.20.2",
|
|
55
55
|
"rimraf": "^5.0.5",
|
|
56
56
|
"typedoc": "^0.25.12",
|
|
@@ -132,5 +132,5 @@
|
|
|
132
132
|
"status": "completed",
|
|
133
133
|
"year": 2015
|
|
134
134
|
},
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
|
|
136
136
|
}
|