Skip to content

Commit

Permalink
v2.1 node release (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Dec 10, 2024
1 parent 2faaeb2 commit 11ff0de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# ************** REMOVE AFTER RELEASE ********************
- name: Build Local Packages
run: yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

- name: Install dependencies
run: yarn install

Expand All @@ -61,12 +55,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************** REMOVE AFTER RELEASE ********************
- name: Build Local Packages
run: yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

- name: Install dependencies
run: yarn install

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/cheetah-node-demo",
"version": "2.0.3",
"version": "2.1.0",
"description": "Picovoice Cheetah 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/cheetah-node": "../../binding/nodejs",
"@picovoice/cheetah-node": "~2.1.0",
"@picovoice/pvrecorder-node": "^1.2.4",
"commander": "^6.1.0",
"readline": "^1.3.0",
Expand Down
4 changes: 3 additions & 1 deletion demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# yarn lockfile v1


"@picovoice/cheetah-node@../../binding/nodejs":
"@picovoice/cheetah-node@~2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@picovoice/cheetah-node/-/cheetah-node-2.1.0.tgz#d68a86b55bc21bf586a23f4c33563dce58b18385"
integrity sha512-B63Aqmjs2berQ/YVEooIJTSQVXrJ/naz5YG5ZG+mlyfahYaOBbudXAdQP4FxTiQBlGLNhQSqZjllgoEs394n1Q==

"@picovoice/pvrecorder-node@^1.2.4":
version "1.2.4"
Expand Down

0 comments on commit 11ff0de

Please sign in to comment.