@thi.ng/hdom 9.2.1 → 9.2.3

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 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-20T16:33:11Z
3
+ - **Last updated**: 2023-01-10T15:20:19Z
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
@@ -62,7 +62,7 @@ instead...**
62
62
 
63
63
  ## About
64
64
 
65
- Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors
65
+ Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors.
66
66
 
67
67
  Lightweight UI component tree definition syntax, DOM creation and
68
68
  differential updates using only vanilla JS data structures (arrays,
@@ -1260,4 +1260,4 @@ If this project contributes to an academic publication, please cite it as:
1260
1260
 
1261
1261
  ## License
1262
1262
 
1263
- © 2015 - 2022 Karsten Schmidt // Apache License 2.0
1263
+ © 2015 - 2023 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom",
3
- "version": "9.2.1",
3
+ "version": "9.2.3",
4
4
  "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,19 +37,19 @@
37
37
  "test": "testament test"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.6.1",
41
- "@thi.ng/checks": "^3.3.5",
42
- "@thi.ng/diff": "^5.1.20",
43
- "@thi.ng/equiv": "^2.1.15",
44
- "@thi.ng/errors": "^2.2.6",
45
- "@thi.ng/hiccup": "^4.2.27",
46
- "@thi.ng/logger": "^1.4.5",
47
- "@thi.ng/prefixes": "^2.1.15"
40
+ "@thi.ng/api": "^8.6.3",
41
+ "@thi.ng/checks": "^3.3.7",
42
+ "@thi.ng/diff": "^5.1.22",
43
+ "@thi.ng/equiv": "^2.1.17",
44
+ "@thi.ng/errors": "^2.2.8",
45
+ "@thi.ng/hiccup": "^4.2.29",
46
+ "@thi.ng/logger": "^1.4.7",
47
+ "@thi.ng/prefixes": "^2.1.17"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.33.7",
51
- "@thi.ng/atom": "^5.1.26",
52
- "@thi.ng/testament": "^0.3.7",
51
+ "@thi.ng/atom": "^5.1.28",
52
+ "@thi.ng/testament": "^0.3.9",
53
53
  "rimraf": "^3.0.2",
54
54
  "tools": "^0.0.1",
55
55
  "typedoc": "^0.23.22",
@@ -131,5 +131,5 @@
131
131
  "status": "completed",
132
132
  "year": 2015
133
133
  },
134
- "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
134
+ "gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
135
135
  }