@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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +3 -3
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-08T14:59:29Z
3
+ - **Last updated**: 2024-04-20T14:42:45Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 191 standalone projects, maintained as part
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://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.29",
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.10.0",
43
- "@thi.ng/checks": "^3.6.0",
44
- "@thi.ng/diff": "^5.1.65",
45
- "@thi.ng/equiv": "^2.1.54",
46
- "@thi.ng/errors": "^2.5.3",
47
- "@thi.ng/hiccup": "^5.1.27",
48
- "@thi.ng/logger": "^3.0.8",
49
- "@thi.ng/prefixes": "^2.3.15"
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.42",
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": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
135
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
136
136
  }