Skip to content

Commit

Permalink
update node (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 30, 2023
1 parent 2944695 commit e6efbad
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion binding/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/leopard-node",
"version": "2.0.0",
"version": "2.0.1",
"description": "Picovoice Leopard Node.js binding",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions demo/expressjs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# RSS Transcribe (Express.js + Picovoice Leopard)

A web application that demonstrates how Picovoice Leopard can be used on a server with Express.js to transcribe the
A web application that demonstrates how Picovoice Leopard can be used on a server with Express.js to transcribe the
latest episode of a given podcast.

## Compatibility

- Node.js 14+
- Node.js 16+

## Picovoice AccessKey

Expand Down
4 changes: 2 additions & 2 deletions demo/expressjs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "rss-transcribe",
"version": "1.2.0",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@picovoice/leopard-node": "^1.2.0",
"@picovoice/leopard-node": "^2.0.0",
"axios": "^0.26.1",
"express": "^4.18.2",
"rss-parser": "^3.12.0"
Expand Down
8 changes: 4 additions & 4 deletions demo/expressjs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/leopard-node@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@picovoice/leopard-node/-/leopard-node-1.2.0.tgz#2e210926ede28f61ba1322a1e5ab2a0e794d53e4"
integrity sha512-h86O/mrnv3WvgR1zwF4hoEdLXqpysm1PBnoNm6w0Q5u42AXdJ9KHN8bfClZA+fp8J6Yt/RE+nqNOVqeEIY1kjQ==
"@picovoice/leopard-node@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/leopard-node/-/leopard-node-2.0.1.tgz#bd265ca9733ee7f4b7720a8f3a30d88d5ea3b510"
integrity sha512-eVHTlgE2nKBBi1t4uZgnU7jAkWTDRvwZJ2JDcw/9oQUUo3LhDjM8zLHJXL4hgKJrspEVOUi+jrj4E5XBBMfJZg==

accepts@~1.3.8:
version "1.3.8"
Expand Down
4 changes: 2 additions & 2 deletions demo/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/leopard-node-demo",
"version": "2.0.0",
"version": "2.0.1",
"description": "Picovoice Leopard Node.js file-based and microphone demos",
"scripts": {
"file": "node file.js",
Expand All @@ -16,7 +16,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/leopard-node": "=2.0.0",
"@picovoice/leopard-node": "=2.0.1",
"@picovoice/pvrecorder-node": "=1.2.1",
"commander": "^6.1.0",
"readline": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/leopard-node@=2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/leopard-node/-/leopard-node-2.0.0.tgz#ac29fcfb60ec8a626f1e23145f0a487f7aa45298"
integrity sha512-JQwSrY49EJW0hy4NYh/DXp1hEMJ2MV0BGMCK6uhwzt7rlXODzMxWLYwNGrrkzzzoOy8nd2fgjCXpaye2VbcOCQ==
"@picovoice/leopard-node@=2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/leopard-node/-/leopard-node-2.0.1.tgz#bd265ca9733ee7f4b7720a8f3a30d88d5ea3b510"
integrity sha512-eVHTlgE2nKBBi1t4uZgnU7jAkWTDRvwZJ2JDcw/9oQUUo3LhDjM8zLHJXL4hgKJrspEVOUi+jrj4E5XBBMfJZg==

"@picovoice/pvrecorder-node@=1.2.1":
version "1.2.1"
Expand Down

0 comments on commit e6efbad

Please sign in to comment.