@thi.ng/hdom 9.1.16 → 9.1.17

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 +5 -5
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-01T14:53:59Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![hdom](https://media.thi.ng/umbrella/banners/thing-hdom.svg?50a72fa5)
3
+ # ![hdom](https://media.thi.ng/umbrella/banners-20220914/thing-hdom.svg?20749d2d)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/hdom.svg)](https://www.npmjs.com/package/@thi.ng/hdom)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/hdom.svg)
@@ -10,8 +10,8 @@ This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
11
11
 
12
12
  - [About](#about)
13
- - [Status](#status)
14
- - [Support packages](#support-packages)
13
+ - [Status](#status)
14
+ - [Support packages](#support-packages)
15
15
  - [Blog posts](#blog-posts)
16
16
  - [Installation](#installation)
17
17
  - [Dependencies](#dependencies)
@@ -96,13 +96,13 @@ Benefits:
96
96
  - Fast (see [benchmark examples](#benchmarks) below)
97
97
  - Only ~6.2KB gzipped
98
98
 
99
- ### Status
99
+ ## Status
100
100
 
101
101
  **STABLE** - used in production
102
102
 
103
103
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bhdom%5D+in%3Atitle)
104
104
 
105
- ### Support packages
105
+ ## Support packages
106
106
 
107
107
  - [@thi.ng/hdom-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom-canvas) - [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom) component wrapper for declarative canvas scenegraphs
108
108
  - [@thi.ng/hdom-components](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom-components) - Raw, skinnable UI & SVG components for [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom",
3
- "version": "9.1.16",
3
+ "version": "9.1.17",
4
4
  "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,23 +34,23 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.1",
38
- "@thi.ng/checks": "^3.2.4",
39
- "@thi.ng/diff": "^5.1.11",
40
- "@thi.ng/equiv": "^2.1.9",
41
- "@thi.ng/errors": "^2.1.10",
42
- "@thi.ng/hiccup": "^4.2.15",
43
- "@thi.ng/logger": "^1.2.1",
44
- "@thi.ng/prefixes": "^2.1.9"
37
+ "@thi.ng/api": "^8.4.2",
38
+ "@thi.ng/checks": "^3.2.5",
39
+ "@thi.ng/diff": "^5.1.12",
40
+ "@thi.ng/equiv": "^2.1.10",
41
+ "@thi.ng/errors": "^2.2.0",
42
+ "@thi.ng/hiccup": "^4.2.16",
43
+ "@thi.ng/logger": "^1.3.0",
44
+ "@thi.ng/prefixes": "^2.1.10"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.25.0",
48
- "@thi.ng/atom": "^5.1.14",
49
- "@thi.ng/testament": "^0.2.12",
47
+ "@microsoft/api-extractor": "^7.31.1",
48
+ "@thi.ng/atom": "^5.1.15",
49
+ "@thi.ng/testament": "^0.3.0",
50
50
  "rimraf": "^3.0.2",
51
51
  "tools": "^0.0.1",
52
52
  "typedoc": "^0.22.17",
53
- "typescript": "^4.7.4"
53
+ "typescript": "^4.8.3"
54
54
  },
55
55
  "keywords": [
56
56
  "array",
@@ -124,5 +124,5 @@
124
124
  ],
125
125
  "year": 2015
126
126
  },
127
- "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
127
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
128
128
  }