@hkdigital/lib-sveltekit 0.1.51 → 0.1.53

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.
@@ -190,7 +190,7 @@ export function loadResponseBuffer(response, onProgress) {
190
190
 
191
191
  if (size && bytesLoaded > size) {
192
192
  throw new Error(
193
- `Received more bytes that specified by header content-length`
193
+ `Received more bytes [${bytesLoaded}] than specified by header content-length [${size}]`
194
194
  );
195
195
  }
196
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-sveltekit",
3
- "version": "0.1.51",
3
+ "version": "0.1.53",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"