@thi.ng/rdom-canvas 0.5.50 → 0.5.52

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-31T09:44:24Z
3
+ - **Last updated**: 2024-01-26T18:03:04Z
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
@@ -173,4 +173,4 @@ If this project contributes to an academic publication, please cite it as:
173
173
 
174
174
  ## License
175
175
 
176
- © 2020 - 2023 Karsten Schmidt // Apache License 2.0
176
+ © 2020 - 2024 Karsten Schmidt // Apache License 2.0
package/index.d.ts CHANGED
@@ -24,7 +24,8 @@ export interface CanvasOpts {
24
24
  }
25
25
  /**
26
26
  * Reactive [thi.ng/hiccup-canvas](https://thi.ng/hiccup-canvas) component
27
- * wrapper. Returns a canvas component wrapped in a {@link $sub} and
27
+ * wrapper. Returns a canvas component wrapped in a
28
+ * [$sub](https://docs.thi.ng/umbrella/rdom/functions/_sub-1.html) and
28
29
  * updates/re-renders canvas with each new input received from `body`.
29
30
  *
30
31
  * @remarks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "0.5.50",
3
+ "version": "0.5.52",
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",
@@ -35,13 +35,13 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.16",
39
- "@thi.ng/associative": "^6.3.29",
40
- "@thi.ng/canvas": "^0.1.3",
41
- "@thi.ng/checks": "^3.4.16",
42
- "@thi.ng/hiccup-canvas": "^2.5.4",
43
- "@thi.ng/rdom": "^0.14.1",
44
- "@thi.ng/rstream": "^8.2.19"
38
+ "@thi.ng/api": "^8.9.18",
39
+ "@thi.ng/associative": "^6.3.31",
40
+ "@thi.ng/canvas": "^0.2.0",
41
+ "@thi.ng/checks": "^3.4.18",
42
+ "@thi.ng/hiccup-canvas": "^2.5.6",
43
+ "@thi.ng/rdom": "^1.0.1",
44
+ "@thi.ng/rstream": "^8.2.21"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.39.0",
@@ -91,5 +91,5 @@
91
91
  "status": "alpha",
92
92
  "year": 2020
93
93
  },
94
- "gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
94
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
95
95
  }