@micromag/element-map 0.4.41 → 0.4.42

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/index.js +1 -1
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -638,7 +638,7 @@ function Map(_ref) {
638
638
  return onClickMarker(e, index);
639
639
  } : function () {
640
640
  return console.log(index);
641
- } // eslint-disable-line no-console
641
+ }
642
642
  }
643
643
  }) : /*#__PURE__*/React.createElement("div", null);
644
644
  }) : null));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-map",
3
- "version": "0.4.41",
3
+ "version": "0.4.42",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.28.6",
63
- "@micromag/core": "^0.4.41",
63
+ "@micromag/core": "^0.4.42",
64
64
  "classnames": "^2.2.6",
65
65
  "lodash": "^4.17.23",
66
66
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -70,6 +70,6 @@
70
70
  "access": "public",
71
71
  "registry": "https://registry.npmjs.org/"
72
72
  },
73
- "gitHead": "c7856a747ba0a4466f4b63bc29e31003275ac6e0",
73
+ "gitHead": "6fd96aeb9ef1857c731917d8b7cde23d31b39574",
74
74
  "types": "es/index.d.ts"
75
75
  }