@inceptionbg/main 2.0.85 → 2.0.87

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.
@@ -1,5 +1,3 @@
1
- import { NavigateFunction, Location, LinkProps } from 'react-router-dom';
2
-
3
1
  declare const ModuleIds = [
4
2
  'ADMIN',
5
3
  'EARCHIVE',
@@ -634,11 +632,6 @@ declare global {
634
632
  [id in IModuleId]?: string;
635
633
  };
636
634
  var axiosInstance: AxiosInstance;
637
- var useNavigate: () => NavigateFunction;
638
- var useLocation: () => Location;
639
- var Link: React.ForwardRefExoticComponent<
640
- LinkProps & React.RefAttributes<HTMLAnchorElement>
641
- >;
642
635
  var appVersion: string | undefined;
643
636
  var api: {
644
637
  apiUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inceptionbg/main",
3
- "version": "2.0.85",
3
+ "version": "2.0.87",
4
4
  "description": "Main app wrapper for Inception ecosystem",
5
5
  "type": "module",
6
6
  "files": [
@@ -39,7 +39,7 @@
39
39
  "tslib": "^2.6.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@inceptionbg/iui": "^1.0.176",
42
+ "@inceptionbg/iui": "^1.0.181",
43
43
  "react": "^18.2.0",
44
44
  "react-dom": "^18.2.0",
45
45
  "sass": "^1.63.6"