@thi.ng/rdom-canvas 0.4.11 → 0.4.14

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/index.d.ts +1 -1
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-05-07T11:33:36Z
3
+ - **Last updated**: 2022-06-09T16:14:01Z
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/index.d.ts CHANGED
@@ -32,7 +32,7 @@ export interface CanvasOpts {
32
32
  * size. The `attribs` SHOULD not include `width`, `height`, since these
33
33
  * will be overriden in any way by `size` arg.
34
34
  */
35
- export declare const $canvas: (body: ISubscription<any, any[] | IToHiccup>, size: number[] | ISubscription<any, number[]>, attribs?: Partial<CanvasOpts> | undefined) => IComponent<any[] | IToHiccup>;
35
+ export declare const $canvas: (body: ISubscription<any, any[] | IToHiccup>, size: number[] | ISubscription<any, number[]>, attribs?: Partial<CanvasOpts>) => IComponent<any[] | IToHiccup>;
36
36
  export declare class $Canvas extends Component implements IMountWithState<any[] | IToHiccup> {
37
37
  protected attribs: Partial<CanvasOpts>;
38
38
  el?: HTMLCanvasElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "0.4.11",
3
+ "version": "0.4.14",
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,22 +34,22 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/adapt-dpi": "^2.1.6",
38
- "@thi.ng/api": "^8.3.6",
39
- "@thi.ng/associative": "^6.1.7",
40
- "@thi.ng/checks": "^3.1.6",
41
- "@thi.ng/hiccup-canvas": "^2.1.11",
42
- "@thi.ng/rdom": "^0.8.8",
43
- "@thi.ng/rstream": "^7.2.5",
44
- "@thi.ng/transducers": "^8.3.2"
37
+ "@thi.ng/adapt-dpi": "^2.1.7",
38
+ "@thi.ng/api": "^8.3.7",
39
+ "@thi.ng/associative": "^6.1.10",
40
+ "@thi.ng/checks": "^3.2.1",
41
+ "@thi.ng/hiccup-canvas": "^2.1.14",
42
+ "@thi.ng/rdom": "^0.8.11",
43
+ "@thi.ng/rstream": "^7.2.8",
44
+ "@thi.ng/transducers": "^8.3.5"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.23.1",
48
- "@thi.ng/testament": "^0.2.6",
47
+ "@microsoft/api-extractor": "^7.25.0",
48
+ "@thi.ng/testament": "^0.2.8",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
- "typedoc": "^0.22.15",
52
- "typescript": "^4.6.4"
51
+ "typedoc": "^0.22.17",
52
+ "typescript": "^4.7.3"
53
53
  },
54
54
  "keywords": [
55
55
  "animation",
@@ -90,5 +90,5 @@
90
90
  "status": "alpha",
91
91
  "year": 2020
92
92
  },
93
- "gitHead": "cf084be5fd5932226054d2dd32bad35481379f5d\n"
93
+ "gitHead": "ab0188234419f2d9f471de80871df930e5555bd6\n"
94
94
  }