@hkdigital/lib-core 0.5.22 → 0.5.23

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.
@@ -116,7 +116,8 @@ export function generateResponseConfigs(options) {
116
116
  ...configPairs,
117
117
  w: String(w),
118
118
  format: 'png',
119
- ensureAlpha: '1'
119
+ ensureAlpha: '1',
120
+ png: JSON.stringify({ palette: false })
120
121
  };
121
122
  });
122
123
  // console.log('Returning favicon configs:', faviconConfigs);
@@ -130,7 +131,8 @@ export function generateResponseConfigs(options) {
130
131
  ...configPairs,
131
132
  w: String(w),
132
133
  format: 'png',
133
- ensureAlpha: '1'
134
+ ensureAlpha: '1',
135
+ png: JSON.stringify({ palette: false })
134
136
  };
135
137
  });
136
138
  // console.log('Returning apple-touch-icon configs:', appleTouchConfigs);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.5.22",
3
+ "version": "0.5.23",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"