vision-camera-face-detection 2.1.0 → 2.2.0
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/README.md +2 -2
- package/android/build.gradle +0 -1
- package/android/gradle.properties +1 -1
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -5,14 +5,14 @@ Plugin Face Detection for Vision Camera 4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
npm install
|
|
8
|
+
npm install vision-camera-face-detection
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
```js
|
|
15
|
-
import { multiply } from '
|
|
15
|
+
import { multiply } from 'vision-camera-face-detection';
|
|
16
16
|
|
|
17
17
|
// ...
|
|
18
18
|
|
package/android/build.gradle
CHANGED
|
@@ -2,5 +2,5 @@ VisionCameraFaceDetection_kotlinVersion=2.0.21
|
|
|
2
2
|
VisionCameraFaceDetection_minSdkVersion=24
|
|
3
3
|
VisionCameraFaceDetection_targetSdkVersion=34
|
|
4
4
|
VisionCameraFaceDetection_compileSdkVersion=35
|
|
5
|
-
|
|
5
|
+
VisionCameraFaceDetection_ndkVersion=27.1.12297006
|
|
6
6
|
VisionCameraFaceDetection_tensorVersion=2.11.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vision-camera-face-detection",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Plugin Face Detection for Vision Camera 4",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@commitlint/config-conventional": "^17.0.2",
|
|
68
68
|
"@evilmartians/lefthook": "^1.5.0",
|
|
69
|
-
"@react-native-community/cli": "15.0.1",
|
|
70
69
|
"@react-native/eslint-config": "^0.73.1",
|
|
71
70
|
"@release-it/conventional-changelog": "^9.0.2",
|
|
72
71
|
"@types/jest": "^29.5.5",
|
|
@@ -78,10 +77,10 @@
|
|
|
78
77
|
"eslint-plugin-prettier": "^5.0.1",
|
|
79
78
|
"jest": "^29.7.0",
|
|
80
79
|
"prettier": "^3.0.3",
|
|
81
|
-
"react": "
|
|
82
|
-
"react-native": "0.
|
|
80
|
+
"react": "19.0.0",
|
|
81
|
+
"react-native": "0.78.0",
|
|
83
82
|
"react-native-builder-bob": "^0.36.0",
|
|
84
|
-
"react-native-vision-camera": "^4.6.
|
|
83
|
+
"react-native-vision-camera": "^4.6.4",
|
|
85
84
|
"react-native-worklets-core": "^1.5.0",
|
|
86
85
|
"release-it": "^17.10.0",
|
|
87
86
|
"turbo": "^1.10.7",
|
|
@@ -188,6 +187,6 @@
|
|
|
188
187
|
"create-react-native-library": {
|
|
189
188
|
"type": "legacy-module",
|
|
190
189
|
"languages": "kotlin-swift",
|
|
191
|
-
"version": "0.
|
|
190
|
+
"version": "0.48.3"
|
|
192
191
|
}
|
|
193
192
|
}
|