@hkdigital/lib-core 0.4.68 → 0.4.69

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.
@@ -292,7 +292,7 @@ class DragState {
292
292
 
293
293
  const entry = this.getDraggableById(draggableId);
294
294
 
295
- console.debug('getDraggable', draggableId, entry);
295
+ // console.debug('getDraggable', draggableId, entry);
296
296
 
297
297
  return entry;
298
298
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.4.68",
3
+ "version": "0.4.69",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"