Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Feb 28, 2024
1 parent 832eb34 commit 3250ceb
Show file tree
Hide file tree
Showing 4 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 Node.js SDK
run: yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

- name: Install dependencies
run: yarn install

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

# ************** REMOVE AFTER RELEASE ********************
- name: Build Node.js SDK
run: yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

- name: Install dependencies
run: yarn install

Expand Down
2 changes: 1 addition & 1 deletion binding/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ eagle.release();

## Demos

The [Eagle Node.js demo package](../../demo/nodejs) provides command-line utilities for processing audio using Eagle.
The [Eagle Node.js demo package](https://www.npmjs.com/package/@picovoice/eagle-node-demo) provides command-line utilities for processing audio using Eagle.
2 changes: 1 addition & 1 deletion demo/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/eagle-node": "file:../../binding/nodejs",
"@picovoice/eagle-node": "=1.0.0",
"@picovoice/pvrecorder-node": "^1.2.2",
"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/eagle-node@file:../../binding/nodejs":
"@picovoice/eagle-node@=1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/eagle-node/-/eagle-node-1.0.0.tgz#bcaceae487ae2183e83f6029f400b591a0999f2b"
integrity sha512-BkP9A1skjTQlRMQmFPghaSArt3kM2vIDNO7jyZOlIJVz2AYeyyVB/3lvmKsNTIUw+lbx/Q5mgcTaJF19JX3/6g==

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

0 comments on commit 3250ceb

Please sign in to comment.