vision-camera-plugin-builder
Advanced tools
Comparing version 0.4.2 to 0.5.0
{ | ||
"name": "vision-camera-plugin-builder", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "Generate Vision Camera plugin boilerplate", | ||
@@ -35,3 +35,5 @@ "keywords": [ | ||
"watch": "tsc --watch --preserveWatchOutput", | ||
"watch:ncc": "yarn run build -w" | ||
"watch:ncc": "yarn run build -w", | ||
"test": "jest --coverage", | ||
"test:watch": "jest --watch" | ||
}, | ||
@@ -46,2 +48,3 @@ "publishConfig": { | ||
"@types/glob": "8.1.0", | ||
"@types/mock-fs": "^4.13.2", | ||
"@types/prompts": "2.4.5", | ||
@@ -55,6 +58,9 @@ "@types/yargs": "17.0.25", | ||
"eslint-plugin-import": "2.28.1", | ||
"jest": "^29.7.0", | ||
"kleur": "4.1.5", | ||
"mock-fs": "^5.2.0", | ||
"ora": "7.0.1", | ||
"prompts": "2.4.2", | ||
"release-it": "16.1.5", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "5.2.2", | ||
@@ -61,0 +67,0 @@ "xcode": "3.0.1", |
@@ -22,4 +22,10 @@ # Vision Camera Plugin Builder | ||
> :info: the CLI from v0.3.0 only supports [Vision Camera](https://github.com/mrousavy/react-native-vision-camera) v3 plugins, for Vision Camera v2 plugins use `npx vision-camera-plugin-builder@0.2.1` | ||
### Supported versions | ||
| vision-camera-plugin-builder | react-native-vision-camera | ||
| --- | --- | | ||
| >= 0.5.0 | 3.5.0+ | | ||
| >= 0.3.0 | 3.0.0+ | | ||
| < 0.3.0 | 2.0.0+ | | ||
### Library use case | ||
@@ -26,0 +32,0 @@ |
Sorry, the diff of this file is too big to display
85
648149
23