Skip to content

Commit

Permalink
rn pkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 25, 2021
1 parent 75364b3 commit 67c8ff3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion binding/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/porcupine-react-native",
"version": "2.0.0",
"version": "2.0.1",
"description": "Picovoice Porcupine React Native binding",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
4 changes: 2 additions & 2 deletions demo/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "porcupine-react-native-demo",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -13,7 +13,7 @@
"ios-install": "yarn && yarn ios-link"
},
"dependencies": {
"@picovoice/porcupine-react-native": "^2.0.0",
"@picovoice/porcupine-react-native": "^2.0.1",
"@picovoice/react-native-voice-processor": "^1.0.4",
"@react-native-picker/picker": "^1.9.2",
"react": "16.13.1",
Expand Down
8 changes: 4 additions & 4 deletions demo/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1017,10 +1017,10 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@picovoice/porcupine-react-native@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react-native/-/porcupine-react-native-2.0.0.tgz#d60272ef840a43f1cb2279dda90a58f66442b596"
integrity sha512-rd7Hy4Yte39tXjWYe6ubrNJ+Xkp4vdkmFzlujvGjwuZdNZ/dDgrLfPTUKTAuKkifDcWcMX171+aKkUO/xW1U5Q==
"@picovoice/porcupine-react-native@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react-native/-/porcupine-react-native-2.0.1.tgz#1a1f02360ebc4b9cf9a89adf34b924070f13b410"
integrity sha512-Irlgb33YGh62+3ahGHEdfNHQL8A3YGFGVsaM90BMCbI+nrKNjsPLhuU+ovHG47s2jaeB4b1oo0zFteh6VbM6OA==

"@picovoice/react-native-voice-processor@^1.0.4":
version "1.0.4"
Expand Down

0 comments on commit 67c8ff3

Please sign in to comment.