@thi.ng/rdom-canvas 0.5.1 → 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 +1 -1
- package/README.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
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.
|
|
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",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@thi.ng/adapt-dpi": "^2.2.11",
|
|
38
38
|
"@thi.ng/api": "^8.8.0",
|
|
39
|
-
"@thi.ng/associative": "^6.2.
|
|
39
|
+
"@thi.ng/associative": "^6.2.36",
|
|
40
40
|
"@thi.ng/checks": "^3.3.12",
|
|
41
|
-
"@thi.ng/hiccup-canvas": "^2.3.
|
|
42
|
-
"@thi.ng/rdom": "^0.11.
|
|
43
|
-
"@thi.ng/rstream": "^8.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": "
|
|
92
|
+
"gitHead": "ca22f02a137c0a4e3a38ef81e82e2bc7e3c43849\n"
|
|
93
93
|
}
|