@monkvision/inspection-capture-web 5.0.9 → 5.0.11

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.
@@ -21,7 +21,8 @@ var errors_1 = require("../errors");
21
21
  function getCaptureTasks(captureSights, tasksBySight) {
22
22
  var tasks = [];
23
23
  captureSights.forEach(function (sight) {
24
- var sightTasks = tasksBySight ? tasksBySight[sight.id] : sight.tasks;
24
+ var _a;
25
+ var sightTasks = (_a = tasksBySight === null || tasksBySight === void 0 ? void 0 : tasksBySight[sight.id]) !== null && _a !== void 0 ? _a : sight.tasks;
25
26
  sightTasks.forEach(function (task) {
26
27
  if (!tasks.includes(task)) {
27
28
  tasks.push(task);
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "photo": {
3
3
  "badConnectionWarning": {
4
- "message": "Es scheint, dass Ihre Verbindung instabil ist. Das Hochladen von Bildern kann lange dauern oder unmöglich sein.",
4
+ "message": "Wir haben derzeit Verbindungsprobleme. Das Hochladen von Bildern kann länger als gewöhnlich dauern.",
5
5
  "confirm": "Ich verstehe"
6
6
  },
7
7
  "hud": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "photo": {
3
3
  "badConnectionWarning": {
4
- "message": "It seems like your connection is unstable. Picture uploads might be long or impossible.",
4
+ "message": "We are experiencing connectivity issues. Picture uploads might take longer than usual.",
5
5
  "confirm": "I Understand"
6
6
  },
7
7
  "hud": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "photo": {
3
3
  "badConnectionWarning": {
4
- "message": "Il semble que votre connexion soit instable. Les téléchargements d'images peuvent être longs ou impossibles.",
4
+ "message": "Nous rencontrons des problèmes de connexion. Le téléchargement des photos pourrait prendre plus de temps que d'habitude.",
5
5
  "confirm": "J'ai compris"
6
6
  },
7
7
  "hud": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "photo": {
3
3
  "badConnectionWarning": {
4
- "message": "Het lijkt erop dat je verbinding instabiel is. Het uploaden van afbeeldingen kan lang duren of onmogelijk zijn.",
4
+ "message": "Er zijn momenteel verbindingsproblemen. Het uploaden van foto's kan langer duren dan normaal.",
5
5
  "confirm": "Ik begrijp het"
6
6
  },
7
7
  "hud": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkvision/inspection-capture-web",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
4
4
  "license": "BSD-3-Clause-Clear",
5
5
  "packageManager": "yarn@3.2.4",
6
6
  "description": "MonkJs inspection capture package for React (web) used to implement the Monk inspection capture workflow",
@@ -28,12 +28,12 @@
28
28
  "lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
29
29
  },
30
30
  "dependencies": {
31
- "@monkvision/analytics": "5.0.9",
32
- "@monkvision/camera-web": "5.0.9",
33
- "@monkvision/common": "5.0.9",
34
- "@monkvision/common-ui-web": "5.0.9",
35
- "@monkvision/network": "5.0.9",
36
- "@monkvision/sights": "5.0.9",
31
+ "@monkvision/analytics": "5.0.11",
32
+ "@monkvision/camera-web": "5.0.11",
33
+ "@monkvision/common": "5.0.11",
34
+ "@monkvision/common-ui-web": "5.0.11",
35
+ "@monkvision/network": "5.0.11",
36
+ "@monkvision/sights": "5.0.11",
37
37
  "i18next": "^23.4.5",
38
38
  "react-i18next": "^13.2.0"
39
39
  },
@@ -44,13 +44,13 @@
44
44
  "react-router-dom": "^6.22.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@monkvision/eslint-config-base": "5.0.9",
48
- "@monkvision/eslint-config-typescript": "5.0.9",
49
- "@monkvision/eslint-config-typescript-react": "5.0.9",
50
- "@monkvision/jest-config": "5.0.9",
51
- "@monkvision/prettier-config": "5.0.9",
52
- "@monkvision/test-utils": "5.0.9",
53
- "@monkvision/typescript-config": "5.0.9",
47
+ "@monkvision/eslint-config-base": "5.0.11",
48
+ "@monkvision/eslint-config-typescript": "5.0.11",
49
+ "@monkvision/eslint-config-typescript-react": "5.0.11",
50
+ "@monkvision/jest-config": "5.0.11",
51
+ "@monkvision/prettier-config": "5.0.11",
52
+ "@monkvision/test-utils": "5.0.11",
53
+ "@monkvision/typescript-config": "5.0.11",
54
54
  "@testing-library/react": "^12.1.5",
55
55
  "@testing-library/react-hooks": "^8.0.1",
56
56
  "@types/copyfiles": "^2",
@@ -93,5 +93,5 @@
93
93
  "url": "https://github.com/monkvision/monkjs/issues"
94
94
  },
95
95
  "homepage": "https://github.com/monkvision/monkjs",
96
- "gitHead": "0a5c205106b6224ad0f7a7e9f16204dd36e485ef"
96
+ "gitHead": "16b927e2f5b749eb471f85a983dade13de66fb88"
97
97
  }