@monkvision/common 4.6.0 → 5.0.1

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.
@@ -27,26 +27,26 @@ exports.vehiclePartLabels = (_a = {},
27
27
  },
28
28
  _a[types_1.VehiclePart.DOOR_BACK_LEFT] = {
29
29
  en: 'Rear Door Left',
30
- fr: 'Portière arrière droite',
31
- de: 'Tür hinten rechts',
30
+ fr: 'Portière arrière gauche',
31
+ de: 'Tür hinten links',
32
32
  nl: 'Achterdeur links',
33
33
  },
34
34
  _a[types_1.VehiclePart.DOOR_BACK_RIGHT] = {
35
35
  en: 'Rear Door Right',
36
- fr: 'Portière arrière gauche',
37
- de: 'Tür hinten links',
36
+ fr: 'Portière arrière droite',
37
+ de: 'Tür hinten rechts',
38
38
  nl: 'Achterdeur rechts',
39
39
  },
40
40
  _a[types_1.VehiclePart.DOOR_FRONT_LEFT] = {
41
41
  en: 'Front Door Left',
42
- fr: 'Portière avant droite',
43
- de: 'Vordertür rechts',
42
+ fr: 'Portière avant gauche',
43
+ de: 'Tür vorne links',
44
44
  nl: 'Voordeur links',
45
45
  },
46
46
  _a[types_1.VehiclePart.DOOR_FRONT_RIGHT] = {
47
47
  en: 'Front Door Right',
48
- fr: 'Portière avant gauche',
49
- de: 'Tür vorne links',
48
+ fr: 'Portière avant droite',
49
+ de: 'Tür vorne rechts',
50
50
  nl: 'Voordeur rechts',
51
51
  },
52
52
  _a[types_1.VehiclePart.FENDER_BACK_LEFT] = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkvision/common",
3
- "version": "4.6.0",
3
+ "version": "5.0.1",
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": "4.6.0",
32
- "@monkvision/monitoring": "4.6.0",
33
- "@monkvision/sights": "4.6.0",
34
- "@monkvision/types": "4.6.0",
31
+ "@monkvision/analytics": "5.0.1",
32
+ "@monkvision/monitoring": "5.0.1",
33
+ "@monkvision/sights": "5.0.1",
34
+ "@monkvision/types": "5.0.1",
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": "4.6.0",
51
- "@monkvision/eslint-config-typescript": "4.6.0",
52
- "@monkvision/eslint-config-typescript-react": "4.6.0",
53
- "@monkvision/jest-config": "4.6.0",
54
- "@monkvision/prettier-config": "4.6.0",
55
- "@monkvision/test-utils": "4.6.0",
56
- "@monkvision/typescript-config": "4.6.0",
50
+ "@monkvision/eslint-config-base": "5.0.1",
51
+ "@monkvision/eslint-config-typescript": "5.0.1",
52
+ "@monkvision/eslint-config-typescript-react": "5.0.1",
53
+ "@monkvision/jest-config": "5.0.1",
54
+ "@monkvision/prettier-config": "5.0.1",
55
+ "@monkvision/test-utils": "5.0.1",
56
+ "@monkvision/typescript-config": "5.0.1",
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": "68caf5a157e344b2187519616c9fe35eecafc65b"
99
+ "gitHead": "66e17c6eff058f787e8b80c6de046ec6790044b1"
100
100
  }