@thi.ng/dl-asset 2.3.121 → 2.3.126

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/package.json +94 -94
  2. package/CHANGELOG.md +0 -24
package/package.json CHANGED
@@ -1,95 +1,95 @@
1
1
  {
2
- "name": "@thi.ng/dl-asset",
3
- "version": "2.3.121",
4
- "description": "Canvas, video recording & file asset download helpers for web apps",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/download",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/checks": "^3.7.18",
43
- "@thi.ng/mime": "^2.7.18"
44
- },
45
- "devDependencies": {
46
- "esbuild": "^0.25.9",
47
- "typedoc": "^0.28.12",
48
- "typescript": "^5.9.2"
49
- },
50
- "keywords": [
51
- "browser",
52
- "canvas",
53
- "download",
54
- "file",
55
- "mediarecorder",
56
- "mime",
57
- "typescript",
58
- "video"
59
- ],
60
- "publishConfig": {
61
- "access": "public"
62
- },
63
- "engines": {
64
- "node": ">=18"
65
- },
66
- "files": [
67
- "./*.js",
68
- "./*.d.ts"
69
- ],
70
- "exports": {
71
- ".": {
72
- "default": "./index.js"
73
- },
74
- "./api": {
75
- "default": "./api.js"
76
- },
77
- "./canvas": {
78
- "default": "./canvas.js"
79
- },
80
- "./download": {
81
- "default": "./download.js"
82
- },
83
- "./raw": {
84
- "default": "./raw.js"
85
- }
86
- },
87
- "thi.ng": {
88
- "alias": "dl",
89
- "related": [
90
- "mime"
91
- ],
92
- "year": 2020
93
- },
94
- "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
95
- }
2
+ "name": "@thi.ng/dl-asset",
3
+ "version": "2.3.126",
4
+ "description": "Canvas, video recording & file asset download helpers for web apps",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/download",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/checks": "^3.7.23",
43
+ "@thi.ng/mime": "^2.7.23"
44
+ },
45
+ "devDependencies": {
46
+ "esbuild": "^0.25.11",
47
+ "typedoc": "^0.28.14",
48
+ "typescript": "^5.9.3"
49
+ },
50
+ "keywords": [
51
+ "browser",
52
+ "canvas",
53
+ "download",
54
+ "file",
55
+ "mediarecorder",
56
+ "mime",
57
+ "typescript",
58
+ "video"
59
+ ],
60
+ "publishConfig": {
61
+ "access": "public"
62
+ },
63
+ "engines": {
64
+ "node": ">=18"
65
+ },
66
+ "files": [
67
+ "./*.js",
68
+ "./*.d.ts"
69
+ ],
70
+ "exports": {
71
+ ".": {
72
+ "default": "./index.js"
73
+ },
74
+ "./api": {
75
+ "default": "./api.js"
76
+ },
77
+ "./canvas": {
78
+ "default": "./canvas.js"
79
+ },
80
+ "./download": {
81
+ "default": "./download.js"
82
+ },
83
+ "./raw": {
84
+ "default": "./raw.js"
85
+ }
86
+ },
87
+ "thi.ng": {
88
+ "alias": "dl",
89
+ "related": [
90
+ "mime"
91
+ ],
92
+ "year": 2020
93
+ },
94
+ "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
95
+ }
package/CHANGELOG.md DELETED
@@ -1,24 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ### [2.3.117](https://github.com/thi-ng/umbrella/tree/@thi.ng/dl-asset@2.3.117) (2025-08-04)
15
-
16
- #### ♻️ Refactoring
17
-
18
- - update arg types, remove obsolete deps ([7798c21](https://github.com/thi-ng/umbrella/commit/7798c21))
19
-
20
- ### [2.3.47](https://github.com/thi-ng/umbrella/tree/@thi.ng/dl-asset@2.3.47) (2023-11-09)
21
-
22
- #### ♻️ Refactoring
23
-
24
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))