@trackunit/react-core-contexts-api
Advanced tools
Comparing version 1.0.37 to 1.0.39
{ | ||
"name": "@trackunit/react-core-contexts-api", | ||
"version": "1.0.37", | ||
"version": "1.0.39", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -11,4 +11,4 @@ "license": "SEE LICENSE IN LICENSE.txt", | ||
"jest-fetch-mock": "^3.0.3", | ||
"@trackunit/shared-utils": "1.2.29", | ||
"@trackunit/geo-json-utils": "1.0.33" | ||
"@trackunit/shared-utils": "1.2.31", | ||
"@trackunit/geo-json-utils": "1.0.35" | ||
}, | ||
@@ -15,0 +15,0 @@ "module": "./index.esm.js", |
@@ -30,3 +30,3 @@ /** | ||
} & SubPage & Search & FragmentIdentifier & NeverPage; | ||
declare const mainApps: readonly ["fleet/list", "reports", "sites", "map"]; | ||
declare const mainApps: readonly ["fleet", "reports", "sites", "map"]; | ||
export type MainFleetApp = (typeof mainApps)[number]; | ||
@@ -33,0 +33,0 @@ export type FleetAppStandardOptions = Page<MainFleetApp> & NeverIrisApp; |
31839
+ Added@trackunit/geo-json-utils@1.0.35(transitive)
+ Added@trackunit/shared-utils@1.2.31(transitive)
- Removed@trackunit/geo-json-utils@1.0.33(transitive)
- Removed@trackunit/shared-utils@1.2.29(transitive)