@micromag/data 0.3.338 → 0.3.341

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.
package/es/index.js CHANGED
@@ -7,8 +7,8 @@ import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
7
7
  import _inherits from '@babel/runtime/helpers/inherits';
8
8
  import _createSuper from '@babel/runtime/helpers/createSuper';
9
9
  import { getJSON, getCSRFHeaders, postJSON } from '@folklore/fetch';
10
- import { generatePath } from 'react-router';
11
10
  import { stringify, parse } from 'query-string';
11
+ import { generatePath } from 'react-router';
12
12
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
13
13
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
14
14
  import isString from 'lodash/isString';
package/lib/index.js CHANGED
@@ -11,8 +11,8 @@ var _classCallCheck = require('@babel/runtime/helpers/classCallCheck');
11
11
  var _inherits = require('@babel/runtime/helpers/inherits');
12
12
  var _createSuper = require('@babel/runtime/helpers/createSuper');
13
13
  var fetch = require('@folklore/fetch');
14
- var reactRouter = require('react-router');
15
14
  var queryString = require('query-string');
15
+ var reactRouter = require('react-router');
16
16
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
17
17
  var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
18
18
  var isString = require('lodash/isString');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/data",
3
- "version": "0.3.338",
3
+ "version": "0.3.341",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "07fe87efa3938e96be918c8e568925414232742c"
62
+ "gitHead": "44528c76fb79f21327a1a97c22270cd31f1f9d75"
63
63
  }