@monkvision/common 5.0.21 → 5.0.22

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.
@@ -20,7 +20,6 @@ var hooks_1 = require("../hooks");
20
20
  var searchParams_1 = require("./searchParams");
21
21
  var appState_1 = require("./appState");
22
22
  var monitoring_1 = require("./monitoring");
23
- var analytics_1 = require("./analytics");
24
23
  var utils_1 = require("../utils");
25
24
  /**
26
25
  * Local storage key used within Monk web applications to store the authentication token.
@@ -68,7 +67,6 @@ function MonkAppStateProvider(_a) {
68
67
  var monkSearchParams = (0, searchParams_1.useMonkSearchParams)({ availableVehicleTypes: availableVehicleTypes });
69
68
  var isMounted = (0, hooks_1.useIsMounted)();
70
69
  (0, monitoring_1.useAppStateMonitoring)({ authToken: authToken, inspectionId: inspectionId, vehicleType: vehicleType, steeringWheel: steeringWheel });
71
- (0, analytics_1.useAppStateAnalytics)({ inspectionId: inspectionId });
72
70
  (0, react_1.useEffect)(function () {
73
71
  var _a;
74
72
  loading.onSuccess();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkvision/common",
3
- "version": "5.0.21",
3
+ "version": "5.0.22",
4
4
  "license": "BSD-3-Clause-Clear",
5
5
  "packageManager": "yarn@3.2.4",
6
6
  "description": "MonkJs common logic package",
@@ -28,10 +28,10 @@
28
28
  "lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
29
29
  },
30
30
  "dependencies": {
31
- "@monkvision/analytics": "5.0.21",
32
- "@monkvision/monitoring": "5.0.21",
33
- "@monkvision/sights": "5.0.21",
34
- "@monkvision/types": "5.0.21",
31
+ "@monkvision/analytics": "5.0.22",
32
+ "@monkvision/monitoring": "5.0.22",
33
+ "@monkvision/sights": "5.0.22",
34
+ "@monkvision/types": "5.0.22",
35
35
  "i18next": "^23.4.5",
36
36
  "jsonwebtoken": "^9.0.2",
37
37
  "jwt-decode": "^4.0.0",
@@ -47,13 +47,13 @@
47
47
  "react-router-dom": "^6.22.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@monkvision/eslint-config-base": "5.0.21",
51
- "@monkvision/eslint-config-typescript": "5.0.21",
52
- "@monkvision/eslint-config-typescript-react": "5.0.21",
53
- "@monkvision/jest-config": "5.0.21",
54
- "@monkvision/prettier-config": "5.0.21",
55
- "@monkvision/test-utils": "5.0.21",
56
- "@monkvision/typescript-config": "5.0.21",
50
+ "@monkvision/eslint-config-base": "5.0.22",
51
+ "@monkvision/eslint-config-typescript": "5.0.22",
52
+ "@monkvision/eslint-config-typescript-react": "5.0.22",
53
+ "@monkvision/jest-config": "5.0.22",
54
+ "@monkvision/prettier-config": "5.0.22",
55
+ "@monkvision/test-utils": "5.0.22",
56
+ "@monkvision/typescript-config": "5.0.22",
57
57
  "@testing-library/react": "^12.1.5",
58
58
  "@testing-library/react-hooks": "^8.0.1",
59
59
  "@types/jest": "^29.2.2",
@@ -96,5 +96,5 @@
96
96
  "url": "https://github.com/monkvision/monkjs/issues"
97
97
  },
98
98
  "homepage": "https://github.com/monkvision/monkjs",
99
- "gitHead": "cd5e702c63e437dcd6daf445ba2b28294b8c03da"
99
+ "gitHead": "a247bce658ecb086070158973a2e30ca420f0713"
100
100
  }