@thi.ng/dl-asset 2.3.102 → 2.3.104

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dl-asset",
3
- "version": "2.3.102",
3
+ "version": "2.3.104",
4
4
  "description": "Canvas, video recording & file asset download helpers for web apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.21",
43
- "@thi.ng/checks": "^3.6.24",
43
+ "@thi.ng/checks": "^3.7.1",
44
44
  "@thi.ng/mime": "^2.7.3"
45
45
  },
46
46
  "devDependencies": {
@@ -92,5 +92,5 @@
92
92
  ],
93
93
  "year": 2020
94
94
  },
95
- "gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
95
+ "gitHead": "5084790092321b8654373237225c5f428f092782\n"
96
96
  }