@micromag/data 0.4.41 → 0.4.43

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 +0 -1
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -1053,7 +1053,6 @@ var useQuizCreate = function useQuizCreate() {
1053
1053
  };
1054
1054
  };
1055
1055
 
1056
- /* eslint-disable react/jsx-props-no-spreading */
1057
1056
  function DataProvider(_ref) {
1058
1057
  var _ref$api = _ref.api,
1059
1058
  api = _ref$api === void 0 ? null : _ref$api,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/data",
3
- "version": "0.4.41",
3
+ "version": "0.4.43",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,7 +60,7 @@
60
60
  "@babel/runtime": "^7.28.6",
61
61
  "@folklore/fetch": "^0.1.17",
62
62
  "@folklore/routes": "^0.2.36",
63
- "@micromag/core": "^0.4.41",
63
+ "@micromag/core": "^0.4.43",
64
64
  "lodash": "^4.17.23",
65
65
  "query-string": "^9.0.0"
66
66
  },
@@ -68,6 +68,6 @@
68
68
  "access": "public",
69
69
  "registry": "https://registry.npmjs.org/"
70
70
  },
71
- "gitHead": "c7856a747ba0a4466f4b63bc29e31003275ac6e0",
71
+ "gitHead": "e168b7a9990472d1cb36973e4e45334f16bbeba6",
72
72
  "types": "es/index.d.ts"
73
73
  }