@thi.ng/hdom 9.2.1 → 9.2.2

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 +1 -1
  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**: 2022-12-22T21:47:07Z
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,
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.2",
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.2",
41
+ "@thi.ng/checks": "^3.3.6",
42
+ "@thi.ng/diff": "^5.1.21",
43
+ "@thi.ng/equiv": "^2.1.16",
44
+ "@thi.ng/errors": "^2.2.7",
45
+ "@thi.ng/hiccup": "^4.2.28",
46
+ "@thi.ng/logger": "^1.4.6",
47
+ "@thi.ng/prefixes": "^2.1.16"
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.27",
52
+ "@thi.ng/testament": "^0.3.8",
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": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
135
135
  }