@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
|
|
31
|
-
de: 'Tür hinten
|
|
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
|
|
37
|
-
de: 'Tür hinten
|
|
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
|
|
43
|
-
de: '
|
|
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
|
|
49
|
-
de: 'Tür vorne
|
|
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": "
|
|
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": "
|
|
32
|
-
"@monkvision/monitoring": "
|
|
33
|
-
"@monkvision/sights": "
|
|
34
|
-
"@monkvision/types": "
|
|
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": "
|
|
51
|
-
"@monkvision/eslint-config-typescript": "
|
|
52
|
-
"@monkvision/eslint-config-typescript-react": "
|
|
53
|
-
"@monkvision/jest-config": "
|
|
54
|
-
"@monkvision/prettier-config": "
|
|
55
|
-
"@monkvision/test-utils": "
|
|
56
|
-
"@monkvision/typescript-config": "
|
|
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": "
|
|
99
|
+
"gitHead": "66e17c6eff058f787e8b80c6de046ec6790044b1"
|
|
100
100
|
}
|