@thi.ng/dl-asset 2.3.3 → 2.3.4

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**: 2022-05-07T11:33:35Z
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/canvas.d.ts CHANGED
@@ -24,5 +24,5 @@ export declare const downloadCanvas: (canvas: HTMLCanvasElement, baseName: strin
24
24
  * @param fileName -
25
25
  * @param opts -
26
26
  */
27
- export declare const canvasRecorder: (canvas: HTMLCanvasElement, fileName: string, opts?: Partial<CanvasRecorderOpts> | undefined) => MediaRecorder;
27
+ export declare const canvasRecorder: (canvas: HTMLCanvasElement, fileName: string, opts?: Partial<CanvasRecorderOpts>) => MediaRecorder;
28
28
  //# sourceMappingURL=canvas.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dl-asset",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Canvas, video recording & file asset download helpers for web apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.6",
38
- "@thi.ng/checks": "^3.1.6",
39
- "@thi.ng/mime": "^2.2.1"
37
+ "@thi.ng/api": "^8.3.7",
38
+ "@thi.ng/checks": "^3.2.0",
39
+ "@thi.ng/mime": "^2.2.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@microsoft/api-extractor": "^7.23.1",
43
- "@thi.ng/testament": "^0.2.6",
42
+ "@microsoft/api-extractor": "^7.25.0",
43
+ "@thi.ng/testament": "^0.2.8",
44
44
  "rimraf": "^3.0.2",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.22.15",
47
- "typescript": "^4.6.4"
46
+ "typedoc": "^0.22.17",
47
+ "typescript": "^4.7.3"
48
48
  },
49
49
  "keywords": [
50
50
  "browser",
@@ -89,5 +89,5 @@
89
89
  ],
90
90
  "year": 2020
91
91
  },
92
- "gitHead": "cf084be5fd5932226054d2dd32bad35481379f5d\n"
92
+ "gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\n"
93
93
  }