@monkvision/common 4.5.0 → 4.5.2

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.
@@ -7,6 +7,12 @@ var types_1 = require("@monkvision/types");
7
7
  * The translated labels for each vehicle part available in the SDK.
8
8
  */
9
9
  exports.vehiclePartLabels = (_a = {},
10
+ _a[types_1.VehiclePart.IGNORE] = {
11
+ en: 'IGNORE',
12
+ fr: 'IGNORE',
13
+ de: 'IGNORE',
14
+ nl: 'IGNORE',
15
+ },
10
16
  _a[types_1.VehiclePart.BUMPER_BACK] = {
11
17
  en: 'Rear Bumper',
12
18
  fr: 'Pare-chocs arrière',
@@ -469,10 +475,34 @@ exports.vehiclePartLabels = (_a = {},
469
475
  de: 'Griff Rückseite Mitte',
470
476
  nl: 'Handgreep Terug Midden',
471
477
  },
472
- _a[types_1.VehiclePart.IGNORE] = {
473
- en: 'IGNORE',
474
- fr: 'IGNORE',
475
- de: 'IGNORE',
476
- nl: 'IGNORE',
478
+ _a[types_1.VehiclePart.RIM_BACK_LEFT] = {
479
+ en: 'Back left rim',
480
+ fr: 'Jante arrière gauche',
481
+ de: 'Hintere linke Felge',
482
+ nl: 'Achtervelg links',
483
+ },
484
+ _a[types_1.VehiclePart.RIM_BACK_RIGHT] = {
485
+ en: 'Back right rim',
486
+ fr: 'Jante arrière droite',
487
+ de: 'Hintere rechte Felge',
488
+ nl: 'Achtervelg rechts',
489
+ },
490
+ _a[types_1.VehiclePart.RIM_FRONT_LEFT] = {
491
+ en: 'Front left rim',
492
+ fr: 'Jante avant gauche',
493
+ de: 'Vordere linke Felge',
494
+ nl: 'Voorvelg links',
495
+ },
496
+ _a[types_1.VehiclePart.RIM_FRONT_RIGHT] = {
497
+ en: 'Front right rim',
498
+ fr: 'Jante avant droite',
499
+ de: 'Vordere rechte Felge',
500
+ nl: 'Voorvelg rechts',
501
+ },
502
+ _a[types_1.VehiclePart.INTERIOR] = {
503
+ en: 'Interior',
504
+ fr: 'Intérieur',
505
+ de: 'Innenraum',
506
+ nl: 'Interieur',
477
507
  },
478
508
  _a);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkvision/common",
3
- "version": "4.5.0",
3
+ "version": "4.5.2",
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.5.0",
32
- "@monkvision/monitoring": "4.5.0",
33
- "@monkvision/sights": "4.5.0",
34
- "@monkvision/types": "4.5.0",
31
+ "@monkvision/analytics": "4.5.2",
32
+ "@monkvision/monitoring": "4.5.2",
33
+ "@monkvision/sights": "4.5.2",
34
+ "@monkvision/types": "4.5.2",
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.5.0",
51
- "@monkvision/eslint-config-typescript": "4.5.0",
52
- "@monkvision/eslint-config-typescript-react": "4.5.0",
53
- "@monkvision/jest-config": "4.5.0",
54
- "@monkvision/prettier-config": "4.5.0",
55
- "@monkvision/test-utils": "4.5.0",
56
- "@monkvision/typescript-config": "4.5.0",
50
+ "@monkvision/eslint-config-base": "4.5.2",
51
+ "@monkvision/eslint-config-typescript": "4.5.2",
52
+ "@monkvision/eslint-config-typescript-react": "4.5.2",
53
+ "@monkvision/jest-config": "4.5.2",
54
+ "@monkvision/prettier-config": "4.5.2",
55
+ "@monkvision/test-utils": "4.5.2",
56
+ "@monkvision/typescript-config": "4.5.2",
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": "e40cad7d6a9d675a219d9d59fd832b189026772e"
99
+ "gitHead": "ac01573175a01bb107b121fd1636ed2bc94c9a62"
100
100
  }