@thi.ng/dl-asset 2.3.27 → 2.3.29

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-02T18:09:03Z
3
+ - **Last updated**: 2023-03-14T13:27:19Z
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
@@ -126,7 +126,7 @@ downloadWithMime("hello.txt", src, {
126
126
  ### Simplified canvas downloads
127
127
 
128
128
  Since v2.1.0, HTML canvas downloads can be simplified using
129
- [`downloadCanvas()`](https://docs.thi.ng/umbrella/dl-asset/modules.html#downloadCanvas):
129
+ [`downloadCanvas()`](https://docs.thi.ng/umbrella/dl-asset/functions/downloadCanvas.html):
130
130
 
131
131
  ```ts
132
132
  import { downloadCanvas } from "@thi.ng/dl-asset";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dl-asset",
3
- "version": "2.3.27",
3
+ "version": "2.3.29",
4
4
  "description": "Canvas, video recording & file asset download helpers for web apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "scripts": {
27
27
  "build": "yarn clean && tsc --declaration",
28
- "clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
28
+ "clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
29
29
  "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
30
30
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
31
31
  "doc:readme": "yarn doc:stats && tools:readme",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.3",
38
- "@thi.ng/checks": "^3.3.9",
39
- "@thi.ng/mime": "^2.2.14"
37
+ "@thi.ng/api": "^8.7.4",
38
+ "@thi.ng/checks": "^3.3.10",
39
+ "@thi.ng/mime": "^2.2.15"
40
40
  },
41
41
  "devDependencies": {
42
- "@microsoft/api-extractor": "^7.34.2",
43
- "@thi.ng/testament": "^0.3.11",
44
- "rimraf": "^4.1.2",
42
+ "@microsoft/api-extractor": "^7.34.4",
43
+ "@thi.ng/testament": "^0.3.13",
44
+ "rimraf": "^4.4.0",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.23.24",
46
+ "typedoc": "^0.23.26",
47
47
  "typescript": "^4.9.5"
48
48
  },
49
49
  "keywords": [
@@ -89,5 +89,5 @@
89
89
  ],
90
90
  "year": 2020
91
91
  },
92
- "gitHead": "a2915dee637c1b8cd2e11a78a23bd035e4f750e7\n"
92
+ "gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
93
93
  }