@thi.ng/rdom-canvas 0.5.83 → 0.5.84
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 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -118,10 +118,10 @@ import * as rc from "@thi.ng/rdom-canvas";
|
|
|
118
118
|
Browser ESM import:
|
|
119
119
|
|
|
120
120
|
```html
|
|
121
|
-
<script type="module" src="https://
|
|
121
|
+
<script type="module" src="https://esm.run/@thi.ng/rdom-canvas"></script>
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
[
|
|
124
|
+
[JSDelivr documentation](https://www.jsdelivr.com/)
|
|
125
125
|
|
|
126
126
|
Package sizes (brotli'd, pre-treeshake): ESM: 694 bytes
|
|
127
127
|
|
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.84",
|
|
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,13 +36,13 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.
|
|
40
|
-
"@thi.ng/associative": "^6.3.
|
|
41
|
-
"@thi.ng/canvas": "^0.2.
|
|
42
|
-
"@thi.ng/checks": "^3.6.
|
|
43
|
-
"@thi.ng/hiccup-canvas": "^2.5.
|
|
44
|
-
"@thi.ng/rdom": "^1.
|
|
45
|
-
"@thi.ng/rstream": "^8.4.
|
|
39
|
+
"@thi.ng/api": "^8.11.0",
|
|
40
|
+
"@thi.ng/associative": "^6.3.57",
|
|
41
|
+
"@thi.ng/canvas": "^0.2.17",
|
|
42
|
+
"@thi.ng/checks": "^3.6.2",
|
|
43
|
+
"@thi.ng/hiccup-canvas": "^2.5.36",
|
|
44
|
+
"@thi.ng/rdom": "^1.3.0",
|
|
45
|
+
"@thi.ng/rstream": "^8.4.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/api-extractor": "^7.43.0",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"status": "alpha",
|
|
93
93
|
"year": 2020
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
|
|
96
96
|
}
|