@micromag/core 0.4.77 → 0.4.79

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.
Files changed (2) hide show
  1. package/es/hooks.js +0 -1
  2. package/package.json +2 -2
package/es/hooks.js CHANGED
@@ -344,7 +344,6 @@ function useDragProgress(t0) {
344
344
  tap,
345
345
  first
346
346
  } = gestureState;
347
- console.log("DRAG");
348
347
  if (disabled) {
349
348
  draggingRef.current = false;
350
349
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.4.77",
3
+ "version": "0.4.79",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -157,6 +157,6 @@
157
157
  "access": "public",
158
158
  "registry": "https://registry.npmjs.org/"
159
159
  },
160
- "gitHead": "b55c2c748383d30c8ff0ca7594e499dbdc8d1c10",
160
+ "gitHead": "9390fd82c9dbf9c0eeaa15697e34bbc79625383c",
161
161
  "types": "es/index.d.ts"
162
162
  }