@trackunit/react-core-contexts 0.4.62 → 0.4.64

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/index.js +0 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -258,7 +258,6 @@ const HostNavigator = ({ children }) => {
258
258
  };
259
259
  const TrackunitRouter = ({ children }) => {
260
260
  var _a;
261
- useEnvironment();
262
261
  return (jsx(BrowserRouter, Object.assign({ basename: `${((_a = document.getElementById("baseHref")) === null || _a === void 0 ? void 0 : _a.getAttribute("href")) || "<missing baseHref>"}${global.module}` }, { children: jsx(HostNavigator, { children: children }) })));
263
262
  };
264
263
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts",
3
- "version": "0.4.62",
3
+ "version": "0.4.64",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "dependencies": {
@@ -14,7 +14,7 @@
14
14
  "@sentry/browser": "7.24.2",
15
15
  "apollo-upload-client": "14.1.3",
16
16
  "@trackunit/i18n-library-translation": "0.0.25",
17
- "@trackunit/react-components": "0.1.40",
17
+ "@trackunit/react-components": "0.1.41",
18
18
  "react-router-dom": "6.4.5"
19
19
  },
20
20
  "module": "./index.js",