@thi.ng/hdom-canvas 4.1.39 → 4.1.40

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.
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
@@ -27,7 +27,7 @@ This project is part of the
27
27
 
28
28
  ## About
29
29
 
30
- @thi.ng/hdom component wrapper for declarative canvas scenegraphs
30
+ [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom) component wrapper for declarative canvas scenegraphs.
31
31
 
32
32
  This package provides a [re-usable canvas
33
33
  component](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom-canvas/src/index.ts#L66),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom-canvas",
3
- "version": "4.1.39",
3
+ "version": "4.1.40",
4
4
  "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,16 +37,16 @@
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/errors": "^2.2.6",
44
- "@thi.ng/hdom": "^9.2.1",
45
- "@thi.ng/hiccup-canvas": "^2.1.39"
40
+ "@thi.ng/api": "^8.6.2",
41
+ "@thi.ng/checks": "^3.3.6",
42
+ "@thi.ng/diff": "^5.1.21",
43
+ "@thi.ng/errors": "^2.2.7",
44
+ "@thi.ng/hdom": "^9.2.2",
45
+ "@thi.ng/hiccup-canvas": "^2.1.40"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.33.7",
49
- "@thi.ng/testament": "^0.3.7",
49
+ "@thi.ng/testament": "^0.3.8",
50
50
  "rimraf": "^3.0.2",
51
51
  "tools": "^0.0.1",
52
52
  "typedoc": "^0.23.22",
@@ -92,5 +92,5 @@
92
92
  ],
93
93
  "year": 2018
94
94
  },
95
- "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
95
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
96
96
  }