@thi.ng/hdom 9.4.30 → 9.4.32
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 +2 -2
- package/package.json +12 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -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.32",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"build": "yarn build:esbuild && yarn build:decl",
|
|
31
31
|
"build:decl": "tsc --declaration --emitDeclarationOnly",
|
|
32
32
|
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
33
|
-
"clean": "
|
|
33
|
+
"clean": "bun ../../tools/src/clean-package.ts",
|
|
34
34
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
35
35
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
36
36
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
@@ -39,20 +39,19 @@
|
|
|
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.1",
|
|
43
|
+
"@thi.ng/checks": "^3.6.3",
|
|
44
|
+
"@thi.ng/diff": "^5.1.68",
|
|
45
|
+
"@thi.ng/equiv": "^2.1.57",
|
|
46
|
+
"@thi.ng/errors": "^2.5.6",
|
|
47
|
+
"@thi.ng/hiccup": "^5.1.30",
|
|
48
|
+
"@thi.ng/logger": "^3.0.11",
|
|
49
|
+
"@thi.ng/prefixes": "^2.3.18"
|
|
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.45",
|
|
54
54
|
"esbuild": "^0.20.2",
|
|
55
|
-
"rimraf": "^5.0.5",
|
|
56
55
|
"typedoc": "^0.25.12",
|
|
57
56
|
"typescript": "^5.4.3"
|
|
58
57
|
},
|
|
@@ -132,5 +131,5 @@
|
|
|
132
131
|
"status": "completed",
|
|
133
132
|
"year": 2015
|
|
134
133
|
},
|
|
135
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
|
|
136
135
|
}
|