@hkdigital/lib-core 0.5.28 → 0.5.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.
@@ -66,7 +66,7 @@ export async function generateViteConfig(options = {}) {
66
66
  const { generateDefaultDirectives, generateResponseConfigs } =
67
67
  await import('./imagetools.js');
68
68
 
69
- const sharp = (await import('sharp')).default;
69
+ // const sharp = (await import('sharp')).default;
70
70
 
71
71
  plugins.push(
72
72
  imagetools({
@@ -392,7 +392,7 @@ export async function httpRequest(options) {
392
392
 
393
393
  if (!isTestEnv) {
394
394
  if (cachedResponse) {
395
- // console.debug(`http:cache-hit [${url.pathname}]`);
395
+ console.debug(`http:cache-hit [${url.pathname}]`);
396
396
  // console.debug(`cached-response has body: ${!!cachedResponse.body}`);
397
397
  // console.debug(`cached-response content-length: ${cachedResponse.headers.get('content-length')}`);
398
398
  return cachedResponse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.5.28",
3
+ "version": "0.5.29",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"
File without changes