react-native-webrtc-kaleidoscope 2.1.0 → 2.1.1
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-webrtc-kaleidoscope",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Live video effects (blur, background replacement, generative backgrounds, flip/rotate) for react-native-webrtc, packaged as a managed-Expo-friendly Expo Module. Working on web, Android, and iOS. Active development.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
"typecheck": "tsgo --noEmit",
|
|
511
511
|
"typecheck:test": "tsgo --noEmit --project tsconfig.test.json",
|
|
512
512
|
"typecheck:demo": "cd demo && bunx tsc --noEmit",
|
|
513
|
-
"prepare": "lefthook install",
|
|
513
|
+
"prepare": "command -v lefthook >/dev/null 2>&1 && lefthook install || true",
|
|
514
514
|
"lint": "biome check",
|
|
515
515
|
"lint:fix": "biome check --write",
|
|
516
516
|
"format": "biome format --write .",
|