@evergis/react 2.0.32 → 2.0.33

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/dist/react.esm.js CHANGED
@@ -120,7 +120,7 @@ function _isNativeReflectConstruct() {
120
120
  if (typeof Proxy === "function") return true;
121
121
 
122
122
  try {
123
- Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
123
+ Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
124
124
  return true;
125
125
  } catch (e) {
126
126
  return false;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.32",
2
+ "version": "2.0.33",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "module": "dist/react.esm.js",
42
42
  "devDependencies": {
43
43
  "@babel/core": "^7.11.1",
44
- "@evergis/api": "^3.0.31",
44
+ "@evergis/api": "^3.0.37",
45
45
  "@evergis/sgis": "^0.5.0-alpha.19",
46
46
  "@storybook/addon-actions": "^6.0.21",
47
47
  "@storybook/addon-controls": "^6.0.21",
@@ -72,5 +72,6 @@
72
72
  "@evergis/icons": "^1.0.7",
73
73
  "punycode": "^2.1.1",
74
74
  "styled-components": "^5.2.0"
75
- }
75
+ },
76
+ "gitHead": "f2df67a272c998a85f3341e77e3bb0d817f5ed91"
76
77
  }