@hkdigital/lib-core 0.5.5 → 0.5.6

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.
@@ -140,7 +140,8 @@
140
140
  return; // Skip first of the two resize events
141
141
  }
142
142
 
143
- skipNextResize = true;
143
+ // skipNextResize = true; // disabled to test <<
144
+
144
145
  debouncedWindowWidth = windowWidth;
145
146
  debouncedWindowHeight = windowHeight;
146
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"