@thi.ng/dl-asset 2.3.119 → 2.3.121

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 (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-04T09:13:01Z
3
+ - **Last updated**: 2025-09-01T16:38:35Z
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.
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
11
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
12
  and/or version bumps of transitive dependencies.
13
13
 
14
- ### [2.3.118](https://github.com/thi-ng/umbrella/tree/@thi.ng/dl-asset@2.3.118) (2025-08-04)
14
+ ### [2.3.117](https://github.com/thi-ng/umbrella/tree/@thi.ng/dl-asset@2.3.117) (2025-08-04)
15
15
 
16
16
  #### ♻️ Refactoring
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dl-asset",
3
- "version": "2.3.119",
3
+ "version": "2.3.121",
4
4
  "description": "Canvas, video recording & file asset download helpers for web apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,12 +39,12 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/checks": "^3.7.16",
43
- "@thi.ng/mime": "^2.7.17"
42
+ "@thi.ng/checks": "^3.7.18",
43
+ "@thi.ng/mime": "^2.7.18"
44
44
  },
45
45
  "devDependencies": {
46
- "esbuild": "^0.25.8",
47
- "typedoc": "^0.28.9",
46
+ "esbuild": "^0.25.9",
47
+ "typedoc": "^0.28.12",
48
48
  "typescript": "^5.9.2"
49
49
  },
50
50
  "keywords": [
@@ -91,5 +91,5 @@
91
91
  ],
92
92
  "year": 2020
93
93
  },
94
- "gitHead": "9a998c33c7a524c95b552b9cbdc2734d28a5dafc\n"
94
+ "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
95
95
  }