@thi.ng/rdom-canvas 0.4.37 → 0.4.39

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-11-23T22:46:54Z
3
+ - **Last updated**: 2022-11-30T22:27:38Z
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
@@ -59,7 +59,7 @@ node --experimental-repl-await
59
59
  > const rdomCanvas = await import("@thi.ng/rdom-canvas");
60
60
  ```
61
61
 
62
- Package sizes (gzipped, pre-treeshake): ESM: 743 bytes
62
+ Package sizes (brotli'd, pre-treeshake): ESM: 646 bytes
63
63
 
64
64
  ## Dependencies
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "0.4.37",
3
+ "version": "0.4.39",
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,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/adapt-dpi": "^2.2.2",
38
- "@thi.ng/api": "^8.5.0",
39
- "@thi.ng/associative": "^6.2.17",
40
- "@thi.ng/checks": "^3.3.3",
41
- "@thi.ng/hiccup-canvas": "^2.1.36",
42
- "@thi.ng/rdom": "^0.9.20",
43
- "@thi.ng/rstream": "^7.2.29",
44
- "@thi.ng/transducers": "^8.3.24"
37
+ "@thi.ng/adapt-dpi": "^2.2.3",
38
+ "@thi.ng/api": "^8.5.1",
39
+ "@thi.ng/associative": "^6.2.18",
40
+ "@thi.ng/checks": "^3.3.4",
41
+ "@thi.ng/hiccup-canvas": "^2.1.37",
42
+ "@thi.ng/rdom": "^0.10.1",
43
+ "@thi.ng/rstream": "^7.2.30",
44
+ "@thi.ng/transducers": "^8.3.25"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.33.5",
48
- "@thi.ng/testament": "^0.3.5",
48
+ "@thi.ng/testament": "^0.3.6",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
51
  "typedoc": "^0.23.20",
@@ -90,5 +90,5 @@
90
90
  "status": "alpha",
91
91
  "year": 2020
92
92
  },
93
- "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
93
+ "gitHead": "5178ea1d7f4b2de86cf5101bdd73f6567518c0bd\n"
94
94
  }