@thi.ng/rdom-canvas 0.5.0 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-04-08T11:09:50Z
3
+ - **Last updated**: 2023-04-25T15:38:18Z
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
@@ -36,7 +36,7 @@ value. The size of the canvas can be given as a subscription too and if so will
36
36
  also automatically trigger resizing of the canvas.
37
37
 
38
38
  The geometry to rendered to the canvas is expressed as
39
- [thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/),
39
+ [thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup),
40
40
  specifically the flavor used by
41
41
  [thi.ng/hiccup-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-canvas),
42
42
  which (not just coincidentally) is the same as also used by
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,12 +35,12 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/adapt-dpi": "^2.2.11",
38
- "@thi.ng/api": "^8.7.6",
39
- "@thi.ng/associative": "^6.2.34",
38
+ "@thi.ng/api": "^8.8.0",
39
+ "@thi.ng/associative": "^6.2.36",
40
40
  "@thi.ng/checks": "^3.3.12",
41
- "@thi.ng/hiccup-canvas": "^2.3.0",
42
- "@thi.ng/rdom": "^0.11.0",
43
- "@thi.ng/rstream": "^8.0.0"
41
+ "@thi.ng/hiccup-canvas": "^2.3.2",
42
+ "@thi.ng/rdom": "^0.11.2",
43
+ "@thi.ng/rstream": "^8.0.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.34.4",
@@ -89,5 +89,5 @@
89
89
  "status": "alpha",
90
90
  "year": 2020
91
91
  },
92
- "gitHead": "abcedd9e4e06a4b631f363610eec572f79b571c1\n"
92
+ "gitHead": "ca22f02a137c0a4e3a38ef81e82e2bc7e3c43849\n"
93
93
  }