Skip to content

Commit

Permalink
React Native updates (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Feb 9, 2024
1 parent 0ac1d33 commit 4f7b288
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 57 deletions.
8 changes: 4 additions & 4 deletions demo/react-native-clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"ios-bundle": "react-native bundle --dev false --platform ios --entry-file index.js --bundle-output ios/app.jsbundle"
},
"dependencies": {
"@picovoice/picovoice-react-native": "^3.0.1",
"@picovoice/porcupine-react-native": "^3.0.1",
"@picovoice/react-native-voice-processor": "^1.2.0",
"@picovoice/rhino-react-native": "^3.0.1",
"@picovoice/picovoice-react-native": "^3.0.2",
"@picovoice/porcupine-react-native": "^3.0.2",
"@picovoice/react-native-voice-processor": "^1.2.2",
"@picovoice/rhino-react-native": "^3.0.2",
"moment": "^2.29.1",
"prettier": "^2.8.0",
"react": "^17.0.2",
Expand Down
32 changes: 16 additions & 16 deletions demo/react-native-clock/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -866,25 +866,25 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@picovoice/picovoice-react-native@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/picovoice-react-native/-/picovoice-react-native-3.0.1.tgz#2f8daaf689dd984ca287a3ca44670340b47373e1"
integrity sha512-O/t1lyv9pTTgq6g2yRgbSNlaPGHIGrWeYAMIYkoF7UInSRjY5FotA8Ong1HCIuwgXI9kwR0ENgnpCrXtWpREpA==
"@picovoice/picovoice-react-native@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/picovoice-react-native/-/picovoice-react-native-3.0.2.tgz#239eb9b9c8385cc90bb1af1de764da7c9d383afb"
integrity sha512-NHII4TW96+MTHNfCy4Olsdb6LsMFqwpjId4+MWceEGG2A2yMwoniGhJwNdn5UqeLzJ8/MPw6iMyXPfZCk+RFbA==

"@picovoice/porcupine-react-native@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react-native/-/porcupine-react-native-3.0.1.tgz#2c71a61b074f34fece517a884fb0ec2f6eacc7cc"
integrity sha512-TGP7l1SVNOMuqyocvRqyf7X08VYkr3gc4eucw8M81QLzWzJ8Mpz64BQb2iifNUR6Oaia0XQ1tHP3ffrdIHY2rg==
"@picovoice/porcupine-react-native@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react-native/-/porcupine-react-native-3.0.2.tgz#8eabb16222ad95902a48202b427d669032df2c6a"
integrity sha512-nmvk1aBVPQ45kCdfToq5DhvyQDdkSO9XZjBO/2KRgTs1qNXDfYeo0vZGvQuUWdGpfzgZExYcVcNLfs8k0jB5fg==

"@picovoice/react-native-voice-processor@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@picovoice/react-native-voice-processor/-/react-native-voice-processor-1.2.0.tgz#82a98b41d9236ababe330dae873062ee0e1b24c3"
integrity sha512-zolTEo3qsqeUwY7JRslV/yhiA+oBrkeogOTxjHIEJ//yEsr7YKlI1PcqTbU5/xjmUiukh62gmwTXhosnQYdasQ==
"@picovoice/react-native-voice-processor@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@picovoice/react-native-voice-processor/-/react-native-voice-processor-1.2.2.tgz#dac86c918a3f299d859a3988fe25f98faa5d13a2"
integrity sha512-l3pQWNfPI7lJiVnMhyjQx9WoF1QhvsBNf9pEIVcEGipHrfdW1HTZ3RPRRHfZLUSPiIGHrQf1R/tMshQPZmkY3w==

"@picovoice/rhino-react-native@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react-native/-/rhino-react-native-3.0.1.tgz#7945213afa752ec3ddba79c7b1afb6125d22141f"
integrity sha512-6uKDRbub3deEJLoV5v7m2q3Lm95aDn62XlTCGf38ItAAs+zTx9QjRUxB6OUSJQ0tj6NUhMHjveQa0dg/d1s9qA==
"@picovoice/rhino-react-native@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react-native/-/rhino-react-native-3.0.2.tgz#5ae7736d1883818b33567132ce5d5c88e07030f2"
integrity sha512-aVABth45eaAIWTAnYj3kVRosK8rHxbPKtoFRKTT3V0aU6g98ShQEh0t4ft9EUo5pcQiKCYCG0YhXaH9phOT6Zg==

"@react-native-community/cli-debugger-ui@^7.0.3":
version "7.0.3"
Expand Down
10 changes: 5 additions & 5 deletions demo/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picovoice-react-native-demo",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -14,10 +14,10 @@
"ios-bundle": "node scripts/run_demo.js bundle --dev false --platform ios --entry-file index.js --bundle-output ios/app.jsbundle"
},
"dependencies": {
"@picovoice/picovoice-react-native": "^3.0.1",
"@picovoice/porcupine-react-native": "^3.0.1",
"@picovoice/react-native-voice-processor": "^1.2.0",
"@picovoice/rhino-react-native": "^3.0.1",
"@picovoice/picovoice-react-native": "^3.0.2",
"@picovoice/porcupine-react-native": "^3.0.2",
"@picovoice/react-native-voice-processor": "^1.2.2",
"@picovoice/rhino-react-native": "^3.0.2",
"react": "^17.0.2",
"react-native": "^0.68.7"
},
Expand Down
32 changes: 16 additions & 16 deletions demo/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -865,25 +865,25 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/picovoice-react-native@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/picovoice-react-native/-/picovoice-react-native-3.0.1.tgz#2f8daaf689dd984ca287a3ca44670340b47373e1"
integrity sha512-O/t1lyv9pTTgq6g2yRgbSNlaPGHIGrWeYAMIYkoF7UInSRjY5FotA8Ong1HCIuwgXI9kwR0ENgnpCrXtWpREpA==
"@picovoice/picovoice-react-native@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/picovoice-react-native/-/picovoice-react-native-3.0.2.tgz#239eb9b9c8385cc90bb1af1de764da7c9d383afb"
integrity sha512-NHII4TW96+MTHNfCy4Olsdb6LsMFqwpjId4+MWceEGG2A2yMwoniGhJwNdn5UqeLzJ8/MPw6iMyXPfZCk+RFbA==

"@picovoice/porcupine-react-native@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react-native/-/porcupine-react-native-3.0.1.tgz#2c71a61b074f34fece517a884fb0ec2f6eacc7cc"
integrity sha512-TGP7l1SVNOMuqyocvRqyf7X08VYkr3gc4eucw8M81QLzWzJ8Mpz64BQb2iifNUR6Oaia0XQ1tHP3ffrdIHY2rg==
"@picovoice/porcupine-react-native@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react-native/-/porcupine-react-native-3.0.2.tgz#8eabb16222ad95902a48202b427d669032df2c6a"
integrity sha512-nmvk1aBVPQ45kCdfToq5DhvyQDdkSO9XZjBO/2KRgTs1qNXDfYeo0vZGvQuUWdGpfzgZExYcVcNLfs8k0jB5fg==

"@picovoice/react-native-voice-processor@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@picovoice/react-native-voice-processor/-/react-native-voice-processor-1.2.0.tgz#82a98b41d9236ababe330dae873062ee0e1b24c3"
integrity sha512-zolTEo3qsqeUwY7JRslV/yhiA+oBrkeogOTxjHIEJ//yEsr7YKlI1PcqTbU5/xjmUiukh62gmwTXhosnQYdasQ==
"@picovoice/react-native-voice-processor@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@picovoice/react-native-voice-processor/-/react-native-voice-processor-1.2.2.tgz#dac86c918a3f299d859a3988fe25f98faa5d13a2"
integrity sha512-l3pQWNfPI7lJiVnMhyjQx9WoF1QhvsBNf9pEIVcEGipHrfdW1HTZ3RPRRHfZLUSPiIGHrQf1R/tMshQPZmkY3w==

"@picovoice/rhino-react-native@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react-native/-/rhino-react-native-3.0.1.tgz#7945213afa752ec3ddba79c7b1afb6125d22141f"
integrity sha512-6uKDRbub3deEJLoV5v7m2q3Lm95aDn62XlTCGf38ItAAs+zTx9QjRUxB6OUSJQ0tj6NUhMHjveQa0dg/d1s9qA==
"@picovoice/rhino-react-native@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react-native/-/rhino-react-native-3.0.2.tgz#5ae7736d1883818b33567132ce5d5c88e07030f2"
integrity sha512-aVABth45eaAIWTAnYj3kVRosK8rHxbPKtoFRKTT3V0aU6g98ShQEh0t4ft9EUo5pcQiKCYCG0YhXaH9phOT6Zg==

"@react-native-community/cli-debugger-ui@^7.0.3":
version "7.0.3"
Expand Down
8 changes: 4 additions & 4 deletions sdk/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/picovoice-react-native",
"version": "3.0.1",
"version": "3.0.2",
"description": "React Native binding for Picovoice end-to-end platform",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"homepage": "https://github.com/Picovoice/picovoice#readme",
"devDependencies": {
"@picovoice/porcupine-react-native": "=3.0.1",
"@picovoice/react-native-voice-processor": "=1.2.0",
"@picovoice/rhino-react-native": "=3.0.1",
"@picovoice/porcupine-react-native": "=3.0.2",
"@picovoice/react-native-voice-processor": "=1.2.2",
"@picovoice/rhino-react-native": "=3.0.2",
"@react-native-community/eslint-config": "^3.2.0",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.19",
Expand Down
24 changes: 12 additions & 12 deletions sdk/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1503,20 +1503,20 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/porcupine-react-native@=3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react-native/-/porcupine-react-native-3.0.1.tgz#2c71a61b074f34fece517a884fb0ec2f6eacc7cc"
integrity sha512-TGP7l1SVNOMuqyocvRqyf7X08VYkr3gc4eucw8M81QLzWzJ8Mpz64BQb2iifNUR6Oaia0XQ1tHP3ffrdIHY2rg==
"@picovoice/porcupine-react-native@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react-native/-/porcupine-react-native-3.0.2.tgz#8eabb16222ad95902a48202b427d669032df2c6a"
integrity sha512-nmvk1aBVPQ45kCdfToq5DhvyQDdkSO9XZjBO/2KRgTs1qNXDfYeo0vZGvQuUWdGpfzgZExYcVcNLfs8k0jB5fg==

"@picovoice/react-native-voice-processor@=1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@picovoice/react-native-voice-processor/-/react-native-voice-processor-1.2.0.tgz#82a98b41d9236ababe330dae873062ee0e1b24c3"
integrity sha512-zolTEo3qsqeUwY7JRslV/yhiA+oBrkeogOTxjHIEJ//yEsr7YKlI1PcqTbU5/xjmUiukh62gmwTXhosnQYdasQ==
"@picovoice/react-native-voice-processor@=1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@picovoice/react-native-voice-processor/-/react-native-voice-processor-1.2.2.tgz#dac86c918a3f299d859a3988fe25f98faa5d13a2"
integrity sha512-l3pQWNfPI7lJiVnMhyjQx9WoF1QhvsBNf9pEIVcEGipHrfdW1HTZ3RPRRHfZLUSPiIGHrQf1R/tMshQPZmkY3w==

"@picovoice/rhino-react-native@=3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react-native/-/rhino-react-native-3.0.1.tgz#7945213afa752ec3ddba79c7b1afb6125d22141f"
integrity sha512-6uKDRbub3deEJLoV5v7m2q3Lm95aDn62XlTCGf38ItAAs+zTx9QjRUxB6OUSJQ0tj6NUhMHjveQa0dg/d1s9qA==
"@picovoice/rhino-react-native@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react-native/-/rhino-react-native-3.0.2.tgz#5ae7736d1883818b33567132ce5d5c88e07030f2"
integrity sha512-aVABth45eaAIWTAnYj3kVRosK8rHxbPKtoFRKTT3V0aU6g98ShQEh0t4ft9EUo5pcQiKCYCG0YhXaH9phOT6Zg==

"@react-native-community/cli-debugger-ui@^7.0.3":
version "7.0.3"
Expand Down

0 comments on commit 4f7b288

Please sign in to comment.