Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Feb 2, 2024
1 parent 94f4db7 commit 5efa851
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 @@ -61,12 +55,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 @@ -67,4 +67,4 @@ Finally, when done be sure to explicitly release the resources using

## Demos

The [Cobra Node.js demo package](../../demo/nodejs) provides command-line utilities for processing audio using Cobra.
The [Cobra Node.js demo package](https://www.npmjs.com/package/@picovoice/cobra-node-demo) provides command-line utilities for processing audio using Cobra.
2 changes: 1 addition & 1 deletion demo/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/cobra-node": "file:../../binding/nodejs",
"@picovoice/cobra-node": "=2.0.0",
"@picovoice/pvrecorder-node": "~1.2.1",
"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/cobra-node@file:../../binding/nodejs":
"@picovoice/cobra-node@=2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/cobra-node/-/cobra-node-2.0.0.tgz#6a881a11133f419b42d97dfb50a09be2d0a027fd"
integrity sha512-zA2A51bQ6i2lkmY+cNXM6ItooyLvbjF5j2mBIxbWwDny++74Mjrj97MdxS5HNDXmUZ0lAtJgn1CEgdUsIeLXxw==

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

0 comments on commit 5efa851

Please sign in to comment.