@pie-lib/graphing-module 1.0.18 → 1.0.19

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/module/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import {_dll_prop_types, _dll_lodash, _dll_react, _dll_material_ui__core_styles, _dll_material_ui__core, _dll_pie_lib__render_ui, _dll_react_dom, _dll_debug, _dll_classnames, _dll_material_ui__core_styles_color_manipulator} from "../../shared-module@^1.2.19/module/index.js";
1
+ import {_dll_prop_types, _dll_lodash, _dll_react, _dll_material_ui__core_styles, _dll_material_ui__core, _dll_pie_lib__render_ui, _dll_react_dom, _dll_debug, _dll_classnames, _dll_material_ui__core_styles_color_manipulator} from "../../shared-module@^1.3.0/module/index.js";
2
2
  const PropTypes$C = _dll_prop_types;
3
3
  const BaseDomainRangeType = {
4
4
  min: PropTypes$C.number.isRequired,
@@ -7406,7 +7406,7 @@ function _inherits$1(subClass, superClass) {
7406
7406
  configurable: true
7407
7407
  }
7408
7408
  });
7409
- if (superClass) _setPrototypeOf(subClass, superClass);
7409
+ if (superClass) _setPrototypeOf$1(subClass, superClass);
7410
7410
  }
7411
7411
  function _getPrototypeOf(o) {
7412
7412
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
@@ -7414,12 +7414,12 @@ function _getPrototypeOf(o) {
7414
7414
  };
7415
7415
  return _getPrototypeOf(o);
7416
7416
  }
7417
- function _setPrototypeOf(o, p) {
7418
- _setPrototypeOf = Object.setPrototypeOf || (function _setPrototypeOf(o, p) {
7417
+ function _setPrototypeOf$1(o, p) {
7418
+ _setPrototypeOf$1 = Object.setPrototypeOf || (function _setPrototypeOf(o, p) {
7419
7419
  o.__proto__ = p;
7420
7420
  return o;
7421
7421
  });
7422
- return _setPrototypeOf(o, p);
7422
+ return _setPrototypeOf$1(o, p);
7423
7423
  }
7424
7424
  function _objectWithoutPropertiesLoose$2(source, excluded) {
7425
7425
  if (source == null) return {};
@@ -9387,10 +9387,17 @@ class Graph extends React$r.Component {
9387
9387
  }
9388
9388
  Graph.__initStatic();
9389
9389
  Graph.__initStatic2();
9390
+ function _setPrototypeOf(o, p) {
9391
+ _setPrototypeOf = Object.setPrototypeOf || (function _setPrototypeOf(o, p) {
9392
+ o.__proto__ = p;
9393
+ return o;
9394
+ });
9395
+ return _setPrototypeOf(o, p);
9396
+ }
9390
9397
  function _inheritsLoose(subClass, superClass) {
9391
9398
  subClass.prototype = Object.create(superClass.prototype);
9392
9399
  subClass.prototype.constructor = subClass;
9393
- subClass.__proto__ = superClass;
9400
+ _setPrototypeOf(subClass, superClass);
9394
9401
  }
9395
9402
  const React$q = _dll_react;
9396
9403
  var ReactReduxContext = React$q.createContext(null);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "mappings": {
5
5
  "@pie-lib/plot": "_dll_pie_lib__plot",
6
6
  "@pie-lib/graphing": "_dll_pie_lib__graphing",
@@ -13,7 +13,7 @@
13
13
  "version": "2.1.9"
14
14
  },
15
15
  "@pie-lib/graphing": {
16
- "version": "2.4.8"
16
+ "version": "2.4.9"
17
17
  },
18
18
  "d3-scale": {
19
19
  "version": "2.2.2"
@@ -22,12 +22,12 @@
22
22
  "version": "1.4.0"
23
23
  }
24
24
  },
25
- "hash": "a59c9c592f888561c2f27b124e964ecff52f73ac"
25
+ "hash": "d382b09ad1640f3cc05f359aac4b1c75ae85098c"
26
26
  },
27
27
  "modules": [
28
28
  {
29
29
  "name": "@pie-lib/shared-module",
30
- "version": "^1.2.19"
30
+ "version": "^1.3.0"
31
31
  }
32
32
  ],
33
33
  "isLocal": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "module": "module/index.js",
5
5
  "repository": "pie-framework/pie-lib",
6
6
  "publishConfig": {