@monkvision/inspection-capture-web 4.3.9 → 4.3.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.
- package/lib/PhotoCapture/PhotoCapture.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHOC.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDButtons/PhotoCaptureHUDButtons.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCancelButton/PhotoCaptureHUDCancelButton.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDCounter/PhotoCaptureHUDCounter.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage1stShot/PhotoCaptureHUDElementsAddDamage1stShot.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsAddDamage2ndShot/PhotoCaptureHUDElementsAddDamage2ndShot.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDOverlay/PhotoCaptureHUDOverlay.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.d.ts +1 -0
- package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.d.ts +1 -0
- package/lib/PhotoCapture/hooks/useComplianceAnalytics.d.ts +1 -0
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monkvision/inspection-capture-web",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.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": "4.3.
|
|
32
|
-
"@monkvision/camera-web": "4.3.
|
|
33
|
-
"@monkvision/common": "4.3.
|
|
34
|
-
"@monkvision/common-ui-web": "4.3.
|
|
35
|
-
"@monkvision/network": "4.3.
|
|
36
|
-
"@monkvision/sights": "4.3.
|
|
31
|
+
"@monkvision/analytics": "4.3.11",
|
|
32
|
+
"@monkvision/camera-web": "4.3.11",
|
|
33
|
+
"@monkvision/common": "4.3.11",
|
|
34
|
+
"@monkvision/common-ui-web": "4.3.11",
|
|
35
|
+
"@monkvision/network": "4.3.11",
|
|
36
|
+
"@monkvision/sights": "4.3.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": "4.3.
|
|
48
|
-
"@monkvision/eslint-config-typescript": "4.3.
|
|
49
|
-
"@monkvision/eslint-config-typescript-react": "4.3.
|
|
50
|
-
"@monkvision/jest-config": "4.3.
|
|
51
|
-
"@monkvision/prettier-config": "4.3.
|
|
52
|
-
"@monkvision/test-utils": "4.3.
|
|
53
|
-
"@monkvision/typescript-config": "4.3.
|
|
47
|
+
"@monkvision/eslint-config-base": "4.3.11",
|
|
48
|
+
"@monkvision/eslint-config-typescript": "4.3.11",
|
|
49
|
+
"@monkvision/eslint-config-typescript-react": "4.3.11",
|
|
50
|
+
"@monkvision/jest-config": "4.3.11",
|
|
51
|
+
"@monkvision/prettier-config": "4.3.11",
|
|
52
|
+
"@monkvision/test-utils": "4.3.11",
|
|
53
|
+
"@monkvision/typescript-config": "4.3.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": "
|
|
96
|
+
"gitHead": "4d831f9a606fba471837296214ef748c03e7a2e9"
|
|
97
97
|
}
|