@thi.ng/rdom-canvas 0.5.32 → 0.5.33
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 +2 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -133,11 +133,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 596 bytes
|
|
|
133
133
|
|
|
134
134
|
## Usage examples
|
|
135
135
|
|
|
136
|
-
Several
|
|
136
|
+
Several projects in this repo's
|
|
137
137
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
138
|
-
directory are using this package
|
|
139
|
-
|
|
140
|
-
A selection:
|
|
138
|
+
directory are using this package:
|
|
141
139
|
|
|
142
140
|
| Screenshot | Description | Live demo | Source |
|
|
143
141
|
|:--------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------|
|
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.33",
|
|
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",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/adapt-dpi": "^2.2.
|
|
37
|
+
"@thi.ng/adapt-dpi": "^2.2.22",
|
|
38
38
|
"@thi.ng/api": "^8.9.6",
|
|
39
|
-
"@thi.ng/associative": "^6.3.
|
|
39
|
+
"@thi.ng/associative": "^6.3.16",
|
|
40
40
|
"@thi.ng/checks": "^3.4.6",
|
|
41
|
-
"@thi.ng/hiccup-canvas": "^2.4.
|
|
42
|
-
"@thi.ng/rdom": "^0.12.
|
|
43
|
-
"@thi.ng/rstream": "^8.2.
|
|
41
|
+
"@thi.ng/hiccup-canvas": "^2.4.4",
|
|
42
|
+
"@thi.ng/rdom": "^0.12.18",
|
|
43
|
+
"@thi.ng/rstream": "^8.2.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"status": "alpha",
|
|
90
90
|
"year": 2020
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
93
93
|
}
|