@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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +12 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-23T07:02:18Z
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
@@ -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://cdn.skypack.dev/@thi.ng/hdom"></script>
144
+ <script type="module" src="https://esm.run/@thi.ng/hdom"></script>
145
145
  ```
146
146
 
147
- [Skypack documentation](https://docs.skypack.dev/)
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.30",
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": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
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.10.1",
43
- "@thi.ng/checks": "^3.6.1",
44
- "@thi.ng/diff": "^5.1.66",
45
- "@thi.ng/equiv": "^2.1.55",
46
- "@thi.ng/errors": "^2.5.4",
47
- "@thi.ng/hiccup": "^5.1.28",
48
- "@thi.ng/logger": "^3.0.9",
49
- "@thi.ng/prefixes": "^2.3.16"
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.43",
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": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
134
+ "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
136
135
  }