@thi.ng/hdom-canvas 4.1.6 → 4.1.9
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 +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ node --experimental-repl-await
|
|
|
82
82
|
> const hdomCanvas = await import("@thi.ng/hdom-canvas");
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
Package sizes (gzipped, pre-treeshake): ESM:
|
|
85
|
+
Package sizes (gzipped, pre-treeshake): ESM: 914 bytes
|
|
86
86
|
|
|
87
87
|
## Dependencies
|
|
88
88
|
|
|
@@ -309,4 +309,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
309
309
|
|
|
310
310
|
## License
|
|
311
311
|
|
|
312
|
-
© 2018 -
|
|
312
|
+
© 2018 - 2022 Karsten Schmidt // Apache Software License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom-canvas",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.9",
|
|
4
4
|
"description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.3.
|
|
38
|
-
"@thi.ng/checks": "^3.1.
|
|
39
|
-
"@thi.ng/diff": "^5.1.
|
|
40
|
-
"@thi.ng/errors": "^2.1.
|
|
41
|
-
"@thi.ng/hdom": "^9.1.
|
|
42
|
-
"@thi.ng/hiccup-canvas": "^2.1.
|
|
37
|
+
"@thi.ng/api": "^8.3.5",
|
|
38
|
+
"@thi.ng/checks": "^3.1.5",
|
|
39
|
+
"@thi.ng/diff": "^5.1.5",
|
|
40
|
+
"@thi.ng/errors": "^2.1.5",
|
|
41
|
+
"@thi.ng/hdom": "^9.1.6",
|
|
42
|
+
"@thi.ng/hiccup-canvas": "^2.1.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@microsoft/api-extractor": "^7.19.
|
|
46
|
-
"@thi.ng/testament": "^0.2.
|
|
45
|
+
"@microsoft/api-extractor": "^7.19.4",
|
|
46
|
+
"@thi.ng/testament": "^0.2.5",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"tools": "^0.0.1",
|
|
49
|
-
"typedoc": "^0.22.
|
|
50
|
-
"typescript": "^4.
|
|
49
|
+
"typedoc": "^0.22.13",
|
|
50
|
+
"typescript": "^4.6.2"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
53
53
|
"array",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
],
|
|
76
76
|
"exports": {
|
|
77
77
|
".": {
|
|
78
|
-
"
|
|
78
|
+
"default": "./index.js"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"thi.ng": {
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
],
|
|
90
90
|
"year": 2018
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n"
|
|
93
93
|
}
|