From ae08a5051cc5d851eacb213052fb3fcb21c0a570 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Fri, 24 Apr 2026 16:03:35 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20porcupine-react-native=203.0.6=20e?= =?UTF-8?q?xistiert=20nicht=20=E2=80=94=20auf=203.0.5=20pinnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3.0.6 war geraten und gibt's nicht im npm Registry. Aktuelle stabile 3.x ist 3.0.5; 4.0.0 hat Breaking Changes. Beide Picovoice-Packages auf exakte Version gepinnt damit keine Auto-Bumps fies werden. Co-Authored-By: Claude Opus 4.7 (1M context) --- android/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/package.json b/android/package.json index 7120834..87ff63a 100644 --- a/android/package.json +++ b/android/package.json @@ -25,8 +25,8 @@ "@react-native-async-storage/async-storage": "^1.21.0", "react-native-fs": "^2.20.0", "react-native-audio-recorder-player": "^3.6.7", - "@picovoice/porcupine-react-native": "^3.0.6", - "@picovoice/react-native-voice-processor": "^1.2.3" + "@picovoice/porcupine-react-native": "3.0.5", + "@picovoice/react-native-voice-processor": "1.2.3" }, "devDependencies": { "typescript": "^5.3.3",